/**
 * Site-wide hand-written CSS.
 *
 * Rules here load on EVERY page (all folder templates, the 404, the newsroom,
 * and legacy pages) — unlike global.css, which is skipped on Tailwind-design
 * pages. Use this for third-party / plugin chrome overrides that must apply
 * regardless of the active template. Hand-written, so it isn't subject to the
 * out-of-tree Tailwind recompile that produces app.css.
 */

/* ===========================
   Cookie banner (CookieYes)
=========================== */
.cky-consent-bar > :last-child {
    display: none !important;
}
