/**
 * OneTrust consent UI overrides.
 *
 * Kept in a dedicated, hand-authored (non-compiled) stylesheet and enqueued in
 * the footer so it loads after OneTrust injects its own styles, letting these
 * rules win on cascade order. See penny_onetrust_fix_styles() in functions.php.
 */
#onetrust-consent-sdk button#onetrust-pc-btn-handler {
    color: #352a57;
    border-color: #352a57;
    background-color: #fff;
}
