/**
 * Shared Verified Purchase badge
 *
 * One badge design across all review surfaces (single review, widgets, store
 * reviews, testimonials, happy-customers, lightbox). Rendered by
 * templates/review-display/verified-badge.php and media-gallery.js.
 *
 * @package YayReviews
 */

.yayrev-verified-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 4px;
    padding: 0;
    background: transparent;
    color: #088d59;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    border-radius: 0;
}

.yayrev-verified-badge svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}
