/* =========================================================
   Fuchs's Choice Badge – Spielzeug-Fuchs.de
   Farben: Graphit #2e2e2e + Brand-Orange #ff8a20
   ========================================================= */

/* ---------- Einzelprodukt-Seite ---------- */
.fuchs-choice-badge {
    display: inline-flex;
    align-items: stretch;
    border-radius: 3px;
    overflow: hidden;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 14px;
}

.fuchs-choice-badge__icon-part {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    background: #2e2e2e;
    color: #f0ece8;
}

.fuchs-choice-badge__icon {
    font-size: 15px;
    line-height: 1;
}

.fuchs-choice-badge__choice {
    display: flex;
    align-items: center;
    padding: 8px 11px;
    background: #ff8a20;
    color: #1a0e00;
    font-weight: 700;
}

/* ---------- Loop / Archiv-Variante (kleiner) ---------- */
.fuchs-choice-badge--loop {
    font-size: 10px;
    margin-bottom: 6px;
}

.fuchs-choice-badge--loop .fuchs-choice-badge__icon-part {
    gap: 4px;
    padding: 5px 8px;
}

.fuchs-choice-badge--loop .fuchs-choice-badge__icon {
    font-size: 11px;
}

.fuchs-choice-badge--loop .fuchs-choice-badge__choice {
    padding: 5px 8px;
}
