.T5304.grid-stack-item-content {
	background: #fff !important;
}

.geodata-map {
	margin: 1rem 0;
	aspect-ratio: 16/11;
	width:  100%;
}

.geodata-map:not(.init) {
	display: flex;
	justify-content: center;
	align-items: center;
 	background-color: #ddd;
	border-radius: 0.7rem;
 	color:  #333;
 }