.wp-block-placepress-block-map-global {
	.pp-site-editor-warning{
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		opacity: .5;
		font-size: 1rem;
	}
	.map-caption-pp textarea {
		opacity: 0.7;
	}
	.map-caption-pp textarea {
		border-color: transparent;
		resize: none;
	}
	.map-caption-pp textarea:focus {
		opacity: 1;
	}
	.map-caption-pp textarea:hover {
		border-color: #8d96a0;
		resize: vertical;
	}
	.map-caption-pp textarea:focus {
		border-color: #00a0d2;
		resize: vertical;
	}
	.leaflet-control-container .leaflet-top.leaflet-right {
		width: calc(100% - 64px);
	}
}
.wp-block[data-align="wide"] .wp-block-placepress-block-map-global,
.wp-block[data-align="full"] .wp-block-placepress-block-map-global {
	div.map-pp {
		height: 500px;
	}
}
