.cookie-banner, .cookie-settings {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 20px;
    position: fixed;
    left: 0; right: 0;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.cookie-banner {
    bottom: 0;
}
.cookie-actions button {
    margin-right: 10px;
    padding: 10px 15px;
    cursor: pointer;
}
.hidden { display: none !important; }

.cookie-settings {
    top: 0; bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-settings-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    width: 90%;
    max-width: 450px;
}
