.ws-earth-app {
    background: #071017;
}

.ws-earth-layer {
    position: fixed;
    inset: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.ws-earth-mode-live .ws-earth-layer-live,
.ws-earth-mode-forecast .ws-earth-layer-forecast {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.ws-earth-layer[aria-hidden="true"] {
    pointer-events: none;
}

.ws3d-mode-switch a[aria-current="page"],
.forecast3d-mode-switch a[aria-current="page"] {
    color: #eaffff;
}

@media (max-width: 720px) {
    .ws3d-mode-switch a,
    .forecast3d-mode-switch a {
        min-width: 56px;
        padding-inline: 7px;
        font-size: 11px;
    }
}
