.djmw-wrapper {
	font-family: inherit;
	max-width: 700px;
}

.djmw-eyebrow {
	color: #1b6b6b;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.djmw-heading {
	color: #152a4e;
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 20px;
	line-height: 1.25;
}

.djmw-map-box {
	border-radius: 14px;
	padding: 0;
	background: #fff;
}

.djmw-map-box-border {
	border: 2px solid #2f8fd6;
	padding: 14px;
}

.djmw-map-frame {
	position: relative;
	width: 100%;
	height: 340px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #e9edf1;
}

.djmw-map-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.djmw-map-grid {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
}

.djmw-map-item {
	flex: 1 1 0;
	min-width: 0;
}

.djmw-map-click-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	cursor: pointer;
}

.djmw-map-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #8a94a6;
	font-size: 13px;
	text-align: center;
	padding: 20px;
}

@media (max-width: 480px) {
	.djmw-heading {
		font-size: 22px;
	}
	.djmw-map-frame {
		height: 180px;
	}
}
