/* =============================================================
   Il Momento del Caffè WC Plugin — frontend styles
   ============================================================= */

/* --- Badge compatibilità scheda prodotto -------------------- */
.imdc-compat-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4em;
    margin-block: 0.75em;
}
.imdc-compat-badge {
    display: inline-block;
    padding: 0.25em 0.75em;
    border: 1px solid var(--color-border, #E2D5C8);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-brand, #3B1E08);
    background: var(--color-bg-alt, #F4EDE4);
}

/* --- Barra intensità ---------------------------------------- */
.imdc-intensity {
    display: flex;
    align-items: center;
    gap: 0.6em;
    margin-block: 0.5em;
    font-size: 0.875rem;
}
.imdc-intensity__label {
    font-weight: 600;
    color: var(--color-text-muted, #7A6252);
    flex-shrink: 0;
}
.imdc-intensity__bar {
    display: flex;
    gap: 3px;
    align-items: center;
}
.imdc-intensity__dot {
    display: block;
    width: 8px;
    height: 14px;
    border-radius: 2px;
    background: var(--color-border, #E2D5C8);
    transition: background 0.15s;
}
.imdc-intensity__dot--on {
    background: var(--color-accent, #C8860A);
}
.imdc-intensity__value {
    font-size: 0.75rem;
    color: var(--color-text-muted, #7A6252);
}

/* --- Mini badge nel loop prodotti --------------------------- */
.imdc-loop-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.15em 0.55em;
    border-radius: 999px;
    background: var(--color-bg-alt, #F4EDE4);
    color: var(--color-brand, #3B1E08);
    margin-top: 0.3em;
}

/* --- Tab compatibilità frontend ----------------------------- */
.imdc-compat-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    margin-bottom: 1.5em;
}
.imdc-compat-list li {
    font-size: 0.9rem;
    color: var(--color-text, #1A1008);
}
.imdc-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.imdc-specs-table th,
.imdc-specs-table td {
    padding: 0.5em 0.75em;
    border-bottom: 1px solid var(--color-border, #E2D5C8);
    text-align: left;
}
.imdc-specs-table th {
    width: 140px;
    font-weight: 600;
    color: var(--color-text-muted, #7A6252);
}

/* --- Info prodotto in short description --------------------- */
.imdc-product-meta {
    font-size: 0.85rem;
    color: var(--color-text-muted, #7A6252);
    margin-top: 0.5em;
}

/* --- Avviso spedizione checkout ----------------------------- */
.imdc-shipping-notice {
    border-radius: 6px;
    font-size: 0.9rem;
}
