.ntl-map-unica-shell {
    position: relative;
    display: block;
    width: 100%;
    height: var(--ntl-map-unica-height, 640px);
    min-height: 320px;
    overflow: hidden;
    background: #eef1f3;
    isolation: isolate;
}

.ntl-map-unica-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #eef1f3;
}

.ntl-map-unica-gate {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: transparent;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.ntl-map-unica-shell.is-active .ntl-map-unica-gate {
    pointer-events: none;
}
