.dilumek-service-map {
	background-color: #e8e8e8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	padding: 120px 24px;
	position: relative;
	width: 100%;
}

.dilumek-service-map *,
.dilumek-service-map *::before,
.dilumek-service-map *::after {
	box-sizing: inherit;
}

.dilumek-service-map__overlay {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.dilumek-service-map__inner {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 500px);
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}

.dilumek-service-map__content {
	display: flex;
	flex-direction: column;
	gap: 28px;
	justify-content: center;
	margin-left: clamp(24px, 5vw, 72px);
	max-width: 520px;
	min-width: 0;
}

.dilumek-service-map__heading,
.dilumek-service-map h2,
.entry-content .dilumek-service-map h2,
.entry-content .dilumek-service-map .dilumek-service-map__heading,
.entry-content .wp-block-dilumek-service-map h2.dilumek-service-map__heading {
	border: 0;
	color: #f9161f;
	font-family: "League Gothic", Impact, Haettenschweiler, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 100%;
	margin: 0;
	text-transform: uppercase;
	vertical-align: middle;
}

.dilumek-service-map__description,
.entry-content .dilumek-service-map .dilumek-service-map__description,
.entry-content .wp-block-dilumek-service-map p.dilumek-service-map__description {
	color: #1a1a1a;
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	max-width: 100%;
	vertical-align: middle;
}

.dilumek-service-map__map {
	justify-self: end;
	margin-right: clamp(24px, 5vw, 72px);
	min-width: 0;
	width: 100%;
	max-width: 500px;
}

.dilumek-service-map__frame {
	background: #f3f3f3;
	border: 7px solid #ffffff;
	border-radius: 10px;
	box-shadow:
		0px 0px 6px -4px #0000001a,
		0px 10px 33.7px -3px #0000001a;
	height: 343px;
	max-height: 343px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.dilumek-service-map__iframe {
	border: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.dilumek-service-map__placeholder {
	align-items: center;
	color: #4a4a4a;
	display: flex;
	flex-direction: column;
	gap: 6px;
	height: 100%;
	justify-content: center;
	padding: 24px;
	text-align: center;
}

.dilumek-service-map__placeholder-title {
	font-family: "DM Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

.dilumek-service-map__placeholder-text {
	font-family: "DM Sans", sans-serif;
	font-size: 0.9375rem;
	margin: 0;
	max-width: 28ch;
}

@media (max-width: 900px) {
	.dilumek-service-map {
		padding: 80px 20px;
	}

	.dilumek-service-map__inner {
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.dilumek-service-map__content {
		margin-left: 0;
		max-width: none;
	}

	.dilumek-service-map__map {
		justify-self: center;
		margin-right: 0;
		max-width: 500px;
	}

	.dilumek-service-map__heading,
	.dilumek-service-map h2,
	.entry-content .dilumek-service-map h2,
	.entry-content .dilumek-service-map .dilumek-service-map__heading {
		font-size: 36px;
	}

	.dilumek-service-map__description,
	.entry-content .dilumek-service-map .dilumek-service-map__description {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.dilumek-service-map__frame {
		height: 260px;
		max-height: 260px;
	}

	.dilumek-service-map__heading,
	.dilumek-service-map h2,
	.entry-content .dilumek-service-map h2,
	.entry-content .dilumek-service-map .dilumek-service-map__heading {
		font-size: 28px;
	}

	.dilumek-service-map__description,
	.entry-content .dilumek-service-map .dilumek-service-map__description {
		font-size: 16px;
		line-height: 130%;
	}
}
