/**
 * Styles for both editor and frontend
 */
.wp-block-geo-charts-map-block {
    box-sizing: border-box;
}
@media (max-width: 690px) {
.wp-block-geo-charts-map-block {
    height: 35vh !important;
}
}
.wp-block-geo-charts-map-block .geo-chart-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.geo-chart-left {
    margin-right: auto;
}
.geo-chart-center {
    margin-left: auto;
    margin-right: auto;
}
.geo-chart-right {
    margin-left: auto;
}

.wp-block-geo-charts-map-block .geo-chart-container:empty:before {
    content: 'Loading chart...';
    color: #888;
    font-size: 14px;
    padding: 1em;
}

.google-visualization-tooltip {
    padding: 10px !important;
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}


.geo-chart-title {
	position: absolute;
	z-index: 9
}

.geo-chart-title-top-left {
	top: 20px;
	left: 20px;
}
.geo-chart-title-top-right {
	top: 20px;
	right: 20px;
}

.geo-chart-title-bottom-left {
	bottom: 20px;
	left: 20px;
}
.geo-chart-title-bottom-right {
	bottom: 20px;
	right: 20px;
}

.position-control {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}