/* BH Google Maps – frontend styles */

.bh-map {
	width: 100%;
	max-width: 100%;
	display: block;
	background: #e5e3df;
}

/* Directions button — mirrors Bend Heating's Divi button style */
.bh-directions-btn {
	display: inline-block;
	padding: 16px 47px;
	background-color: #0098DB;
	color: #ffffff !important;
	text-decoration: none;
	border: 2px solid #0098DB;
	border-radius: 0;
	font-size: 14px;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
}

.bh-directions-btn:hover,
.bh-directions-btn:focus {
	background-color: transparent;
	color: #0098DB !important;
	border-color: #0098DB;
	text-decoration: none;
}

/* Map marker InfoWindow */
.bh-info-window {
	padding: 4px 2px;
	min-width: 180px;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

.bh-info-window__name {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 4px;
}

.bh-info-window__address {
	font-size: 13px;
	color: #555555;
	margin: 0 0 10px;
}

.bh-info-window__directions {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #0098DB;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.bh-info-window__directions:hover {
	color: #007ab8;
	text-decoration: underline;
}

/* Keep the Places Autocomplete dropdown above sticky headers and clickable */
.pac-container {
	z-index: 10000 !important;
	pointer-events: auto !important;
}

.pac-item {
	cursor: pointer;
}
