.ee-global-header,
.ee-global-footer { position: relative; z-index: 30; }

.ee-template-header,
.ee-template-footer,
.ee-template-popup-content,
.ee-frontend { width: 100%; }

.ee-global-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}

.ee-global-popup.is-open {
    display: block;
}

.ee-global-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 11, 22, 0.62);
}

.ee-global-popup-panel {
    position: relative;
    width: min(860px, calc(100vw - 30px));
    max-height: calc(100vh - 60px);
    margin: 30px auto;
    overflow: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.35);
    padding: 18px;
}

.ee-global-popup-close {
    position: sticky;
    top: 0;
    float: right;
    border: 1px solid #d0d8e2;
    background: #fff;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.ee-theme-layout {
    width: 100%;
}