/* Keep the supplied website design; only the enquiry handoff is changed. */
[hidden]{display:none!important;}
.interest-choices{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}
.interest-choices button{min-height:44px;border:1px solid var(--red-deep);border-radius:999px;padding:12px 18px;color:var(--red-deep);background:white;font:inherit;font-size:1rem;cursor:pointer;}
.interest-choices button[aria-pressed=true]{background:var(--red-deep);color:white;}
.interest-choices button:focus-visible,.interest-open-form:focus-visible{outline:3px solid var(--red-bright);outline-offset:4px;}
.interest-preference{font-weight:700;min-height:1.5em;margin-top:20px;}
#googleFormPanel h3{font-size:1.5rem;line-height:1.3;margin:12px 0 16px;}
#googleFormPanel p,.interest-summary{font-size:1rem;line-height:1.6;}
.interest-summary{padding-left:1.25rem;margin:18px 0;}
.interest-summary li{margin:8px 0;}
.interest-launch-note{padding:20px;margin:24px 0;border-left:4px solid var(--red-bright);background:var(--cream);border-radius:8px;}
.interest-launch-note p{margin:8px 0 0;}
.interest-privacy,.interest-disclaimer{color:#5b3c43;}
.interest-disclaimer{padding-top:20px;margin-top:24px;border-top:1px solid var(--lineDark);}
.interest-open-form{display:flex;justify-content:center;align-items:center;min-height:48px;text-decoration:none;margin:20px 0;}
#googleFormEmbed iframe{display:block;width:100%;height:1100px;border:0;margin-top:24px;background:white;}
.website-preview-note{position:relative;background:#23080f;color:white;text-align:center;padding:10px 18px;font-size:14px;line-height:1.5;}
@media(max-width:600px){#googleFormPanel{padding:22px 16px;}.interest-choices{flex-direction:column;}.interest-launch-note{padding:16px;}}
