.cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
}

.high-contrast {
    background-color: #000 !important;
    color: #fff !important;
}

.high-contrast a, .high-contrast button {
    color: #fff !important;
    background-color: #111 !important;
    border-color: #fff !important;
}

.high-contrast {
    background-color: #000 !important;
    color: #fff !important;
}

.high-contrast a {
    color: yellow !important;
}

.dark-mode {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
}

.dark-mode a {
    color: #90caf9 !important;
}
