
.map-section {
	background: #f3f1ef;
	padding-top: 20px;
	padding-bottom: 20px;
}

.map-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 auto 18px;
}

.map-tab {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 2px 2px;
	border: 1px solid #e4e0dc;
	border-radius: 6px;
	background: #ffffff;
	color: #4b5563;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.map-tab:hover,
.map-tab.is-active {
	border-color: #ee9310;
	background: #ee9310;
	color: #ffffff;
}

@media (max-width: 767.98px) {
	.map-tabs {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.map-tab {
		justify-content: center;
		white-space: normal;
		text-align: center;
		padding: 11px 20px;
	}
}

.map-frame-wrap {
	position: relative;
	width: 100%;
	height: 540px;
	overflow: hidden;
	border-radius: 22px;
	border: 1px solid #edf1f5;
	box-shadow: none;
	background: #fff;
}

.map-search {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	display: flex;
	width: min(520px, calc(100% - 32px));
	gap: 8px;
	padding: 0px;
	background: #ffffff;
	border: 1px solid #e4e0dc;
	border-radius: 2px;
}

.map-search input {
	min-width: 0;
	flex: 1;
	border: 0;
	color: #2f2a26;
	font-size: 14px;
	outline: 0;
}

.map-search button {
	flex: 0 0 auto;
	border: 0;
	border-radius: 4px;
	padding: 9px 14px;
	background: #ee9310;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
}

.map-search-status {
	position: absolute;
	top: calc(100% + 6px);
	left: 8px;
	color: #4b5563;
	font-size: 12px;
}

.map-frame-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	background: #f8fafc;
}

.map-section {
	background: #f3f1ef;
}

.map-section .section-heading h2,
.map-section .section-heading p {
	color: #2f2a26;
}

.map-frame-wrap {
	box-shadow: none !important;
}

@media (max-width: 991px) {
	.map-frame-wrap {
		height: 440px;
	}
}

@media (max-width: 575px) {
	.map-frame-wrap {
		height: 360px;
		border-radius: 16px;
	}
}

.map-section .section-heading h2,
.map-section .section-heading p {
	color: #2f2a26 !important;
}

.map-section {
	background: #f3f1ef !important;
}

.page-section .map-frame-wrap {
	box-shadow: none !important;
}

/* Map finishes, clean band */

.map-section {
	background: #f6f8fc !important;
	border-top: 1px solid #e3e8ef;
	border-bottom: 1px solid #e3e8ef;
}

.map-section .section-heading h2,
.map-section .section-heading p {
	color: #2f2a26 !important;
}

.map-tab {
	border-radius: 999px;
	padding: 9px 20px;
}

.map-frame-wrap {
	border-radius: 22px;
	border: 1px solid #e3e8ef;
	background: #ffffff;
}

.map-search {
	border-radius: 12px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #e3e8ef;
}

.map-search input {
	padding: 10px 14px;
	border-radius: 8px;
	background: #f8fafc;
}

.map-search button {
	border-radius: 8px;
}

.map-section {
	background: #ffffff !important;
}

.map-section {
	border-color: #e5e7eb !important;
}

.map-section {
	background: linear-gradient(
		180deg,
		#fafbfb 0%,
		#f1f3f5 55%,
		#e2e5e9 100%
	) !important;
	border-color: transparent !important;
	color: #334155;
}

.map-section .section-heading .section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--cat-orange-dark) !important;
	margin: 0 0 10px;
	max-width: none;
}

.map-section .section-heading .section-kicker::before,
.map-section .section-heading .section-kicker::after {
	content: "";
	width: 18px;
	height: 1px;
	background: var(--cat-orange);
	opacity: 0.5;
}

.map-section .section-heading h2,
.map-section .section-heading p {
	color: #2f2a26 !important;
}