/*
 * Plain-CSS overrides for ongoing theme maintenance.
 *
 * The legacy theme styles remain in app.css. Add new changes here so they do
 * not depend on the retired Sass/Gulp build process.
 */

/* Cookie consent actions use one consistent visual treatment. */
#cookies-eu-banner button#cookies-eu-reject {
    background: white;
    color: #a32035;
}

#cookies-eu-banner button#cookies-eu-reject:hover {
    background: black;
    color: white;
}

.cookie-settings-link {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
}

.cookie-settings-link:hover,
.cookie-settings-link:focus {
    color: inherit;
}
