.auto-form-card,.feedback-form{display:grid;grid-gap:14px;gap:14px;padding:24px;border:1px solid #e5dcdc;border:1px solid var(--brand-border,#e5dcdc);border-radius:12px;border-radius:var(--brand-radius,12px);background:#fff;background:var(--brand-bg,#fff);box-shadow:0 10px 28px rgba(22,32,43,.08)}.auto-form-card label,.feedback-form label{display:grid;grid-gap:6px;gap:6px;color:#16202b;color:var(--brand-text,#16202b);font-size:.92rem;font-weight:700}.auto-form-card input,.auto-form-card select,.auto-form-card textarea,.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;min-height:46px;border:1px solid #e5dcdc;border:1px solid var(--brand-border,#e5dcdc);border-radius:6px;padding:10px 12px;color:#16202b;color:var(--brand-text,#16202b);background:#fff;font:inherit}.auto-form-card textarea,.feedback-form textarea{min-height:128px;resize:vertical}.auto-form-card button,.feedback-form button{color:#fff;color:var(--brand-text-inverse,#fff);background:#b81e20;background:var(--brand-primary,#b81e20)}.auto-include-form{border-radius:12px;border-radius:var(--brand-radius,12px);background:#fff}.auto-contact__form{min-height:100%}