.afi-native-form {
	max-width: 720px;
	margin: 1.5rem 0;
	padding: clamp(20px, 4vw, 34px);
	background: #fff;
	border: 1px solid #dbe2f0;
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(11, 35, 88, .08);
}
.afi-native-form p { margin: 0 0 18px; }
.afi-native-form label, .afi-native-form legend { display: block; margin-bottom: 7px; font-weight: 700; color: #10265c; }
.afi-native-form input:not([type="radio"]):not([type="checkbox"]), .afi-native-form textarea, .afi-native-form select { width: 100%; box-sizing: border-box; padding: 11px 12px; border: 1px solid #b9c6dc; border-radius: 7px; background: #fff; font: inherit; color: #1d2738; }
.afi-native-form textarea { resize: vertical; }
.afi-native-form fieldset { padding: 0; border: 0; }
.afi-native-form fieldset label { margin: 7px 0; font-weight: 400; }
.afi-native-form input:focus, .afi-native-form textarea:focus, .afi-native-form select:focus { outline: 3px solid rgba(247, 190, 36, .35); border-color: #1c3f9e; }
.afi-form-submit { padding: 12px 22px; border: 0; border-radius: 7px; background: #f4bf2a; color: #14234b; font: inherit; font-weight: 800; cursor: pointer; }
.afi-form-submit:hover { background: #e7ae13; }
.afi-form-success { padding: 12px 14px; border-left: 4px solid #198754; background: #edf9f1; color: #145c39; }
.afi-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
