

/* Start:/local/components/bl/reviews.section/templates/.default/style.css?17834472773165*/
/* === reviews-section === */
.reviews-section {
    padding: clamp(2rem, 4vw, 4rem) 0;
}
.reviews-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}
.reviews-section__title {
    font-size: clamp(1.5rem, 2.6vw, 2.25rem);
    font-weight: 700;
    margin: 0;
    color: #1f1a14;
}
.reviews-section__empty {
    color: #6b6055;
    font-size: 1rem;
}
.reviews-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(40, 28, 16, 0.12);
    border-radius: 2rem;
    background: #fff;
    color: #1f1a14;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1;
    transition: border-color .2s ease;
}
.reviews-rating:hover { border-color: rgba(40, 28, 16, 0.3); }
.reviews-rating__stars { display: inline-flex; gap: 2px; }
.reviews-rating__stars svg { width: 14px; height: 14px; }
.reviews-rating__num { font-weight: 600; }
.reviews-rating__sep { color: #6b6055; }
.reviews-rating__count { color: #1f1a14; }
.reviews-rating__arrow {
    width: 14px; height: 14px;
    margin-left: 0.25rem;
    color: var(--color-primary);
}
.reviews-slider {
    overflow: hidden;
    padding-bottom: 3.5rem;
}
.swiper-slide.review-slide {
    height: auto;
    padding: 0.5rem 0.75rem 1rem;
    box-sizing: border-box;
}
.reviews-slider__pagination.swiper-pagination-bullets {
    bottom: 1rem;
    text-align: center;
}
.reviews-slider__pagination .swiper-pagination-bullet {
    background: rgba(40, 28, 16, 0.25);
    opacity: 1;
}
.reviews-slider__pagination .swiper-pagination-bullet-active {
    background: var(--color-primary);
}
.review-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 24px rgba(40, 28, 16, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}
.review-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 0.75rem;
}
.review-card__text {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #2a2218;
    flex-grow: 1;
}
.review-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}
.review-card__avatar {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #FC3F1D;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1;
}
.review-card__meta {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.review-card__name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1f1a14;
}
.review-card__date {
    font-size: 0.8rem;
    color: #6b6055;
}
@media (max-width: 991.98px) {
    .reviews-section__head {
        flex-direction: column;
        align-items: flex-start;
    }
    .review-card {
        box-shadow: none;
    }
    .reviews-slider {
        padding-bottom: 0;
    }
    .reviews-slider__pagination.swiper-pagination-bullets {
        position: static;
        margin-bottom: 1rem;
        text-align: center;
    }
}
/* End */
/* /local/components/bl/reviews.section/templates/.default/style.css?17834472773165 */
