/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#eul-cookie-bar.bg-dark {
    background: rgba(52, 58, 64, 0.9) !important;
}

#eul-cookie-bar a {
    color: #f8f9fa;
    text-decoration: underline;
}

#eul-cookie-bar a:hover {
    text-decoration: none;
}
