/* Optional buyer routing and a visible, locally generated enquiry draft. */
[data-rfq-form] [hidden] { display: none !important; }
.buyer-intents { margin: 0; padding: 0; border: 0; min-width: 0; }
.buyer-intents legend { font-weight: 700; margin-bottom: .75rem; }
.buyer-intents legend span { font-weight: 400; }
.buyer-intent-options { display: flex; flex-wrap: wrap; gap: .65rem; }
.buyer-intent-options .button { white-space: normal; text-align: left; }
.buyer-intent-options [aria-pressed="true"] { background: #16473c; color: #fff; border-color: #16473c; }
[data-rfq-preview] { min-height: 17rem; font-size: 1rem; line-height: 1.55; }

.buyer-routes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 760px) { .buyer-routes { grid-template-columns: minmax(0, 1fr); } }
