.acs-about-map-visual {
    overflow: hidden;
}

.acs-three-globe-shell {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: clamp(520px, 78vh, 900px);
    overflow: hidden;
    background: radial-gradient(circle at 47% 42%, rgba(255,255,255,.09) 0, rgba(120,120,120,.08) 20%, rgba(0,0,0,.99) 70%);
    isolation: isolate;
}

.acs-three-globe-shell::before {
    content: "";
    position: absolute;
    inset: -12%;
    background: radial-gradient(circle at 43% 40%, rgba(200,200,200,.18), transparent 24%), radial-gradient(circle at 52% 58%, rgba(255,255,255,.04), transparent 18%);
    filter: blur(10px);
    opacity: .75;
    z-index: 0;
    pointer-events: none;
}

.acs-three-globe-viewport {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.acs-three-globe-viewport canvas,
.acs-three-globe-viewport .cesium-widget canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: fill !important;
    filter: grayscale(1) saturate(0) contrast(1.22) brightness(.74) !important;
    opacity: 1 !important;
}

.acs-three-globe-label-layer {
    overflow: visible !important;
}

.acs-three-globe-marker {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    color: #E4B778;
    cursor: pointer;
    pointer-events: auto;
    transform: translate(-50%, -100%);
    transform-origin: 50% 100%;
    filter: drop-shadow(0 0 4px rgba(228,183,120,.66));
}

.acs-three-globe-marker__pin,
.acs-three-globe-marker__pin svg {
    display: block;
    width: 100%;
    height: 100%;
}

.acs-three-globe-marker.is-customer {
    filter: drop-shadow(0 0 4px rgba(228,183,120,.66));
}

.acs-three-globe-fallback {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 2;
    color: rgba(255,255,255,.72);
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: 0;
}

.acs-three-globe-shell.has-error .acs-three-globe-fallback {
    opacity: 1;
}

@media (max-width: 960px) {
    .acs-three-globe-shell { min-height: 56vh; }
}


.acs-cesium-viewport .cesium-viewer,
.acs-cesium-viewport .cesium-viewer-cesiumWidgetContainer,
.acs-cesium-viewport .cesium-widget,
.acs-cesium-viewport .cesium-widget canvas {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.acs-cesium-viewport .cesium-viewer-bottom,
.acs-cesium-viewport .cesium-credit-logoContainer,
.acs-cesium-viewport .cesium-credit-textContainer,
.acs-cesium-viewport .cesium-credit-expand-link {
    display: none !important;
}

.acs-cesium-viewport .cesium-widget-credits {
    display: none !important;
}

.acs-cesium-tooltip {
    position: absolute;
    z-index: 5;
    max-width: min(320px, 72vw);
    padding: .42rem .58rem;
    border: 1px solid rgba(228,183,120,.42);
    border-radius: 999px;
    background: rgba(0,0,0,.78);
    color: rgba(255,255,255,.92);
    font-size: .72rem;
    line-height: 1.2;
    letter-spacing: .02em;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    transition: opacity .12s ease;
}

.acs-cesium-tooltip.is-visible {
    opacity: 1;
}
