.hikefly-map-wrapper {
	width: 100%;
	position: relative;
}

.hikefly-map {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.15 );
}

.hikefly-map-empty {
	padding: 16px;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	color: #50575e;
}

.hikefly-map-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.hikefly-filter-btn {
	font-size: 13px;
	line-height: 1;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid #c3c4c7;
	background: #fff;
	color: #3c434a;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hikefly-filter-btn:hover {
	border-color: #e4572e;
}

.hikefly-filter-btn.is-active {
	background: #e4572e;
	border-color: #e4572e;
	color: #fff;
}

.hikefly-filter-count {
	opacity: 0.75;
	font-size: 11px;
	margin-left: 2px;
}

.hikefly-map-no-results {
	padding: 12px 16px;
	margin-top: 12px;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	color: #50575e;
}

.hikefly-pin {
	filter: drop-shadow( 0 1px 2px rgba( 0, 0, 0, 0.4 ) );
}

.hikefly-popup {
	display: block;
	font-family: inherit;
	max-width: 200px;
	text-decoration: none;
	color: inherit;
}

.hikefly-popup-thumb {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 6px;
	display: block;
}

.hikefly-popup-title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: #23282d;
}

.hikefly-popup:hover .hikefly-popup-title {
	color: #e4572e;
	text-decoration: underline;
}
