.product-reviews {
    margin-top: 24px;
}

.product-reviews h2 {
    margin: 0 0 12px;
    color: #4f4842;
    font: 600 22px/1.2 "Cormorant Garamond", serif;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.product-review-list {
    display: grid;
    gap: 14px;
}

.product-review {
    padding: 22px;
    background: #fbf7f1;
    border-left: 3px solid var(--gold);
}

.testimonial-stars {
    color: #b77922;
    font-size: 18px;
    letter-spacing: .08em;
}

.testimonial-stars .is-empty {
    color: #d8c8b3;
}

.product-review blockquote {
    margin: 12px 0;
    color: #4f4842;
    font: italic 18px/1.6 "Cormorant Garamond", serif;
    white-space: pre-line;
}

.product-review cite {
    color: #766b60;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
