/* Sephat — formulaire de devis (cohérent avec le thème Blueprint) */
.sx-quote { max-width:760px; }
.sx-quote-success {
  background:#e8f6ee; border:1px solid #9ed5b4; color:#1a6b3c;
  padding:16px 18px; border-radius:8px; display:flex; align-items:center; gap:10px; font-size:15px;
}
.sx-quote-success .dashicons { color:#1a8f4c; }

.sx-quote-cart { margin-bottom:22px; }
.sx-quote-cart h3 { font-size:16px; color:#06243f; margin:0 0 10px; }
.sx-quote-table { width:100%; border-collapse:collapse; font-size:14px; }
.sx-quote-table th { text-align:left; background:#f4f7f9; padding:8px 10px; color:#6b7885; font-weight:500; font-size:12px; }
.sx-quote-table td { padding:9px 10px; border-bottom:1px solid #e3e8ee; }
.sx-q-ref { font-variant-numeric:tabular-nums; font-weight:600; color:#06243f; }
.sx-q-remove { color:#c0392b; text-decoration:none; font-size:18px; line-height:1; }

.sx-quote-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px; }
.sx-quote-form label { display:flex; flex-direction:column; font-size:13px; color:#1f2933; gap:5px; font-weight:500; }
.sx-quote-form input, .sx-quote-form textarea {
  border:1px solid #cfd8e0; border-radius:6px; padding:9px 11px; font-size:14px; font-weight:400;
}
.sx-quote-form input:focus, .sx-quote-form textarea:focus { outline:none; border-color:#0a91d4; }
.sx-q-full { grid-column:1 / -1; }
.sx-quote-form > label.sx-q-full { margin-bottom:14px; }
.sx-quote-rgpd { margin:14px 0; font-size:13px; }
.sx-quote-rgpd label { flex-direction:row; align-items:center; gap:8px; font-weight:400; }
.sx-quote-submit { background:#EF9F27 !important; color:#412402 !important; font-weight:600; padding:12px 22px !important; border-radius:6px; font-size:15px; }
.sx-quote-submit:hover { background:#d98d18 !important; }

/* Bouton "Ajouter au devis" sur fiche produit */
.sx-add-quote { display:inline-flex; align-items:center; gap:7px; }

@media (max-width:600px){ .sx-quote-grid { grid-template-columns:1fr; } }
