#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    z-index: 1000;
    font-family: Arial, sans-serif;
}

#cookie-message p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

#cookie-message a {
    color: #007BFF;
    text-decoration: none;
}

#cookie-message a:hover {
    text-decoration: underline;
}

#accept-cookies {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

#accept-cookies:hover {
    background-color: #0056b3;
}
