.vt-map-block {
	display: block;
	height: 100%;
}

.vt-map-block__panel {
	display: none;
}

.vt-map-block__eyebrow {
	margin: 0 0 8px;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #62584d;
}

.vt-map-block__panel h3 {
	margin: 0 0 10px;
	font-size: 1.5rem;
}

.vt-map {
	border-radius: 0;
	overflow: hidden;
	border: 0;
	min-height: 460px;
}

.leaflet-container {
	font-family: Arial, Helvetica, sans-serif;
	background: #eceae5;
}

.leaflet-control-zoom a {
	border-radius: 0;
}

.leaflet-control-layers {
	border: 0;
	border-radius: 0;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.leaflet-control-layers-expanded {
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.96);
	min-width: 160px;
}

.leaflet-control-layers-overlays label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
}

.leaflet-control-layers-selector {
	margin: 0;
}

.leaflet-tooltip.vt-map-tooltip {
	padding: 6px 8px;
	border: 0;
	border-radius: 0;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
	font-size: 0.8rem;
}

.vt-lightbox[hidden] {
	display: none;
}

.vt-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.vt-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 12, 9, 0.72);
	backdrop-filter: blur(5px);
}

.vt-lightbox__dialog {
	position: relative;
	width: min(1100px, calc(100vw - 24px));
	max-height: calc(100vh - 24px);
	margin: 12px auto;
	padding: 20px;
	border-radius: 28px;
	background: #f7f1e8;
	overflow: auto;
}

.vt-lightbox__close {
	position: sticky;
	top: 0;
	margin-left: auto;
	display: block;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #1c1712;
	color: #fffaf0;
	font-size: 1.6rem;
	cursor: pointer;
}

.vt-lightbox__header h2 {
	margin-bottom: 6px;
}

.vt-lightbox__lead {
	margin-top: 0;
	color: #62584d;
}

.vt-lightbox__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.vt-lightbox__item {
	padding: 14px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(28, 23, 18, 0.08);
}

.vt-lightbox__image-button {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.vt-lightbox__item img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: 10px;
}

.vt-lightbox__image-button:focus-visible img,
.vt-lightbox__image-button:hover img {
	box-shadow: 0 0 0 2px rgba(28, 23, 18, 0.18);
}

.vt-lightbox__item h3 {
	margin: 0 0 6px;
	font-size: 1rem;
}

.vt-lightbox__item p {
	margin: 0;
	color: #62584d;
	font-size: 0.94rem;
}

.vt-image-viewer[hidden] {
	display: none;
}

.vt-image-viewer {
	position: fixed;
	inset: 0;
	z-index: 10001;
}

.vt-image-viewer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 8, 6, 0.82);
	backdrop-filter: blur(4px);
}

.vt-image-viewer__dialog {
	position: relative;
	width: min(1200px, calc(100vw - 32px));
	height: calc(100vh - 32px);
	margin: 16px auto;
	padding: 18px;
	border-radius: 24px;
	background: rgba(18, 14, 11, 0.92);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
	display: flex;
	flex-direction: column;
}

.vt-image-viewer__close {
	margin-left: auto;
	display: block;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 250, 240, 0.12);
	color: #fffaf0;
	font-size: 1.6rem;
	cursor: pointer;
}

.vt-image-viewer__figure {
	margin: 10px 0 0;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.vt-image-viewer__image {
	max-width: 100%;
	max-height: calc(100vh - 140px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
}

.vt-image-viewer__caption {
	margin: 0;
	color: rgba(255, 245, 230, 0.88);
	font-size: 0.95rem;
	text-align: center;
}

@media (max-width: 900px) {
	.vt-map { min-height: 70vh; }
}
