#cookieman-modal,
#cookieman-modal :where(.modal-content, .modal-body, .accordion-body, .table, p, li, td, th, label) {
    color: var(--kunde-text-dark);
}

#cookieman-modal :where(.modal-title, .accordion-button) {
    color: var(--kunde-text-dark);
}

#cookieman-modal a {
    color: var(--kunde-blue-dark);
}

#cookieman-modal a:hover,
#cookieman-modal a:focus {
    color: #000f1f;
}
