/* Theme-friendly styles */
.st-rfq-form{margin:0 auto;background:#fff;padding:20px;border:1px solid #ddd;border-radius:8px}
.st-rfq-form .st-title{margin-top:0;margin-bottom:10px;font-size:22px}
.st-rfq-form .st-label{display:block;margin-top:12px;font-weight:600;font-size:14px}
.st-rfq-form input, .st-rfq-form select, .st-rfq-form textarea{
	width:100%;padding:9px 10px;border:1px solid #ccc;border-radius:4px;margin-top:4px;font-size:14px
}
.st-rfq-form textarea{min-height:100px}
.st-rfq-form .st-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.st-rfq-form .st-chips label{display:flex;align-items:center;gap:6px;border:1px solid #ccc;border-radius:20px;padding:6px 10px;cursor:pointer;font-size:13px}
.st-rfq-form .st-row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:700px){.st-rfq-form .st-row2{grid-template-columns:1fr}}
.st-rfq-form .st-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.st-rfq-form .st-btn{padding:10px 18px;border:none;border-radius:4px;cursor:pointer}
.st-rfq-form .st-btn.primary{background:#0073e6;color:#fff}
.st-rfq-form .st-btn.secondary{background:#eee;color:#222}
.st-rfq-form .st-status{margin-top:8px;font-size:13px}
.st-rfq-form .st-status.ok{color:green}
.st-rfq-form .st-status.err{color:red}
.st-rfq-form .st-preview{white-space:pre-wrap;background:#f5f5f5;padding:10px;border-radius:4px;max-height:240px;overflow:auto;margin-top:8px}
