/* Shared floating site notice */
:root{--aw-notice-height:36px}
.aw-site-notice{position:sticky;top:0;z-index:110;min-height:var(--aw-notice-height);box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:18px;padding:8px 16px;background:#091323;color:#b9c9e3;font-family:var(--sans,Arial,sans-serif);font-size:11px;line-height:20px;letter-spacing:.06em;text-align:center}
.aw-site-notice i{color:#5b90ff;font-style:normal}
body:has(>.aw-site-notice)>nav{top:var(--aw-notice-height);z-index:100}
html{scroll-padding-top:110px}
@media(max-width:600px){:root{--aw-notice-height:52px}.aw-site-notice{gap:0 10px;flex-wrap:wrap;padding:6px 12px;font-size:10px;line-height:20px}.aw-site-notice .aw-notice-buyers{order:5;flex-basis:100%}.aw-site-notice .aw-notice-divider{display:none}}
