/* Review header badge */
.single-review-header__top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.single-review-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #eef6ff;
    color: #1f5fae;
    border: 1px solid #cfe3fb;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/* Review intro */
.single-review__intro {
    margin-bottom: 32px;
}

.single-review__intro p {
    margin: 0;
}