/* Hosting frame only. Form controls and layout come from the exact platform.css. */
.quote-host { min-height:100dvh; display:grid; place-items:center; padding:20px; }
.quote-site-header { position:absolute; top:28px; left:36px; right:36px; display:flex; align-items:center; justify-content:space-between; }
.quote-site-header img { height:auto; display:block; }
.quote-site-header a { color:var(--muted); font-size:12px; text-decoration:none; }
.quote-page [hidden] { display:none !important; }
.quote-loading { padding:28px; color:var(--muted); }
[data-qw-new-property] { margin-bottom:18px; }
.contact-fields { margin-top:8px; }
.optional-label { margin-left:5px; }
.qw-contact-note { margin-top:18px; }
.quote-trap { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.quote-success { padding:48px 40px; }
.quote-success-icon { color:var(--accent-text); }
.quote-success-icon svg { width:30px; height:30px; }
.quote-success h2 { font-size:28px; letter-spacing:-.035em; line-height:1.2; margin:24px 0 16px; }
.quote-success p { color:var(--muted); font-size:12px; line-height:1.7; }
.quote-success .quote-reference { color:var(--dim); font-size:10px; margin-bottom:24px; }
.quote-success a { text-decoration:none; }
@media(max-height:860px), (max-width:700px) { .quote-site-header { display:none; } }
@media(max-width:700px) { .quote-host { padding:10px; } }
