.customer-review-container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: #222;
    margin-bottom: 12px;
    margin-top: 16px;
    padding: 16px;
    border-style: solid;
    border-width: 1px;
}
.customer-review-container .date {
    font-weight: 400;
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.customer-review-container p{
    font-weight: 400;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
}

@media screen and (max-width: 777px) {
    .customer-review-container p {
        font-size: 12px !important;
    }

}

@media screen and (min-width: 778px) {

}


.dash {
    font-weight: 700;
    margin-right: 0.25em;
}

.customerName {
    font-weight: 700;
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
}

.hide {
    display: none;
}
.name-reviewStar-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.name-reviewStar-wrapper img{
    height: 16px;
    width: 80px;
    margin-left: 10px;
}

.name-reviewStar-wrapper h2{
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.customer-review-media-item {
    margin-left: 15px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.upload-btn {
    border-style: solid;
    border-width: 2px;
}
