/* ═══════════════════════════════════════════════════════════════
   SJ Reviews — Badge Best Seller
   Layout defaults only — Elementor controls handle dynamic styles
   ═══════════════════════════════════════════════════════════════ */

.sj-bsb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #111;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.sj-bsb__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sj-bsb__icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}

/* SVG inline: reset les dimensions embarquees */
.sj-bsb__icon svg[width],
.sj-bsb__icon svg[height] {
    width: 16px !important;
    height: 16px !important;
}

/* SVG via img tag fallback */
.sj-bsb__icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.sj-bsb__text {
    color: #fff;
}

/* Image support */
.sj-bsb__image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sj-bsb__image img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
