/*
 * The site's older .btn--outline hover rules can make the Decline label
 * blend into the cookie bar. This file is enqueued after the complete live
 * stylesheet cascade and targets the generated button ID directly.
 */
body .cookie-bar button#cookie-decline,
body .cookie-bar button#cookie-decline:hover,
body .cookie-bar button#cookie-decline:focus,
body .cookie-bar button#cookie-decline:focus-visible,
body .cookie-bar button#cookie-decline:active {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: #d4682d !important;
    background-color: #d4682d !important;
    background-image: none !important;
    border: 2px solid #fff !important;
    border-color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35) !important;
}