.feedback-form,.feedback-form form{display:grid;grid-gap:12px;gap:12px}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;min-height:44px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:10px 12px;color:var(--brand-text);background:var(--brand-bg)}.feedback-form textarea{min-height:132px}.feedback-form .btn,.feedback-form button{background:var(--brand-primary);color:var(--brand-text-inverse);border:0;border-radius:var(--brand-radius);min-height:44px;padding:12px 18px;font-weight:800}