/* ══════════════════════════════════════════════════════════════════════════
   FDVM Commande Verres — Styles spécifiques au formulaire de commande
   Intégrés à .fdvm-wrap ; réutilisent les variables et patterns de form.css
════════════════════════════════════════════════════════════════════════════ */

/* ── Notice deadline + retrait ─────────────────────────────────────────── */
.fdvm-verres-notice {
    background: #fff8e1;
    border-left: 4px solid #f59e0b;
    padding: 14px 18px;
    border-radius: 4px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
}
.fdvm-verres-notice p { margin: 0 0 6px; }
.fdvm-verres-notice p:last-child { margin: 0; }

/* ── Tableau produits ───────────────────────────────────────────────────── */
.fdvm-verres-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    font-size: 14px;
}
.fdvm-verres-table th,
.fdvm-verres-table td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}
.fdvm-verres-table th {
    background: #f6f7f8;
    font-weight: 600;
    font-size: 13px;
    color: #374151;
}
.fdvm-verres-table td:nth-child(4) { width: 140px; }
.fdvm-verres-table td:nth-child(5) {
    font-weight: 600;
    text-align: right;
    width: 130px;
}

/* ── Input quantité ─────────────────────────────────────────────────────── */
.fdvm-verres-qty {
    width: 80px;
    padding: 6px 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}
.fdvm-verres-qty:focus {
    border-color: #6b7280;
    outline: none;
    box-shadow: 0 0 0 2px rgba(107,114,128,.15);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 700px) {
    .fdvm-verres-table thead { display: none; }
    .fdvm-verres-table tr { display: block; border-bottom: 2px solid #e5e7eb; padding: 10px 0; }
    .fdvm-verres-table td { display: block; padding: 4px 8px; border: none; }
    .fdvm-verres-table td::before {
        content: attr(data-label) ' : ';
        font-weight: 600;
        font-size: 12px;
        color: #6b7280;
    }
    .fdvm-verres-table td:nth-child(5) { text-align: left; }
}
