    /* Universal preview disclosure; independent of business styling. */
    footer.demo-footer { position: static; display: block; margin: 0; padding: 20px 0; background: #c8eb73; color: #000; font: 400 14px/1.6 system-ui, sans-serif; letter-spacing: normal; text-transform: none; }
    footer.demo-footer .demo-footer__inner { width: min(1180px, calc(100% - 32px)); min-height: 0; margin: 0 auto; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; align-content: start; justify-content: space-between; gap: 10px 24px; text-align: left; }
    footer.demo-footer p { margin: 0; color: #000; font: inherit; flex: 1 1 260px; max-width: none; }
    footer.demo-footer a { color: #000; opacity: 1; font: inherit; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
    footer.demo-footer a:focus-visible { outline: 3px solid #000; outline-offset: 5px; border-radius: 2px; }

footer.demo-footer a { display:block; flex:0 0 auto; width:180px; max-width:100%; }
footer.demo-footer a img { display:block; width:180px; max-width:100%; height:46px; object-fit:cover; object-position:center 46%; mix-blend-mode:multiply; border:0; border-radius:0; }
