/* Events by FDM — public map. */
.ebf-map-wrap { margin: 24px 0; }
.ebf-map {
	width: 100%;
	min-height: 360px;
	border: 1px solid #e2ddd2;
	z-index: 0;
}
.ebf-pin {
	font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #1d1611;
}
.ebf-pin strong { font-family: "PT Serif", Georgia, serif; }
.ebf-pin a {
	display: inline-block;
	margin-top: 6px;
	color: #ed5c2e;
	font-weight: 700;
	text-decoration: none;
}
.ebf-pin a:hover { text-decoration: underline; }

/* Atlist-style search overlay */
.ebf-map-search {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1000;
	width: min(320px, calc(100% - 24px));
	font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
}
.ebf-map-search-form {
	display: flex;
	gap: 6px;
	background: #fff;
	border-radius: 8px;
	padding: 6px;
	box-shadow: 0 2px 10px rgba(29, 22, 17, 0.25);
}
.ebf-map-search-form input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: none;
	font-size: 14px;
	padding: 6px 8px;
	background: transparent;
	color: #1d1611;
}
.ebf-map-search-form button {
	border: 0;
	background: #ed5c2e;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 6px 14px;
	border-radius: 6px;
	cursor: pointer;
}
.ebf-map-search-form button:hover { background: #f07246; }
.ebf-map-results {
	margin-top: 8px;
	max-height: 340px;
	overflow-y: auto;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(29, 22, 17, 0.25);
}
.ebf-map-result {
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #eee7db;
	background: transparent;
	padding: 10px 12px;
	cursor: pointer;
	font-family: inherit;
}
.ebf-map-result:last-child { border-bottom: 0; }
.ebf-map-result:hover { background: #faf5ec; }
.ebf-map-result-mi {
	display: block;
	font-weight: 800;
	font-size: 13px;
	color: #1d1611;
}
.ebf-map-result-title {
	display: block;
	font-size: 13px;
	color: #6a6258;
	margin-top: 2px;
}
.ebf-map-msg { margin: 0; padding: 12px; font-size: 13px; color: #6a6258; }

/* Venue map on the registration page */
.ebf-venue-map { margin: 24px 0; }
.ebf-venue-map .ebf-map { border-radius: 6px; }
