/**
 * WT26 Base Functions — Media Embeds module styles.
 *
 * Styles for the Leaflet map the [wtgooglemap] shortcode renders (the other
 * embed shortcodes are plain iframes and need no CSS). Mirrors the look of
 * the TEC Leaflet maps so both map surfaces match.
 */

/* Map container ([wtgooglemap] sets width/height inline from its attributes) */
.wt26-embed-map {
	min-height: 200px;
	z-index: 1;
	border-radius: 4px;
	overflow: hidden;
}

/* Custom pin icon */
.wt26-embed-map-pin {
	background: none !important;
	border: none !important;
}

/* Popup styles */
.wt26-embed-popup {
	font-size: 13px;
	line-height: 1.5;
	max-width: 250px;
}

.wt26-embed-popup strong {
	display: block;
	margin-bottom: 3px;
}
