.hamam-map-shell {
	display: flex;
	min-height: 360px;
	align-items: center;
	justify-content: center;
	background: #eef2ef;
	border: 1px solid rgba(22, 35, 27, 0.12);
	box-sizing: border-box;
	overflow: hidden;
}

.hamam-map-shell iframe {
	display: block;
	width: 100%;
	min-height: 360px;
	border: 0;
}

.hamam-map-load {
	min-height: 48px;
	padding: 12px 20px;
	color: #fff;
	background: #2e7d42;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
}

.hamam-map-load:hover,
.hamam-map-load:focus-visible {
	background: #246735;
}

@media (max-width: 767px) {
	.hamam-map-shell,
	.hamam-map-shell iframe {
		min-height: 320px;
	}
}

