.earth-overlay {
	background-color: white;
	box-shadow: 0 2px 8px black;
	border-radius: 0px 8px 8px 8px;
	padding: 0.25em 0.5em;
}

.earth-container {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}

.woc-earth {
	--preview-color:#27273a;
	max-width: 960px;
	--globe-scale:0.75;
	--globe-damping:0.45;
	--map-density:1;
	--map-height:0.3;
	--point-size:2.4;
	--point-color:#ffffff;
	--backside-opacity:0.12;
	--backside-transition:0.12;
	--marker-size:0.3;
	--title-position:0 -1;
	--title-padding:1;
	--text-size:0.55;
	--text-height:1.1;
	--text-padding:0.5;
	--line-color:#ffffff;
	--line-thickness:1.5;
	--line-offset:0.4;
	--overlay-position:1 0;
	--globe-latitude-limit:30;
	--point-edge-opacity:0.35;
	--point-opacity-map:url('/wp-content/plugins/wordpress-miniature-earth/lights.jpg');
	--islands:true;
	--marker-position:0 -1;
	--text-outline:#27273a;
	--marker-depth:0.5;
	--text-offset:0.1;
	--text-depth:0.5;
	--overlay-depth:0.5;
	--autorotate:true;
	--autorotate-speed:-0.65;
	--autorotate-delay:1;
	--point-image:url('/wp-content/plugins/wordpress-miniature-earth/shape-aura.png');
	--text-color:#ffffff;
	--equator:true;
	--autorotate-latitude:8;
	--marker-image:url('/wp-content/uploads/2024/07/image-12.webp');
}