/* Hide extra cookie banner buttons */
.cli-modal-btn-group .wt-cli-decline-btn,
.cli-modal-btn-group .wt-cli-settings-btn,
.cli-privacy-readmore,
#cookie_action_close_header_reject,
#cookie-settings,
.cli-plugin-btn[data-cli_action="reject"],
.cli-plugin-btn[data-cli_action="settings"],
#wt-cli-reject-btn,
#wt-cli-settings-btn {
    display: none !important;
}

/* Style accept button */
.cli-plugin-main-button,
#cookie_action_close_header,
#wt-cli-accept-btn,
.wt-cli-accept-btn {
    background: #22d3ee !important;
    color: #0a1628 !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
}

/* Cookie bar styling */
#cookie-law-info-bar {
    background: #0a1628 !important;
    color: #e2e8f0 !important;
    border-top: 1px solid rgba(34, 211, 238, 0.15) !important;
}

#cookie-law-info-bar span,
#cookie-law-info-bar p,
.cli-bar-message {
    color: #e2e8f0 !important;
}
