#cookieWrapper.cookie-wrapper {
    background: #F5F7F8 !important;
}

/* Target div with classes col-md-12 and cookie-container */
.col-md-12.cookie-container {
    background-color: #F5F7F8 !important;
}

/* Target p with class cookie-text inside cookie-container */
.cookie-container .cookie-text {
    color: #000000 !important;
}

/* Target <a> inside .cookie-container .cookie-text */
.cookie-container .cookie-text a {
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    color: #000000 !important;
}

/* Hover state for <a> inside .cookie-container .cookie-text */
.cookie-container .cookie-text a:hover {
    font-weight: bold;
    text-decoration-line: underline !important;
    text-decoration-thickness: 2px !important;
    color: #c52b09 !important;
}

/* Target button with classes btn and cookie-accept */
.btn.cookie-accept {
    background-color: #FD5108 !important;
    color: #000000 !important;
}

/* Hover state for the button */
.btn.cookie-accept:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}