.c-review-text {
    margin: 0;
    padding: 1.5rem 2rem;
    border-left: 2px solid #b9956a;
    background-color: #4a3e3614;
    border-radius: 0 1rem 1rem 0;
}

.c-review-text__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 0.5rem;
}

.c-review-text__star {
    line-height: 0;
    color: #b8860b;
}

.c-review-text__star svg {
    width: 12px;
    height: 12px;
}

.c-review-text__body {
    margin: 0;
    font-family: var(--e-global-typography-secondary-font-family);
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.6;
}

.c-review-text__author {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #7c695a;
}
