﻿.interactive-map-app-shell {
	overflow: visible;
	padding: 24px 0 40px;
	width: 100%;
}

.interactive-map-app {
	color: #2c2c2a;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	max-width: none;
	width: 100%;
}

.interactive-map-app,
.interactive-map-app * {
	box-sizing: border-box;
}

.interactive-map-app button {
	cursor: pointer;
}

/* Neutralize Astra hover/focus button text color inside the constructor. */
.interactive-map-app .menu-toggle:hover,
.interactive-map-app .ast-button:hover,
.interactive-map-app .ast-custom-button:hover,
.interactive-map-app .button:hover,
.interactive-map-app input[type='reset']:hover,
.interactive-map-app input[type='reset']:focus,
.interactive-map-app input#submit:hover,
.interactive-map-app input#submit:focus,
.interactive-map-app input[type='submit']:hover,
.interactive-map-app input[type='submit']:focus,
.interactive-map-app form[class*='wp-block-search__'].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.interactive-map-app form[class*='wp-block-search__'].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.interactive-map-app .wp-block-file .wp-block-file__button:hover,
.interactive-map-app .wp-block-file .wp-block-file__button:focus {
	color: inherit;
}

.interactive-map-app__block {
	background: #fff;
	border: 1px solid rgba(44, 44, 42, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.interactive-map-app__header {
	align-items: center;
	border-bottom: 0.5px solid rgba(44, 44, 42, 0.12);
	display: flex;
	flex-shrink: 0;
	height: 56px;
	justify-content: space-between;
	padding: 14px 28px;
}

.interactive-map-app__header-left,
.interactive-map-app__header-right {
	align-items: center;
	display: flex;
}

.interactive-map-app__header-left {
	gap: 16px;
}

.interactive-map-app__header-right {
	gap: 8px;
}

.interactive-map-app__logo {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.interactive-map-app__logo img {
	display: flex;
	filter: brightness(0);
	height: auto;
	max-width: 106px;
	width: 100%;
}

.interactive-map-app__btn {
	appearance: none;
	background: transparent;
	border: 0.5px solid rgba(44, 44, 42, 0.15);
	border-radius: 8px;
	box-shadow: none;
	color: #2c2c2a;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	margin: 0;
	min-height: 0;
	padding: 7px 14px;
	text-shadow: none;
	text-transform: none;
	transition: background 0.15s;
}

.interactive-map-app__btn--primary {
	background: #2c2c2a;
	border-color: #2c2c2a;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 7px 16px;
}

.interactive-map-app__btn:hover {
	background: rgba(44, 44, 42, 0.04);
}

.interactive-map-app__btn--primary:hover {
	background: #444441;
	border-color: #444441;
}

.interactive-map-app__body {
	display: grid;
	flex: 1;
	grid-template-columns: minmax(0, 1fr) 320px;
	min-height: 0;
}

.interactive-map-app__main {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.interactive-map-app__sidebar {
	border-left: 0.5px solid rgba(44, 44, 42, 0.12);
	border-top: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: auto;
	min-height: 0;
	overflow: hidden;
	padding: 24px;
}

.interactive-map-app__sidebar-scroll {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 20px;
	min-height: 0;
	overflow: hidden;
}

.interactive-map-app__sidebar-section {
	min-height: 0;
}

.interactive-map-app__sidebar-section--progress {
	flex: 0 0 auto;
}

.interactive-map-app__sidebar-section--selections {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

.interactive-map-app__title-sm {
	font-size: 13px;
	font-weight: 500;
}

.interactive-map-app__title-sm--spaced {
	margin-bottom: 12px;
}

.interactive-map-app__panel-heading {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.interactive-map-app__count {
	color: #5f5e5a;
	font-size: 12px;
	font-variant-numeric: tabular-nums;
}

.interactive-map-app__progress-row {
	display: flex;
	gap: 4px;
	margin-bottom: 16px;
}

.interactive-map-app__progress {
	background: rgba(44, 44, 42, 0.12);
	border-radius: 2px;
	flex: 1;
	height: 3px;
}

.interactive-map-app__progress--done {
	background: #2c2c2a;
}

.interactive-map-app__progress--active {
	background: #2c2c2a;
	opacity: 0.4;
}

.interactive-map-app__steps {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.interactive-map-app__step {
	align-items: center;
	border-radius: 8px;
	display: flex;
	font-size: 13px;
	gap: 10px;
	padding: 9px 10px;
}

.interactive-map-app__step-icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 14px;
	justify-content: center;
	width: 14px;
}

.interactive-map-app__step--done .interactive-map-app__step-label {
	color: #5f5e5a;
}

.interactive-map-app__step--done .interactive-map-app__step-icon {
	color: rgb(179, 179, 179);
}

.interactive-map-app__step--current {
	background: rgb(242, 242, 242);
	margin: 4px 0;
}

.interactive-map-app__step--current .interactive-map-app__step-label {
	font-weight: 500;
}

.interactive-map-app__step--current .interactive-map-app__step-icon {
	background: #2c2c2a;
	border-radius: 50%;
}

.interactive-map-app__step--current .interactive-map-app__step-icon::after {
	background: #fff;
	border-radius: 50%;
	content: '';
	height: 4px;
	width: 4px;
}

.interactive-map-app__step--pending .interactive-map-app__step-label {
	color: rgb(179, 179, 179);
}

.interactive-map-app__step--pending .interactive-map-app__step-icon {
	border: 1px dashed rgba(44, 44, 42, 0.25);
	border-radius: 50%;
	height: 12px;
	width: 12px;
}

.interactive-map-app__step-label {
	flex: 1;
}

.interactive-map-app__step-percent {
	color: #5f5e5a;
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.interactive-map-app__selection-empty {
	color: #888780;
	font-size: 12px;
}

.interactive-map-app__rule {
	background: rgba(44, 44, 42, 0.12);
	height: 0.5px;
}

.interactive-map-app__selections {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 10px;
	min-height: 0;
	overflow-y: auto;
	padding-right: 6px;
}

.interactive-map-app__selection-row {
	align-items: baseline;
	display: flex;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
}

.interactive-map-app__selection-key {
	color: #5f5e5a;
}

.interactive-map-app__selection-value {
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	text-align: right;
}

.interactive-map-app__estimate {
	background: rgb(242, 242, 242);
	border-radius: 8px;
	flex: 0 0 auto;
	margin-top: 0;
	padding: 16px;
}

.interactive-map-app__estimate-label {
	color: #5f5e5a;
	font-size: 11px;
	letter-spacing: 0.06em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.interactive-map-app__estimate-value {
	font-size: 26px;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.interactive-map-app__estimate-note {
	color: #888780;
	font-size: 11px;
	margin-top: 4px;
}

.interactive-map-app__presets {
	border-top: 0.5px solid rgba(44, 44, 42, 0.12);
	flex-shrink: 0;
	position: relative;
	padding: 16px 20px 18px;
	z-index: 20;
}

.interactive-map-app__presets-top {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.interactive-map-app__presets-meta {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 10px;
	min-width: 0;
}

.interactive-map-app__presets-meta .interactive-map-app__title-sm {
	color: #1a1a1a;
}

.interactive-map-app__presets-description {
	align-self: center;
	color: #666;
	display: inline-block;
	font-size: 12.5px;
	line-height: 1.4;
	margin: 0;
	min-width: 0;
	padding: 0;
	vertical-align: middle;
}

.interactive-map-app__presets-sep {
	background: rgba(44, 44, 42, 0.12);
	flex: 0 0 auto;
	height: 14px;
	width: 1px;
}

.interactive-map-app__presets-reset {
	align-items: center;
	background: none;
	border: 0;
	border-radius: 6px;
	color: #8f8f8f;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 12px;
	font-size: 11px;
	line-height: 1;
	padding: 6px 10px;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.interactive-map-app__presets-reset svg {
	height: 12px;
	width: 12px;
}

.interactive-map-app__presets-reset:hover {
	background: #f2f2f2;
	color: #1a1a1a;
}

.interactive-map-app__presets-reset:focus:not(:hover),
.interactive-map-app__presets-reset:focus-visible:not(:hover) {
	background: none;
	color: #8f8f8f;
	outline: none;
}

.interactive-map-app__presets-reset:active {
	transform: scale(0.97);
}

.interactive-map-app__presets-body {
	align-items: stretch;
	display: flex;
	gap: 8px;
}

.interactive-map-app__preset-grid {
	display: flex;
	flex: 1 1 auto;
	gap: 8px;
	min-width: 0;
}

.interactive-map-app__preset {
	background: #fff;
	border: 1.5px solid #e2e2e2;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	min-width: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.interactive-map-app__preset:hover:not(.interactive-map-app__preset--selected) {
	border-color: #c9c9c9;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	z-index: 30;
}

.interactive-map-app__preset--selected {
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, rgba(4, 92, 180, 0.95) 0%, rgba(76, 143, 210, 0.82) 55%, rgba(214, 231, 247, 0.95) 100%) border-box;
	border: 1.5px solid transparent;
	box-shadow: 0 14px 30px rgba(4, 92, 180, 0.2);
}

.interactive-map-app__preset--disabled {
	background: rgba(44, 44, 42, 0.03);
	border-color: rgba(44, 44, 42, 0.08);
	box-shadow: none;
	color: #99978f;
	cursor: not-allowed;
}

.interactive-map-app__preset-top {
	align-items: center;
	background: rgb(242, 242, 242);
	border-radius: 8px 8px 0 0;
	display: flex;
	justify-content: center;
	min-height: 132px;
	overflow: visible;
	padding: 8px;
	position: relative;
}

.interactive-map-app__preset-top--swatches {
	justify-content: space-between;
}

.interactive-map-app__swatches {
	display: flex;
	gap: 4px;
	position: relative;
	z-index: 1;
}

.interactive-map-app__swatch {
	border: 0.5px solid rgba(44, 44, 42, 0.1);
	border-radius: 5px;
	height: 20px;
	width: 20px;
}

.interactive-map-app__preset-glyph {
	align-items: center;
	color: #909090;
	display: inline-flex;
	font-size: 22px;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	text-transform: uppercase;
	transition: color 0.2s ease, transform 0.2s ease;
}

.interactive-map-app__preset:hover:not(.interactive-map-app__preset--selected) .interactive-map-app__preset-glyph {
	color: #6d6d6d;
	transform: scale(1.04);
}

.interactive-map-app__preset-illustration {
	color: #909090;
	display: block;
	height: 70px;
	transition: color 0.25s ease, transform 0.25s ease;
	width: 70px;
}

.interactive-map-app__preset-illustration#banner-top-nav path,
.interactive-map-app__preset-illustration#banner-units-sidebar path,
.interactive-map-app__preset-illustration#icon-popups path,
.interactive-map-app__preset-illustration#icon-360-tours path,
.interactive-map-app__preset-illustration#firework-day-night path {
	fill: currentColor;
}

.interactive-map-app__preset-illustration#banner-top-nav .st0,
.interactive-map-app__preset-illustration#banner-units-sidebar .st0,
.interactive-map-app__preset-illustration#firework-day-night .st0 {
	fill: currentColor;
	opacity: 0.18;
}

.interactive-map-app__preset-illustration#firework-day-night .st1 {
	stroke: currentColor;
}

.interactive-map-app__preset:hover:not(.interactive-map-app__preset--selected) .interactive-map-app__preset-illustration {
	color: #6d6d6d;
	transform: scale(1.05);
}

.interactive-map-app__preset--selected .interactive-map-app__preset-illustration {
	color: rgb(4, 92, 180);
}

.interactive-map-app__preset--selected .interactive-map-app__preset-glyph {
	color: rgb(4, 92, 180);
}

.interactive-map-app__preset-info {
	align-items: center;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	color: #909090;
	display: inline-flex;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 600;
	height: 22px;
	justify-content: center;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 22px;
	z-index: 40;
}

.interactive-map-app__preset-tooltip {
	background: #fff;
	border-radius: 8px;
	bottom: calc(100% + 8px);
	color: #1a1a1a;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	opacity: 0;
	padding: 10px 12px;
	pointer-events: none;
	position: absolute;
	right: -4px;
	box-shadow: 0 12px 28px rgba(26, 26, 26, 0.12);
	transform: translateY(4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: 220px;
	z-index: 999;
}

.interactive-map-app__preset-tooltip::after {
	border: 5px solid transparent;
	border-top-color: #fff;
	content: '';
	position: absolute;
	right: 12px;
	top: 100%;
}

.interactive-map-app__preset-info:hover .interactive-map-app__preset-tooltip,
.interactive-map-app__preset-info:focus-visible .interactive-map-app__preset-tooltip {
	opacity: 1;
	transform: translateY(0);
}

.interactive-map-app__preset-name {
	color: #1a1a1a;
	flex: 1 1 auto;
	font-size: 12.5px;
	font-weight: 600;
	min-width: 0;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.interactive-map-app__preset-desc {
	display: none;
}

.interactive-map-app__preset-price {
	color: #1a1a1a;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.interactive-map-app__preset-price--free {
	color: #909090;
	font-weight: 500;
}

.interactive-map-app__preset-requires {
	color: #7f7f7f;
	font-size: 11px;
	line-height: 1.35;
	padding: 0 12px 10px;
}

.interactive-map-app__preset-bottom {
	align-items: center;
	display: flex;
	gap: 8px;
	padding: 10px 12px;
}

.interactive-map-app__preset-check {
	align-items: center;
	color: rgb(4, 92, 180);
	display: inline-flex;
	flex: 0 0 auto;
	height: 16px;
	justify-content: center;
	margin-left: 2px;
	width: 16px;
}

.interactive-map-app__preset-nav-btn {
	align-items: center;
	background: #f7f7f7;
	border: 1.5px solid #e2e2e2;
	border-radius: 10px;
	color: #6d6d6d;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 66px;
	flex-direction: column;
	font-size: 10.5px;
	font-weight: 500;
	gap: 4px;
	justify-content: center;
	min-width: 66px;
	padding: 0 18px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.interactive-map-app__preset-nav-btn svg {
	height: 18px;
	width: 18px;
}

.interactive-map-app__preset-nav-btn:hover {
	background: #f2f2f2;
	border-color: #c9c9c9;
	color: #1a1a1a;
}

.interactive-map-app__preset-nav-btn:focus:not(:hover),
.interactive-map-app__preset-nav-btn:focus-visible:not(:hover) {
	background: #f7f7f7;
	border-color: #e2e2e2;
	color: #6d6d6d;
	outline: none;
}

.interactive-map-app__preset-nav-btn:active {
	transform: scale(0.97);
}

.interactive-map-app__preset-nav-btn--next {
	background: #f2f2f2;
	border-color: #d8d8d8;
	color: #2c2c2a;
}

.interactive-map-app__preset-nav-btn--next:hover {
	background: #eaeaea;
	border-color: #c4c4c4;
	color: #1a1a1a;
}

.interactive-map-app__preset-nav-btn--next:active {
	background: #f2f2f2;
	border-color: #d8d8d8;
	color: #2c2c2a;
	outline: none;
}

.interactive-map-app__preset-nav-btn--next:focus:not(:hover),
.interactive-map-app__preset-nav-btn--next:focus-visible:not(:hover) {
	background: #f2f2f2;
	border-color: #d8d8d8;
	color: #2c2c2a;
	outline: none;
}

.interactive-map-app__preset-nav-btn--next[data-state='finish'] {
	background: rgb(4, 92, 180);
	border-color: rgb(4, 92, 180);
	color: #fff;
}

.interactive-map-app__preset-nav-btn--next[data-state='finish']:hover {
	background: rgb(3, 74, 144);
	border-color: rgb(3, 74, 144);
	color: #fff;
}

.interactive-map-app__preset-nav-btn--next[data-state='finish']:active {
	background: rgb(4, 92, 180);
	border-color: rgb(4, 92, 180);
	color: #fff;
	outline: none;
}

.interactive-map-app__preset-nav-btn--next[data-state='finish']:focus:not(:hover),
.interactive-map-app__preset-nav-btn--next[data-state='finish']:focus-visible:not(:hover) {
	background: rgb(4, 92, 180);
	border-color: rgb(4, 92, 180);
	color: #fff;
	outline: none;
}

.interactive-map-app__preset-nav-btn:disabled {
	opacity: 0.3;
	pointer-events: none;
}

@media (max-width: 1200px) {
	.interactive-map-app__body {
		grid-template-columns: 1fr;
	}

	.interactive-map-app__sidebar {
		border-left: none;
		border-top: 0.5px solid rgba(44, 44, 42, 0.12);
	}
}


@media (max-width: 767px) {

	.interactive-map-app-shell {
		padding: 16px 0 24px;
	}

	.interactive-map-app__block {
		border-radius: 18px;
		min-height: auto;
	}

	.interactive-map-app__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		height: auto;
		padding: 18px;
	}

	.interactive-map-app__header-left,
	.interactive-map-app__header-right {
		flex-wrap: wrap;
		gap: 12px;
	}




	.interactive-map-app__sidebar {
		height: auto;
	}



	.interactive-map-app__sidebar,
	.interactive-map-app__presets {
		padding: 18px;
	}

	.interactive-map-app__presets-top {
		align-items: flex-start;
		flex-direction: column;
	}

	.interactive-map-app__presets-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.interactive-map-app__presets-sep {
		display: none;
	}

	.interactive-map-app__presets-body {
		flex-wrap: wrap;
	}

	.interactive-map-app__preset-grid {
		flex: 0 0 100%;
		order: -1;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.interactive-map-app__preset {
		flex: 0 0 160px;
	}

	.interactive-map-app__preset-nav-btn {
		flex: 1 1 0;
		flex-direction: row;
		gap: 6px;
		min-height: 52px;
		padding: 10px 16px;
	}
}

