form{border-radius:var(--brand-radius)}.contact-form,.feedback-form,.quote-form,form[action=""],form[data-feedback]{display:grid;grid-gap:14px;gap:14px}.contact-form input,.contact-form select,.contact-form textarea,.feedback-form input,.feedback-form select,.feedback-form textarea,.quote-form input,.quote-form select,.quote-form textarea,form[data-feedback] input,form[data-feedback] select,form[data-feedback] textarea{width:100%;min-height:48px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);color:var(--brand-text);padding:12px;font:inherit}.contact-form textarea,.feedback-form textarea,.quote-form textarea,form[data-feedback] textarea{min-height:132px}.contact-form button,.feedback-form button,.quote-form button,form[data-feedback] button{min-height:48px;border:1px solid var(--brand-primary);border-radius:var(--brand-radius);background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800;padding:12px 18px}