
.earth-overlay {
    background-color: rgb(255 255 255 / 80%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 41%);
    border-radius: 0;
    padding: 8px 15px;    max-width: 210px;    
	font-size: 15px;
    line-height: 1.3;
    border: 2px solid #afca7e;
}
.earth-overlay span {font-family: 'Uni Neue';
    margin: 0 0 5px;display:block;font-weight:bold;font-size:20px;
	color: #515d6d;}
.earth-container {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}

.shadow-earth::after {
	content: "";
	position: absolute;
	height: 22%;
	bottom: 4%;
	left: 13%;
	right: 13%;
	background: radial-gradient(ellipse at center, rgb(0 0 0 / 70%) 0%,rgb(0 0 0 / 55%) 20%,rgb(0 0 0 / 20%) 40%,rgb(0 0 0 / 10%) 50%,rgb(0 0 0 / 2%) 60%,rgb(0 0 0 / 0%) 70%,rgb(0 0 0 / 0%) 100%);
}

