.reviews-detail .block-die_items {
    flex-direction: column;
    row-gap: 40px;
}
.reviews-detail .review-photos-container img{
    width: 100%;
    max-width: 100px;
}
.reviews-detail .review-photos {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
.reviews-detail .review-wrap {
    height: 100%;
    padding: 28px 28px 24px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    cursor: auto;
    width: 100%;
    max-width: 1000px;
    margin-right: 18px;
}
.reviews-detail .review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}
.reviews-detail .review-date {
    font-size: 16px;
    line-height: 22px;
    color: #868695;
}
.reviews-detail .review-content {
    margin: 20px 0;
}
.reviews-detail .review-photos {
    margin-bottom: 20px;
}
.reviews-detail .review_rating {
    display: flex;
    .fos-review-rating__i
    {
        display: block;
        width: 15px;
        height: 15px;
        margin-right: 3px;
        background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path d="M10.9655 1.03794L13.2213 5.60865C13.3781 5.92655 13.6814 6.14682 14.0323 6.19772L19.0765 6.93072C19.9601 7.05922 20.3126 8.14474 19.6735 8.7676L16.0235 12.3254C15.7699 12.5728 15.6539 12.9295 15.714 13.2787L16.5755 18.3024C16.7265 19.1823 15.8028 19.8531 15.0127 19.438L10.5012 17.0663C10.1875 16.9015 9.81243 16.9015 9.4987 17.0663L4.98723 19.438C4.19708 19.8535 3.27342 19.1823 3.42444 18.3024L4.28594 13.2787C4.34601 12.9295 4.23003 12.5728 3.97638 12.3254L0.326404 8.7676C-0.312728 8.14432 0.0397958 7.0588 0.9234 6.93072L5.96762 6.19772C6.31848 6.14682 6.62177 5.92655 6.77864 5.60865L9.03437 1.03794C9.42903 0.237354 10.5705 0.237354 10.9655 1.03794Z" fill="%23BDBDC6"/></g><defs><clipPath><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .fos-review-rating__i_active {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10.9655 1.03794L13.2213 5.60865C13.3781 5.92655 13.6814 6.14682 14.0323 6.19772L19.0765 6.93072C19.9601 7.05922 20.3126 8.14474 19.6735 8.7676L16.0235 12.3254C15.7699 12.5728 15.6539 12.9295 15.714 13.2787L16.5755 18.3024C16.7265 19.1823 15.8028 19.8531 15.0127 19.438L10.5012 17.0663C10.1875 16.9015 9.81243 16.9015 9.4987 17.0663L4.98723 19.438C4.19708 19.8535 3.27342 19.1823 3.42444 18.3024L4.28594 13.2787C4.34601 12.9295 4.23003 12.5728 3.97638 12.3254L0.326404 8.7676C-0.312728 8.14432 0.0397958 7.0588 0.9234 6.93072L5.96762 6.19772C6.31848 6.14682 6.62177 5.92655 6.77864 5.60865L9.03437 1.03794C9.42903 0.237354 10.5705 0.237354 10.9655 1.03794Z' fill='%23fbe52b'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    }
}