/* Site-wide announcement bar. Sits above the header and scrolls away with the page.
   Colors are literal, not var()-based, because page CSS files define different palettes. */
.announce{display:block;background:#fff1d6;border-bottom:1px solid #f0d9a8;color:#7a3d05;font-family:inherit}
.announce a{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:10px 22px;color:inherit;text-decoration:none;font-size:14px;font-weight:600;line-height:1.45;text-align:center}
.announce a:hover .go{text-decoration:underline}
.announce b{font-weight:750}
.announce .go{flex:0 0 auto;font-weight:750;white-space:nowrap}
@media(max-width:700px){.announce a{padding:9px 16px;font-size:13px;gap:6px}}
