.rhf-reviews-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.06);
    transition: background 0.15s ease;
}

.rhf-reviews-pill:hover,
.rhf-reviews-pill:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
}

.rhf-reviews-pill__rating {
    font-weight: 700;
    font-size: 16px;
}

.rhf-reviews-pill__stars {
    color: #f4c20d;
    letter-spacing: 1px;
    font-size: 14px;
}

.rhf-reviews-pill__count {
    font-size: 12px;
    opacity: 0.9;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .rhf-reviews-pill-slot {
        display: none;
    }
}
