/**
 * Naturafrost Semplice – Styles des shortcodes
 * Chargé en front-end sur les pages utilisant les shortcodes [nf_*]
 */

/* ── Manquant ───────────────────────────────────────────── */
.nf-missing {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

/* ── [nf_conditionnement] ───────────────────────────────── */
.nf-conditionnement {
    line-height: 1.8;
}
.nf-cond-line {
    margin-bottom: 1px;
}

/* ── [nf_cooking] ───────────────────────────────────────── */
.nf-cooking {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.nf-cooking-method {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.nf-cooking-icon {
    font-size: 1.5em;
    flex-shrink: 0;
    line-height: 1.2;
}
.nf-cooking-detail {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 0.9em;
    line-height: 1.4;
}
.nf-cooking-detail strong {
    font-size: 0.82em;
    letter-spacing: 0.06em;
    color: #333;
    text-transform: uppercase;
}
.nf-cooking-detail span {
    color: #555;
}

/* ── [nf_nutrition] ─────────────────────────────────────── */
.nf-nutrition {
    font-size: 0.9em;
}
.nf-nutrition-header {
    font-size: 0.85em;
    color: #555;
    margin: 0 0 8px 0;
}
.nf-nutrition-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92em;
}
.nf-nutrition-table td {
    padding: 4px 6px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.nf-nutrition-table tr:last-child td {
    border-bottom: none;
}
.nf-nutrition-table .nf-val {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.nf-nutrition-table .nf-sub td {
    color: #666;
    padding-left: 16px;
    font-size: 0.92em;
}

/* ── [nf_benefits] ──────────────────────────────────────── */
.nf-benefits {
    list-style: disc;
    padding-left: 1.3em;
    margin: 0;
    line-height: 1.9;
}
.nf-benefits li {
    margin-bottom: 2px;
}

/* ── [nf_taglines] ──────────────────────────────────────── */
.nf-taglines {
    line-height: 1.7;
}
.nf-tagline {
    margin: 0 0 6px 0;
    font-style: italic;
}
