#cookie-consent-popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}

#cookie-consent-popup p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
}

#cookie-consent-popup a {
    color: #f4d03f;
    text-decoration: underline;
}

#accept-cookies-btn, #cookie-settings-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin: 5px;
    font-size: 14px;
}

#accept-cookies-btn {
    background-color: #4CAF50;
    color: white;
}

#cookie-settings-btn {
    background-color: #555;
    color: white;
}
