.social-proof {
    display: none;
}

.social-proof--show {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    margin: 8px 0;
    background: #faf7fb;
    border-radius: 8px;
    flex-wrap: wrap;
}

.social-proof__item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #555;
    line-height: 1;
}

.social-proof__item svg {
    flex-shrink: 0;
}

.social-proof__count {
    font-weight: 700;
    color: #802d7c;
}

.social-proof__dot {
    color: #ccc;
    font-size: 10px;
}

.social-proof__reviews {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-underline-offset: 2px;
}

.social-proof__reviews:hover {
    text-decoration-color: #802d7c;
}
