/* ============================================================
   global.css — Global branding, CSS variables, fonts, utility classes
   Loaded on: All pages
   ============================================================ */

/* Fix: cookieconsent bar uses 100vw which includes scrollbar width,
   causing horizontal scroll. Override to 100% of parent instead. */
#cc-main .cm--bar {
    width: 100% !important;
}

