/* TradesFolks 18.4.07 — buyer RFQ creation */
.tf-rfq-create{width:calc(100% - 48px);max-width:1180px;margin:28px auto 40px}
.tf-rfq-create__head{margin-bottom:18px}.tf-rfq-create__head>span{display:block;margin-bottom:6px;color:#8a6a16;font-size:11px;font-weight:900;letter-spacing:.09em}.tf-rfq-create__head h1{margin:0 0 8px;color:#172238;font-size:clamp(27px,2.5vw,42px);line-height:1.1}.tf-rfq-create__head p{max-width:880px;margin:0;color:#637084;line-height:1.6}
.tf-rfq-create__card{padding:24px;border:1px solid #e3e8ef;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(15,35,66,.05)}
.tf-rfq-create__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tf-rfq-create label{display:grid;gap:7px}.tf-rfq-create label>span{color:#334155;font-size:12px;font-weight:800}.tf-rfq-create :is(input,select,textarea){width:100%;border:1px solid #d5dde8;border-radius:11px;background:#fff;color:#172238;font:inherit;outline:none}.tf-rfq-create :is(input,select){height:50px;padding:0 13px}.tf-rfq-create textarea{padding:13px;resize:vertical;line-height:1.55}.tf-rfq-create :is(input,select,textarea):focus{border-color:#b58c23;box-shadow:0 0 0 3px rgba(181,140,35,.09)}
.tf-rfq-create__details{margin-top:16px}.tf-rfq-create__actions{display:flex;gap:10px;margin-top:18px}.tf-rfq-create__actions button{min-height:44px;padding:0 18px;border-radius:10px;font-weight:800;cursor:pointer}.tf-rfq-create__actions .primary{border:1px solid #d7aa25;background:#f3c84b;color:#1c2432}.tf-rfq-create__actions .secondary{border:1px solid #d7dde6;background:#fff;color:#334155}.tf-rfq-create__note{margin:14px 0 0;color:#7a8494;font-size:12px;line-height:1.5}
@media(max-width:700px){.tf-rfq-create{width:calc(100% - 24px);margin-top:16px}.tf-rfq-create__card{padding:16px;border-radius:16px}.tf-rfq-create__grid{grid-template-columns:1fr}.tf-rfq-create__actions{display:grid;grid-template-columns:1fr 1fr}.tf-rfq-create__actions button{width:100%}}
