.QS_feedback{
       display: flex;
    overflow: hidden;
    max-width: 90vw;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.75em;
    margin: auto;
    margin-bottom: 2em;
    padding-top: 1em;
    border-top: 1px solid whitesmoke;
}

.QS_feedback__header{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25em;
}

.QS_feedback__item{
       display: flex;
    margin: auto 0;
    flex-direction: column;
    background-color: whitesmoke;
    padding: 1em;
    border-radius: 1em;
}

.QS_feedback__item-head{
    display: flex;
    gap: 1em;
    align-items: center;
    margin-bottom: 0.75em;
}

.QS_feedback__icon{
        width: 32px;
    height: 32px;
    background: #d1c286;
    display: table;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.QS_feedback__icon i{
        display: table-cell;
    vertical-align: middle;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
}

.QS_feedback__buyer-name{
    font-weight: 700;
}

.QS_feedback__buyer-region-bold{
    font-weight: bold;
}

.QS_feedback__buyer-region{
    font-weight: 500;
}

.QS_feedback__stars{
    display: flex;
    gap: 5px;
    font-size: 18px;
}

.QS_feedback__stars .star{
	color: whitesmoke;
}
.QS_feedback__stars .star.checked {
  color: orange;
}

.QS_feedback__text{
    display: flex;
    font-size: 13px;
    margin: 0em 0em 0em 48px;
    flex-direction: column;
    gap: 0.25em;
}

.QS_feedback__text-bold{
    font-weight: bold;
    margin-right: 1em;
    width: 100px;
}


.QS_feedback__text-wrapper{
    display: flex;
    flex-wrap: wrap;
}