/**
 * Google Maps styles for Evenzo Events Manager for WooCommerce.
 *
 * @package EventsAndTicketsForWooCommerce
 * @since   1.0.0
 */

.emwc-map-container {
	margin: 20px 0;
}

.emwc-google-map {
	border-radius: 8px;
	overflow: hidden;
	min-height: 200px;
}

.emwc-map-directions {
	margin-top: 10px;
}

.emwc-map-directions a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #0073aa;
	text-decoration: none;
}

.emwc-map-directions a:hover {
	text-decoration: underline;
}
