.ahlfm-form{box-sizing:border-box;width:100%;max-width:var(--ahlfm-max-width,900px);margin:0 auto;padding:var(--ahlfm-padding,24px);background:var(--ahlfm-background,#fff);color:var(--ahlfm-text,#242424);border:1px solid #ddd;border-top:4px solid var(--ahlfm-accent,#b52228);border-radius:var(--ahlfm-radius,4px);font-family:inherit;font-size:var(--ahlfm-font-size,16px);line-height:1.6;text-align:left}
.ahlfm-form *{box-sizing:border-box;min-width:0}.ahlfm-form .ahlfm-heading{padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #ddd}.ahlfm-form .ahlfm-heading h3{margin:0 0 8px;color:inherit;font:500 clamp(1.6rem,2.4vw,2.2rem)/1.2 var(--wp--preset--font-family--ahl-display,Georgia),serif;letter-spacing:0}.ahlfm-form .ahlfm-heading p{margin:0;font-size:1em;line-height:1.6;color:inherit}.ahlfm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--ahlfm-gap,16px)}.ahlfm-form .ahlfm-field{display:flex;flex-direction:column;gap:7px;padding:0;margin:0;border:0;align-self:start}.ahlfm-width-25{grid-column:span 1}.ahlfm-width-50{grid-column:span 2}.ahlfm-width-100,.ahlfm-group{grid-column:1/-1}.ahlfm-form .ahlfm-group{margin:10px 0 0;font-size:1.1em;font-weight:600;line-height:1.5}.ahlfm-form label,.ahlfm-form legend{padding:0;margin:0 0 2px;color:inherit;font-size:.9em;font-weight:600;line-height:1.5;letter-spacing:0;text-transform:none}.ahlfm-form label>span:not(.ahlfm-choice span),.ahlfm-form legend>span{color:var(--ahlfm-accent,#b52228)}.ahlfm-form label small,.ahlfm-form legend small{color:inherit;opacity:.75;font-size:.88em;font-weight:400;margin-left:4px}.ahlfm-form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.ahlfm-form select,.ahlfm-form textarea{box-sizing:border-box;display:block;width:100%;min-height:52px;padding:12px;color:var(--ahlfm-text,#242424);background:var(--ahlfm-background,#fff);border:1px solid var(--ahlfm-border,#aaa);border-radius:var(--ahlfm-radius,4px);font:inherit;line-height:1.5;color-scheme:light}.ahlfm-form textarea{min-height:110px;resize:vertical}.ahlfm-form :is(input,select,textarea):focus{outline:2px solid var(--ahlfm-accent,#b52228);outline-offset:2px}.ahlfm-form ::placeholder{color:inherit;opacity:.65}.ahlfm-form .ahlfm-choice{display:flex;flex-direction:row;gap:9px;align-items:flex-start;font-weight:400}.ahlfm-form input[type=checkbox],.ahlfm-form input[type=radio]{width:20px;min-width:20px;height:20px;min-height:20px;margin:3px 0;accent-color:var(--ahlfm-accent,#b52228)}.ahlfm-form .ahlfm-help,.ahlfm-form .ahlfm-error{margin:0;font-size:.85em;line-height:1.5;color:inherit}.ahlfm-help:empty{display:none}.ahlfm-form .ahlfm-error{color:#a31d24}.ahlfm-form [aria-invalid=true]{border-color:#a31d24!important;background:#fff6f6!important}.ahlfm-form .ahlfm-submit{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:54px;padding:14px 16px;margin:22px 0 0;background:var(--ahlfm-button,#ff3b3f);color:var(--ahlfm-button-text,#050505);border:0;border-radius:var(--ahlfm-radius,4px);font-family:inherit;font-size:1em;font-weight:600;line-height:1.5;cursor:pointer;text-align:left;letter-spacing:0;text-transform:none}.ahlfm-submit:hover{filter:brightness(.95)}.ahlfm-submit:focus-visible{outline:2px solid var(--ahlfm-accent);outline-offset:3px}.ahlfm-submit:disabled{opacity:.6;cursor:wait}.ahlfm-feedback:not(:empty),.ahlfm-errors{padding:14px;border-left:3px solid var(--ahlfm-accent);background:#f7f7f7;margin:14px 0;color:#222;line-height:1.6}.ahlfm-errors{background:#fff3f3;color:#8f1921}.ahlfm-form .ahlfm-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.ahlfm-form [hidden]{display:none!important}@media(max-width:600px){.ahlfm-grid{grid-template-columns:minmax(0,1fr)}.ahlfm-field{grid-column:1/-1}.ahlfm-form{padding:min(var(--ahlfm-padding,24px),20px)}}
