.avianeer-form{max-width:640px;display:flex;flex-direction:column;gap:18px}
.avianeer-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#2B2F36;font-size:15px}
.avianeer-form input[type=text],.avianeer-form input[type=email],.avianeer-form input[type=password],
.avianeer-form input[type=tel],.avianeer-form input[type=date],.avianeer-form select,.avianeer-form textarea{
 border:1px solid #C9CFD4;border-radius:4px;padding:10px 12px;font:inherit;font-weight:400}
.avianeer-form input:focus,.avianeer-form select:focus,.avianeer-form textarea:focus{outline:2px solid #F26A21;outline-offset:0;border-color:#F26A21}
.avianeer-form fieldset{border:1px solid #E3E7EA;border-radius:6px;padding:14px 16px}
.avianeer-form legend{font-weight:700;color:#2B2F36;padding:0 6px;font-size:15px}
.av-checks{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}
.av-check{flex-direction:row!important;align-items:center;font-weight:400!important;gap:8px!important}
.av-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:520px){.av-row{grid-template-columns:1fr}}
.av-btn{background:#F26A21;color:#fff;border:none;border-radius:4px;padding:13px 28px;font-weight:600;font-size:16px;cursor:pointer;width:fit-content}
.av-btn:hover{background:#D95A15}
.av-btn--secondary{background:#2B2F36}.av-btn--secondary:hover{background:#1A1D21}
.av-btn--danger{background:transparent;color:#B3261E;border:1px solid #B3261E}
.av-btn--danger:hover{background:#B3261E;color:#fff}
.av-msg{min-height:1.2em;color:#2B2F36;font-size:15px}
.av-msg--error{color:#B3261E}
.av-hp{position:absolute!important;left:-9999px!important;height:0;width:0;opacity:0}
.av-small{font-size:14px;color:#8A96A0}
.av-file input{margin-top:6px}
.avianeer-form h3{color:#2B2F36;margin:8px 0 0}
.avianeer-apply{display:flex;flex-direction:column;gap:12px}
.avianeer-apply .av-btn{text-align:center}
.av-btn--link{display:inline-block;text-decoration:none;color:#fff!important;width:fit-content}
