.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    padding: 20px 24px;
}

.cookie-banner[hidden] {
    display: none !important;
}

.cookie-banner-inner {
    max-width: 960px;
    margin: 0 auto;
}

.cookie-banner h2 {
    margin: 0 0 8px;
    font-size: 1.1rem;
}

.cookie-banner p {
    margin: 0 0 16px;
    color: #444;
    line-height: 1.5;
    font-size: 0.95rem;
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cookie-btn {
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.cookie-btn-primary {
    background: #0b6efd;
    color: #fff;
}

.cookie-btn-primary:hover {
    background: #0956c7;
}

.cookie-btn-secondary {
    background: #eee;
    color: #333;
}

.cookie-btn-secondary:hover {
    background: #ddd;
}

.cookie-btn-link {
    background: transparent;
    color: #0b6efd;
    padding: 10px 8px;
}

.cookie-settings {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.cookie-settings[hidden] {
    display: none !important;
}

.cookie-option {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.cookie-option label {
    font-weight: 600;
    display: block;
}

.cookie-option p {
    margin: 4px 0 0;
    font-size: 0.85rem;
    color: #666;
}

.cookie-option input {
    margin-top: 4px;
}
