.feedback-form{width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.feedback-form label{display:grid;grid-gap:8px;gap:8px;font-weight:800;color:var(--brand-text)}.feedback-form label span{color:var(--brand-text)}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;border:1px solid var(--brand-border);border-radius:12px;min-height:48px;padding:11px 14px;color:var(--brand-text);background:#fff}.feedback-form textarea{resize:vertical}.form-full{grid-column:1/-1}.consent-line{display:flex!important;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px!important;font-weight:600!important}.consent-line input{width:18px;min-height:18px;margin-top:4px}.form-submit{width:100%;margin-top:18px}@media (max-width:575px){.form-grid{grid-template-columns:1fr}}