.carousel-reviews {
    position: relative;
    background: var(--theme-grey-f0-color);
    padding: 60px 0 25px;
    margin-bottom: 60px;
}
.carousel-reviews-before .carousel-reviews:before {
    content: '';
    position: absolute;
    top: -60px;
    width: 100%;
    height: 60px;
    background: var(--theme-grey-f0-color);
    z-index: -1;
}
.carousel-review-box {
    border-left: 4px solid #df0024;
    background: #fff;
    padding: 1.5rem;
}
.carousel-review-box .author {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: .25rem;
}
.carousel-review-box .date-added {
    font-size: .875rem;
    line-height: 100%;
}
.carousel-review-box .text {
    margin-top: .75rem;
}
.carousel-review-box .rating {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: inline-flex;
    gap: 4px;
}
.rating {
    display: inline-flex;
    gap: 4px;
}
.star {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.star {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path fill="%23ffe101" d="M5.37,12.96l3.13-1.86,3.13,1.88-.82-3.52,2.76-2.35-3.62-.32-1.44-3.33-1.44,3.3-3.62.32,2.76,2.37-.82,3.5ZM8.5,13.4l-4.12,2.45c-.18.11-.37.16-.57.15-.2-.02-.37-.08-.52-.2-.15-.11-.26-.26-.35-.43s-.1-.36-.05-.58l1.09-4.62L.33,7.07c-.17-.15-.27-.31-.31-.5s-.03-.37.04-.55c.07-.18.16-.33.3-.44.13-.11.32-.19.55-.22l4.82-.42L7.58.59c.08-.2.21-.34.39-.44.17-.1.35-.15.53-.15s.36.05.53.15c.17.1.3.24.39.44l1.86,4.35,4.82.42c.23.03.41.11.55.22.13.11.23.26.3.44.07.18.08.36.04.55-.04.19-.14.35-.31.5l-3.65,3.11,1.09,4.62c.05.21.03.4-.05.58-.08.17-.2.31-.35.43-.15.11-.32.18-.52.2s-.39-.03-.57-.15l-4.12-2.45Z"/></svg>');
}
.star.active {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path fill="%23ffe101" d="M8.5,13.4l-4.12,2.45c-.18.11-.37.16-.57.15-.2-.02-.37-.08-.52-.2-.15-.11-.26-.26-.35-.43s-.1-.36-.05-.58l1.09-4.62L.33,7.07c-.17-.15-.27-.31-.31-.5s-.03-.37.04-.55c.07-.18.16-.33.3-.44.13-.11.32-.19.55-.22l4.82-.42L7.58.59c.08-.2.21-.34.39-.44.17-.1.35-.15.53-.15s.36.05.53.15c.17.1.3.24.39.44l1.86,4.35,4.82.42c.23.03.41.11.55.22.13.11.23.26.3.44.07.18.08.36.04.55-.04.19-.14.35-.31.5l-3.65,3.11,1.09,4.62c.05.21.03.4-.05.58-.08.17-.2.31-.35.43-.15.11-.32.18-.52.2s-.39-.03-.57-.15l-4.12-2.45Z"/></svg>');
}
.btn-white.btn-review {
    padding: 0 30px;
    margin: 25px 0 0 auto;
    width: auto;
}
@media (max-width: 575px) {
    .carousel-review-box .rating {
        position: static;
        margin-top: .75rem;
    }
}