.cookie-consent-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(33, 33, 33, 0.96);
    color: #ffffff;
    z-index: 9999;
    padding: 14px 16px;
    border-radius: 6px;
}

.cookie-consent-text {
    margin-bottom: 10px;
}

.cookie-consent-actions button,
.cookie-settings-actions button {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    padding: 6px 12px;
    margin-right: 8px;
    cursor: pointer;
}

.cookie-consent-actions button:last-child,
.cookie-settings-actions button:last-child {
    margin-right: 0;
}

.cookie-settings-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.cookie-settings-content {
    max-width: 460px;
    margin: 12% auto;
    background: #ffffff;
    padding: 16px;
    border-radius: 6px;
    color: #111111;
}

.cookie-settings-content h3 {
    margin: 0 0 14px;
}

.cookie-settings-content label {
    display: inline-block;
    margin-bottom: 12px;
}

.cookie-settings-actions button {
    background: #333333;
}
