.dilumek-google-map {
	box-sizing: border-box;
	width: 100%;
}

.dilumek-google-map *,
.dilumek-google-map *::before,
.dilumek-google-map *::after {
	box-sizing: inherit;
}

.dilumek-google-map__frame {
	background: #f3f3f3;
	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-google-map__iframe {
	border: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.dilumek-google-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-google-map__placeholder-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

.dilumek-google-map__placeholder-text {
	font-size: 0.9375rem;
	margin: 0;
	max-width: 28ch;
}
