#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    z-index: 1000;
}
#cookie-banner button {
    margin: 5px;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
}
.accept { background: green; color: white; }
.reject { background: red; color: white; }
