.chmp-map {
	--chmp-map-ink: #102a2a;
	--chmp-map-gold: #b99a61;
	--chmp-map-cream: #f7f3eb;
	color: var(--chmp-map-ink);
	margin: 2rem 0;
}

.chmp-map__header {
	align-items: flex-end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.chmp-map__header h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.05;
	margin: 0 0 .5rem;
}

.chmp-map__header p {
	color: #5d6a68;
	margin: 0;
}

.chmp-map__back {
	color: var(--chmp-map-ink);
	font-weight: 600;
	white-space: nowrap;
}

.chmp-map__layout {
	border: 1px solid #d9d3c7;
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	min-height: var(--chmp-map-height, 680px);
}

.chmp-map__filters {
	background: var(--chmp-map-cream);
	border-right: 1px solid #d9d3c7;
	padding: 1.25rem;
}

.chmp-map__filters-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 .35rem;
}

.chmp-map__filters-help {
	color: #5d6a68;
	font-size: .85rem;
	line-height: 1.45;
	margin: 0 0 1rem;
}

.chmp-map__layer {
	border-top: 1px solid #d9d3c7;
}

.chmp-map__layer:last-child {
	border-bottom: 1px solid #d9d3c7;
}

.chmp-map__layer summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-weight: 600;
	gap: .75rem;
	justify-content: space-between;
	list-style: none;
	padding: .8rem 0;
}

.chmp-map__layer summary::-webkit-details-marker {
	display: none;
}

.chmp-map__layer summary::after {
	content: '＋';
	font-size: 1rem;
	font-weight: 400;
}

.chmp-map__layer[open] summary::after {
	content: '−';
}

.chmp-map__layer-count {
	color: #6c7774;
	font-size: .78rem;
	margin-left: auto;
}

.chmp-map__layer-options {
	max-height: 220px;
	overflow: auto;
	padding: 0 0 .65rem;
}

.chmp-map__option {
	align-items: center;
	display: flex;
	font-size: .9rem;
	gap: .55rem;
	line-height: 1.3;
	padding: .35rem 0;
}

.chmp-map__option input {
	accent-color: var(--chmp-map-ink);
	flex: 0 0 auto;
	margin: 0;
}

.chmp-map__option span {
	min-width: 0;
}

.chmp-map__option small {
	color: #6c7774;
	font-size: .75rem;
	margin-left: auto;
}

.chmp-map__empty-option {
	color: #6c7774;
	font-size: .85rem;
	margin: 0 0 .75rem;
}

.chmp-map__canvas-wrap {
	background: #e9e4da;
	min-width: 0;
	position: relative;
}

.chmp-map__canvas {
	height: var(--chmp-map-height, 680px);
	min-height: 320px;
	width: 100%;
}

.chmp-map__status {
	background: rgba(255, 255, 255, .94);
	bottom: .75rem;
	box-shadow: 0 2px 12px rgba(16, 42, 42, .12);
	font-size: .85rem;
	left: .75rem;
	margin: 0;
	max-width: calc(100% - 1.5rem);
	padding: .55rem .75rem;
	position: absolute;
}

.chmp-map__notice {
	background: var(--chmp-map-cream);
	border: 1px solid var(--chmp-map-gold);
	display: flex;
	flex-direction: column;
	gap: .35rem;
	padding: 1rem 1.1rem;
}

.chmp-map-marker {
	align-items: center;
	background: #fff;
	border: 3px solid var(--chmp-map-gold);
	border-radius: 50% 50% 50% 0;
	box-shadow: 0 3px 10px rgba(16, 42, 42, .3);
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	padding: 2px;
	transform: rotate(-45deg);
	width: 48px;
}

.chmp-map-marker img,
.chmp-map-marker span {
	border-radius: 50%;
	display: block;
	height: 38px;
	object-fit: cover;
	transform: rotate(45deg);
	width: 38px;
}

.chmp-map-marker span {
	align-items: center;
	background: var(--chmp-map-ink);
	color: #fff;
	display: flex;
	font-size: .7rem;
	font-weight: 700;
	justify-content: center;
}

.chmp-map-popup {
	display: flex;
	gap: .8rem;
	max-width: 300px;
	padding: .25rem .1rem .2rem;
}

.chmp-map-popup img {
	background: var(--chmp-map-cream);
	height: 96px;
	object-fit: contain;
	width: 72px;
}

.chmp-map-popup h3,
.chmp-map-popup p {
	margin: 0;
}

.chmp-map-popup h3 {
	font-size: 1rem;
	line-height: 1.2;
}

.chmp-map-popup__producer,
.chmp-map-popup__year {
	color: #5d6a68;
	font-size: .78rem;
}

.chmp-map-popup__price {
	font-weight: 700;
	margin-top: .45rem !important;
}

.chmp-map-popup a {
	display: inline-block;
	font-size: .82rem;
	font-weight: 700;
	margin-top: .5rem;
}

@media (max-width: 760px) {
	.chmp-map__header {
		align-items: flex-start;
		flex-direction: column;
		gap: .75rem;
	}

	.chmp-map__layout {
		display: block;
	}

	.chmp-map__filters {
		border-bottom: 1px solid #d9d3c7;
		border-right: 0;
	}
}
