.leaflet-container {
	font-family: inherit;
	background: linear-gradient(180deg, #f6f7f3 0%, #eef3e8 100%);
}

.gorsentam-leaflet-theme {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 18% 18%, rgba(130, 193, 31, 0.24), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(222, 230, 214, 0.8));
}

.gorsentam-leaflet-theme::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 350;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(130, 193, 31, 0.14)),
		radial-gradient(circle at 82% 84%, rgba(57, 87, 47, 0.18), transparent 32%);
	mix-blend-mode: color-burn;
}

.gorsentam-leaflet-theme .leaflet-tile-pane {
	filter: grayscale(0.34) saturate(0.7) sepia(0.12) hue-rotate(-12deg) brightness(1.04) contrast(1.02);
	opacity: 0.98;
}

.gorsentam-leaflet-theme .leaflet-control-container,
.gorsentam-leaflet-theme .leaflet-marker-pane,
.gorsentam-leaflet-theme .leaflet-popup-pane {
	position: relative;
	z-index: 500;
}

.gorsentam-leaflet-theme .leaflet-control-attribution {
	font-size: 11px;
	padding: 0.34rem 0.62rem !important;
	border-radius: 999px 0 0 0;
	background: rgba(24, 33, 21, 0.9);
	color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 12px 24px rgba(22, 31, 21, 0.18);
}

.gorsentam-leaflet-theme .leaflet-control-attribution a {
	color: #e4f6ca;
}

.gorsentam-leaflet-theme .leaflet-bar {
	border: 0;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 16px 34px rgba(18, 26, 18, 0.14);
}

.gorsentam-leaflet-theme .leaflet-bar a {
	border: 0;
	background: rgba(250, 251, 247, 0.98);
	color: #243d1d;
}

.gorsentam-leaflet-theme .leaflet-bar a:hover,
.gorsentam-leaflet-theme .leaflet-bar a:focus {
	background: #cfe1b8;
	color: #172712;
}

.contact-leaflet-map-shell {
	padding: 0 0 1rem;
	background: transparent;
}

.contact-leaflet-map {
	width: 100%;
	border: 1px solid rgba(31, 43, 29, 0.08);
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 22px 54px rgba(24, 32, 23, 0.14);
}

.gorsentam-leaflet-marker-wrap {
	background: transparent;
	border: 0;
}

.gorsentam-leaflet-marker {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	border: 3px solid #fff;
	border-radius: 50% 50% 50% 0;
	box-shadow: 0 10px 24px rgba(20, 26, 20, 0.15);
	transform: rotate(-45deg);
	background: #79b51d;
}

.gorsentam-leaflet-marker--service {
	background: #3f5140;
}

.gorsentam-leaflet-marker--store {
	background: #8fc92b;
}

.gorsentam-leaflet-marker__core {
	position: absolute;
	inset: 8px;
	border-radius: 50%;
	background: #f8faf5;
}

.gorsentam-leaflet-popup .leaflet-popup-content-wrapper {
	background: rgba(252, 253, 249, 0.98);
	border: 1px solid rgba(121, 181, 29, 0.28);
	border-radius: 22px;
	padding: 0.15rem;
	box-shadow: 0 18px 40px rgba(20, 26, 20, 0.14);
}

.gorsentam-leaflet-popup .leaflet-popup-content {
	margin: 0;
	padding: 0.9rem 0.95rem;
	font-family: inherit;
	color: #2d342b;
}

.gorsentam-leaflet-popup .leaflet-popup-tip {
	background: rgba(250, 252, 247, 0.96);
	box-shadow: none;
}
