/* Cross-panel form hardening: keeps fields aligned and touch-friendly without changing business layouts. */
:where(.field,.form-group,.tp-field,.sa-field,.filter-field){min-width:0}:where(input,select,textarea,.control,.form-control){max-width:100%}:where(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea,.control,.form-control){font:inherit}:where(textarea,.textarea){line-height:1.8}:where(label){overflow-wrap:anywhere}
@media(max-width:700px){:where(.form-grid,.register-grid,.filters,.filter-grid,.claim-form,.offer-form,.offer-advanced-grid,.tp-cost-grid,.brand-grid,.trust-form){grid-template-columns:1fr!important}:where(.span-2,.span-3,.span-4,.span-all,.wide){grid-column:1/-1!important}:where(form .actions,form .form-actions,form .submit-row){gap:8px}:where(form .control,form .form-control,form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),form select,form textarea){min-height:44px}:where(form button,form .btn,form .ifx-btn,form .sa-btn,form .tp-btn){min-height:42px}}
@media(max-width:430px){:where(form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),form select,form textarea,.control,.form-control){font-size:16px}}
