.cookie-banner {
    display: none; /* Hide by default */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2b2b;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    z-index: 9999;
}
.cookie-banner button {
    margin-left: 10px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#accept-cookies { background-color: #28a745; color: white; }
#reject-cookies { background-color: #dc3545; color: white; }
