@charset "UTF-8";

.index-reviews-box .avatar img {
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}

.index-reviews-box .head-left p {
    font-weight: 500;
    margin-left: 5px;
}

.review-content p {
    line-height: 25px;
    max-height: 104px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-weight: 500;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
}

.review-content .left {
    font-weight: 700;
    font-size: 20px;
    top: 0;
    position: absolute;
    left: 0;
}

.review-content .right {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    right: 0;
    font-weight: 700;
}

.review-content {
    position: relative;
    padding: 10px 0;
    top: 0;
}

.review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-left {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.review-information {
    margin-left: 5px;
    font-size: 15px;
    text-align: left;
}

.review-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-time {
    font-size: 15px;
    color: var( --siteb);
}


.read-more.global-click a {
    color: var( --siteb);
}

.review-information-bottom a {
    color: #0032e9;
}

.review-customer {
    color: #000;
}

.fs-30 {
    font-size: 30px;
    color: black;
}

.rw-slider .index-reviews-box {
    padding: 10px;
    border-radius: 10px;
    background: white;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--site-sh-box);
}


.rw-slider .star-img img {
    width: 130px;
    height: 24px;
    object-fit: contain;
}

