/* Front-page "where our freeze dryers are sold" map section. */
.freezedry-sold-map {
	padding: 0;
	background: #f6f8f2;
}
.freezedry-sold-map .fd-map-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.n2-ss-slider .n2-ow-all .freezedry-sold-map .fd-map-title {
	font-size: 24px;
}
.freezedry-sold-map .fd-map-title {
	text-align: center;
	text-transform: uppercase;
	color: #424143;
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0 !important;
}
.freezedry-sold-map .fd-europe-map {
	width: 100%;
	height: 550px;
	position: relative;
}

/* jsVectorMap tooltip + zoom buttons accent */
.jvm-tooltip {
	background: #424143;
	border-radius: 6px;
	padding: 7px 11px;
	font-size: 14px;
	line-height: 1.35;
}
.jvm-zoom-btn {
	background: #8BC53F;
	border-radius: 4px;
}

/* Tap / click modal */
.fd-map-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	padding: 16px;
}
.fd-map-modal[hidden] { display: none; }
.fd-map-modal__box {
	position: relative;
	background: #fff;
	border-radius: 14px;
	max-width: 440px;
	width: 100%;
	padding: 26px 24px 22px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}
.fd-map-modal__close {
	position: absolute;
	top: 8px;
	right: 12px;
	border: 0;
	background: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #888;
}
.fd-map-modal__close:hover { color: #424143; }
.fd-map-modal__body h3 {
	margin: 0 0 10px;
	color: #424143;
	border-bottom: 3px solid #8BC53F;
	padding-bottom: 8px;
}
.fd-map-modal__body .fd-type {
	font-weight: 700;
	color: #5a8a1f;
	margin: 0 0 8px;
}
.fd-map-modal__body .fd-count {
	font-weight: 700;
	color: #5a8a1f;
	margin: 0 0 10px;
}
.fd-map-modal__body .fd-models { margin: 10px 0; padding-top: 10px; text-align: left; border-top: 1px solid  #cdcdcd; }
.fd-map-modal__body .fd-models__label { font-weight: 700; color: #424143; }
.fd-map-modal__body .fd-models ul { margin: 4px 0 0; padding-left: 18px; }
.fd-map-modal__body .fd-models li { color: #555; }
.fd-map-modal__body .fd-ref {
	color: #777;
	font-style: italic;
	margin: 0 0 10px;
}
.fd-map-modal__body .fd-comment {
	color: #555;
	margin: 0 0 10px;
	white-space: pre-line;
}
.fd-map-modal__body .fd-link a {
	color: #8BC53F;
	word-break: break-all;
}
body.fd-map-modal-open { overflow: hidden; }

@media (max-width: 768px) {
	.freezedry-sold-map { padding: 40px 10px; }
	.freezedry-sold-map .fd-europe-map { height: 360px; }
	/* modal as bottom sheet on mobile */
	.fd-map-modal { align-items: flex-end; padding: 0; }
	.fd-map-modal__box {
		max-width: 100%;
		border-radius: 16px 16px 0 0;
		padding: 16px;
	}
}
