.eh-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    background: #1a1a1a;
    color: #fff;
    padding: 1rem;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.eh-cookie-banner[hidden],
.eh-cookie-modal[hidden] {
    display: none !important;
}

.eh-cookie-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.eh-cookie-text {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.eh-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.eh-cookie-btn {
    border: 1px solid #555;
    background: #333;
    color: #fff;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.eh-cookie-btn-primary {
    background: #e63946;
    border-color: #e63946;
}

.eh-cookie-btn-ghost {
    background: transparent;
}

.eh-cookie-link {
    color: #ffca28;
    font-size: 0.85rem;
}

.eh-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 10060;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.eh-cookie-modal-card {
    background: #fff;
    color: #222;
    border-radius: 12px;
    max-width: 480px;
    width: 100%;
    padding: 1.25rem;
}

.eh-cookie-modal-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.eh-cookie-modal-intro {
    font-size: 0.9rem;
    color: #555;
}

.eh-cookie-check {
    display: block;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.eh-cookie-modal-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}