.sunway-globe-area-embed {
	width: 100%;
	height: var(--sunway-globe-height, 720px);
	min-height: 480px;
	margin: 1.5rem 0;
	overflow: hidden;
	border: 1px solid rgba(125, 151, 182, 0.28);
	border-radius: 16px;
	background: #060a10;
	box-shadow: 0 18px 50px rgba(4, 10, 20, 0.22);
}

.sunway-globe-area-iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 480px;
	border: 0;
}

@media (max-width: 640px) {
	.sunway-globe-area-embed {
		height: max(560px, var(--sunway-globe-height, 720px));
		margin-right: -1rem;
		margin-left: -1rem;
		width: calc(100% + 2rem);
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}
}
