/* OneTrust "Cookie settings" footer button (client snippet, in SubFooterLinks.ss).
   Styled to match the sibling .subfooter-link items in #SubFooterLinks.
   !important is required because the OneTrust SDK injects its own !important
   styles on #ot-sdk-btn on production. */
#SubFooterLinks #ot-sdk-btn.ot-sdk-show-settings {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-decoration: none !important;
    cursor: pointer !important;
    vertical-align: baseline !important;
}
#SubFooterLinks #ot-sdk-btn.ot-sdk-show-settings:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
#SubFooterLinks #ot-sdk-btn.ot-sdk-show-settings:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 2px !important;
}
