/*
 * Site-specific overrides for the vendored cookieconsent library (BMR562).
 * Keep cookieconsent.css a pristine upstream copy - fixes and theming for
 * this site belong here, loaded after the library stylesheet.
 */

/* The site's global form-label rule (margin-top / max-width / padding) leaks
   into the banner's <label> elements and knocks the preference toggles out
   of vertical alignment with their section titles. */
#cc-main label {
    margin: 0;
    max-width: none;
    padding: 0;
}
