.wp-site-blocks > *, .wp-block-post-content > * { margin-block-start:0; margin-block-end:0; }
.wp-site-blocks, .wp-block-post-content { padding:0; }
.wp-block-post-content { max-width:none; }
.nscs-has-background { background-position:var(--nscs-position, center) !important; background-size:cover !important; }
.hero.nscs-has-background { background-position:var(--nscs-position, 80% 88%) !important; }
.hero.nscs-has-background::before { z-index:-1; }
.hero.nscs-has-background::after { z-index:0; }
.hero.nscs-has-background > * { position:relative; z-index:1; }
.hero-trust > span { min-width:0; overflow-wrap:anywhere; }
.brand img { height:66px; width:auto; }
.nscs-icon-editor { display:inline-block; }
.nscs-honeypot { position:absolute !important; left:-10000px !important; width:1px; height:1px; overflow:hidden; }
.nscs-form-status { width:100%; margin-top:1rem; padding:1rem; border:1px solid var(--blue); border-radius:var(--r-sm); color:var(--text); }
.nscs-form-status:empty { display:none; }
.nscs-form-status h3 { margin-bottom:.5rem; }
.nscs-quote-form fieldset { border:0; padding:0; min-width:0; }
.nscs-quote-form legend { font-size:.85rem; margin-bottom:.5rem; color:#C3CBD7; }
.nscs-quote-form .form-submit > p:empty { display:none; }
.nscs-quote-form input, .nscs-quote-form select, .nscs-quote-form textarea { min-width:0; max-width:100%; }
.contact-grid > *, .form-row > * { min-width:0; }
.info-list a { overflow-wrap:anywhere; }
.admin-bar .navbar { top:32px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline:2px solid var(--blue-hi); outline-offset:3px; }
.editor-styles-wrapper [data-type^="nscs/"] { max-width:none; }
.editor-styles-wrapper .navbar { position:relative; top:0; }
.editor-styles-wrapper .hero { min-height:600px; }
.editor-styles-wrapper .load, .editor-styles-wrapper .reveal { opacity:1; transform:none; animation:none; }
.editor-styles-wrapper .block-list-appender { position:relative; min-height:24px; }
.editor-styles-wrapper .nscs-image-placeholder { padding:2rem; border:1px dashed #1C78FF; }
.editor-styles-wrapper .nscs-hidden-editor { opacity:.4; outline:2px dashed #1C78FF; }
@media (max-width:782px) { .admin-bar .navbar { top:46px; } }
@media (max-width:640px) {
  .eyebrow { max-width:100%; white-space:normal; letter-spacing:.12em; }
  .mobile-bar { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .mobile-bar a { min-width:0; font-size:.82rem; }
  .hero-trust { align-items:flex-start; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation:none !important; transition:none !important; }
}
