.agt-map {
	position: relative;
	width: 100%;
	height: 416px;
	overflow: hidden;
	background: #eef0ef;
}

.agt-map .agt-map__canvas {
	display: block;
	width: 100%;
	height: 100%;
	font-family: Inter, Arial, sans-serif;
}

.agt-map .leaflet-tile-pane {
	filter: grayscale(0.08) saturate(0.72) contrast(0.93) brightness(1.03);
}

.agt-map .leaflet-tooltip.agt-map__tooltip {
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #091b5b;
	box-shadow: 0 6px 18px rgba(9, 27, 91, 0.18);
}

.agt-map .leaflet-tooltip-top.agt-map__tooltip::before {
	border-top-color: #091b5b;
}

.agt-map .agt-map__tooltip-link,
.agt-map .agt-map__tooltip-link:visited {
	display: block;
	min-height: 44px;
	padding: 11px 15px;
	box-sizing: border-box;
	border-radius: 8px;
	color: #fff;
	font: 500 14px/1.35 Inter, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.agt-map__marker-shell {
	display: grid;
	width: 44px;
	height: 48px;
	place-items: center;
}

.agt-map__marker-pin {
	position: relative;
	display: block;
	width: 29px;
	height: 29px;
	transform: translateY(-3px) rotate(-45deg);
	border: 1px solid #d39700;
	border-radius: 50% 50% 50% 0;
	background: #ffbd12;
	box-shadow: 0 4px 8px rgba(9, 27, 91, 0.26);
}

.agt-map__marker-pin::after {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 13px;
	height: 13px;
	content: "";
	border-radius: 50%;
	background: #fff;
}

.agt-map .agt-map__tooltip-link:is(:hover, :focus-visible) {
	color: #091b5b;
	background: #ffbd12;
}

.agt-map__tooltip-link:focus-visible,
.agt-map .leaflet-control-zoom a:focus-visible,
.agt-map .leaflet-marker-icon:focus-visible {
	outline: 3px solid #ffbd12;
	outline-offset: 3px;
}

.agt-map .leaflet-control-zoom {
	overflow: hidden;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(9, 27, 91, 0.16);
}

.agt-map .leaflet-control-zoom a {
	width: 44px;
	height: 44px;
	color: #091b5b;
	font-size: 25px;
	line-height: 44px;
}

.agt-map .leaflet-control-attribution {
	color: #53617e;
	font-size: 10px;
}

.agt-map__fallback {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 12px 16px;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	color: #fff;
	background: #091b5b;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 767px) {
	.agt-map {
		height: 390px;
	}

	.agt-map .agt-map__tooltip-link {
		width: 240px;
		max-width: calc(100vw - 96px);
		padding: 11px 14px;
		font-size: 14px;
		white-space: normal;
	}
}
