.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    display: none;
    z-index: 9999;
    font-size: 14px;
}

.cookie-buttons {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.cookie-buttons button {
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

#cookie-accept {
    background: #2ecc71;
    color: white;
}

#cookie-reject {
    background: #e74c3c;
    color: white;
}
