.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    padding: 20px;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-content {
    max-width: 800px;
    margin: 0 auto;
}

.cookie-consent-content p {
    margin: 0;
    font-size: 16px;
}

.cookie-consent-content a {
    color: #ff9800;
    text-decoration: none;
}

.cookie-consent-content a:hover {
    text-decoration: underline;
}

.cookie-consent-content button {
    background-color: #ff9800;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cookie-consent-content button:hover {
    background-color: #e68900;
}
