.tree-map-container {
	width: 100%;
}

.tree-map-popup {
	max-width: 240px;
}

.tree-map-popup-image {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 6px;
	cursor: pointer;
}

.tree-map-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba( 0, 0, 0, 0.85 );
	z-index: 100000;
}

.tree-map-lightbox.is-open {
	display: flex;
}

.tree-map-lightbox-image {
	max-width: 100%;
	max-height: 100%;
	border-radius: 4px;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.5 );
}

.tree-map-lightbox-close {
	position: absolute;
	top: 16px;
	right: 24px;
	padding: 8px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.tree-map-popup-species {
	margin: 0 0 6px;
	font-size: 16px;
}

.tree-map-popup-facts {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 6px;
}

.tree-map-popup-facts th {
	text-align: left;
	color: #666;
	font-weight: normal;
	padding-right: 8px;
}

.tree-map-popup-description {
	font-size: 13px;
	line-height: 1.4;
}
