#homemap,
.branport-map {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 98%;
	height: 300px;
	background: #f8f9fa;
}

.branport-map {
	width: 100%;
}

.branport-map-error {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
	font-weight: bold;
	text-align: center;
}

#homemap .maplibregl-popup-content a,
.branport-map .maplibregl-popup-content a {
	text-decoration: none;
}

#homemap .branport-map-popup-link,
.branport-map .branport-map-popup-link {
	display: inline-block;
	margin-top: 6px;
	padding: 3px 12px;
	border-radius: 999px;
	background: #f1f3f4;
	color: #1a73e8;
	font-weight: bold;
	line-height: 1.5;
}

#homemap .branport-map-popup-link:hover,
.branport-map .branport-map-popup-link:hover {
	background: #e8f0fe;
	color: #1558b0;
	text-decoration: none;
}

#homemap .branport-map-popup-link:focus,
#homemap .branport-map-popup-link:active,
.branport-map .branport-map-popup-link:focus,
.branport-map .branport-map-popup-link:active {
	color: #1558b0;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	#homemap,
	.branport-map {
		height: 420px;
	}
}
