main {
	max-width: 1200px;
}

/* Leaflet collapses to nothing without an explicit height. */
#map {
	width: 100%;
	height: 85vh;
	min-height: 400px;
}

#year-picker {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	margin: 0.75rem 0;
}

#year-picker button {
	padding: 0.25rem 0.5rem;
	border: 2px solid transparent;
	border-radius: 4px;
	color: #fff;
	font: inherit;
	font-size: 0.8rem;
	cursor: pointer;
}

#year-picker button[data-year='all'] {
	background-color: #64748b;
}

#year-picker button.is-selected {
	border-color: #0f172a;
}

.map-tooltip {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.4;
}
