/* A földgömb a hero része: nincs saját kártyaháttér vagy keret. */
.esim-search-hero {
    z-index: 2;
    overflow: visible;
}

.esim-search-hero + .content-section {
    position: relative;
    z-index: 1;
}

.esim-search-hero .catalog-results {
    z-index: 30;
}

.esim-globe.esim-globe {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.esim-globe .esim-globe-shade {
    inset: -2px;
    background: radial-gradient(ellipse at center, transparent 54%, rgb(222 242 210 / 42%) 82%, rgb(222 242 210 / 88%) 100%);
}

.esim-globe .esim-globe-badge {
    top: 28px;
    left: 8px;
}

@media (max-width: 820px) {
    .esim-globe.esim-globe {
        display: none !important;
    }
}
