#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    z-index: 10000;
}

#cookie-consent-banner p {
    margin: 0;
    font-size: 14px;
}

#cookie-consent-banner button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

#accept-cookies {
    background-color: #28a745;
    color: white;
}

#reject-cookies {
    background-color: #dc3545;
    color: white;
}
