.template2026-cookie-banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 1000;
}

.template2026-cookie-banner-inner {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #bbb;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.template2026-cookie-banner h2,
.template2026-cookie-modal h2 {
    margin-top: 0;
}

.template2026-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.template2026-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.55);
}

.template2026-cookie-modal-panel {
    width: min(100%, 560px);
    padding: 24px;
}

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

@media (max-width: 700px) {
    .template2026-cookie-banner-inner {
        display: block;
    }

    .template2026-cookie-actions {
        margin-top: 12px;
    }
}
