.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2c3e50;
    color: #ecf0f1;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    z-index: 10000;
}
.cookie-consent-content {
    max-width: 800px;
    margin: 0 auto;
}
.cookie-consent-actions button {
    margin-right: 10px;
    padding: 8px 20px;
    cursor: pointer;
}
.cookie-group ul {
    margin: 5px 0 10px 20px;
}