<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Styles for the OneTrust Cookie Preferences link in the footer
*/

footer a#ot-sdk-btn.ot-sdk-show-settings {
    background-color: transparent;
    color: #bbbbbc;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    padding: 4px 0;
    transition: inherit;
}

footer a#ot-sdk-btn.ot-sdk-show-settings:focus,
footer a#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: transparent;
    color: rgba(251, 252, 253, .8);
    transition: inherit;
}

footer a#ot-sdk-btn.ot-sdk-show-settings:active {
    background-color: transparent;
    color: rgba(251, 252, 253, .8);
    border: none;
}</pre></body></html>