* { box-sizing:border-box; }
body { margin:0; }
img { max-width:100%; height:auto; }
h1,h2,h3,p { margin-top:0; }
:where(h1,h2,h3,p,li,a,strong,span,dd,dt,label,legend,summary) { overflow-wrap:anywhere; }
/* Grid and flex children must shrink with enlarged text, including long addresses. */
:where(main,section,article,aside,div,nav,form,fieldset,figure,li,p,dd,dt) { min-inline-size:0; }
:where([id]) { scroll-margin-top:7rem; }
::selection { background:#e5c082; color:#08090b; }
.visually-hidden { position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important; }
.v53-skip { position:fixed;z-index:999;left:20px;top:12px;transform:translateY(-160%);padding:12px 18px;background:#fff;color:#08090b;font-size:1rem;font-weight:700; }
.v53-skip:focus { transform:none; }
main:focus-visible { outline:none; }
