
        /* Manage Your Privacy Settings (opens Preference Center) footer link */
        #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
            font-family: 'gotham book' !important;
            font-weight: bold !important;
            text-decoration: none !important;
            border: none !important;
            padding: 0 !important;
            font-size: 13px !important;
            line-height: 14px !important;
            cursor: pointer !important;
        }

            #ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
                text-decoration: underline !important;
                background: transparent !important;
            }
        /* Fix the bullet list style (from main.css) leaking on OT Preference Center cookie category list */
        ul.ot-subgrps > li.ot-subgrp::before {
            content: "" !important;
        }
    