.feedback-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.feedback-form label{display:flex;flex-direction:column;gap:7px;color:var(--brand-text);font-weight:800;font-size:14px}.feedback-form label.full{grid-column:1/-1}.feedback-form label.check{flex-direction:row;align-items:flex-start;font-weight:600;color:var(--brand-text-muted)}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;border:1px solid var(--brand-border);border-radius:var(--radius);min-height:48px;padding:11px 12px;font:inherit;color:var(--brand-text);background:#fff}.feedback-form textarea{resize:vertical;min-height:120px}.feedback-form .check input{width:auto;min-height:auto;margin-top:5px}.feedback-form button{width:100%;margin-top:20px}@media (max-width:575px){.feedback-form .form-grid{grid-template-columns:1fr}}