
#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #212529;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 1050;
    display: none; /* Hidden by default */
}

#cookie-consent-banner p {
    margin: 0;
    display: inline;
}

#cookie-consent-banner a {
    color: #FF0000;
    text-decoration: underline;
}

#accept-cookies {
    background-color: #FF0000;
    color: white;
    border: none;
    padding: 5px 15px;
    margin-left: 15px;
    cursor: pointer;
}
