.pfd-country-map {
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 76%, #f3f1ff 100%);
	box-sizing: border-box;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(420px, 1fr) 280px;
	min-height: 720px;
	padding: 28px;
}

.pfd-map-block {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 660px;
}

.pfd-map-canvas {
	aspect-ratio: 1;
	max-width: 760px;
	position: relative;
	width: 100%;
}

.pfd-globe-svg {
	display: block;
	height: 100%;
	width: 100%;
}

.pfd-globe-ocean {
	fill: #eaf2fb;
	stroke: #aab8c6;
	stroke-width: 1.2;
}

.pfd-globe-grid {
	fill: none;
	stroke: #c8d4df;
	stroke-width: 0.8;
}

.pfd-globe-land {
	fill: #d3d8de;
	opacity: 0.86;
	stroke: #a4adb7;
	stroke-width: 1;
}

.pfd-map-marker rect {
	fill: #ffffff;
	filter: drop-shadow(0 3px 4px rgba(23, 37, 55, 0.22));
	stroke: #c8d2dc;
	stroke-width: 1;
}

.pfd-map-marker text {
	fill: #071a33;
	font-size: 15px;
	font-weight: 750;
	text-anchor: middle;
}

.pfd-map-marker-label text {
	font-size: 13px;
}

.pfd-map-marker-count {
	font-size: 15px !important;
	font-weight: 800 !important;
}

.pfd-analytics-block {
	align-self: center;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid #d9dfec;
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(42, 51, 90, 0.14);
	padding: 18px;
}

.pfd-stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 24px;
}

.pfd-stats div {
	background: #f5f7fb;
	border-radius: 14px;
	padding: 14px;
}

.pfd-stats span,
.pfd-analytics-block h3 {
	color: #61708a;
	display: block;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.pfd-stats strong {
	color: #071a33;
	display: block;
	font-size: 28px;
	line-height: 1;
}

.pfd-selected-country {
	border: 1px solid #d9dfec;
	border-radius: 14px;
	margin-bottom: 24px;
	padding: 16px;
}

.pfd-selected-country strong {
	color: #071a33;
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.pfd-selected-country span {
	color: #3a5c8b;
	display: block;
	font-size: 15px;
}

.pfd-country-list {
	align-content: center;
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr;
}

.pfd-country-chip {
	align-items: center;
	background: transparent;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 24px;
	padding: 0;
	position: relative;
}

.pfd-country-chip::before {
	background: #2f7dd1;
	border-radius: 3px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 10px;
}

.pfd-country-chip span {
	color: #071a33;
	font-size: 14px;
	font-weight: 650;
	padding-left: 24px;
}

.pfd-country-chip strong {
	color: #071a33;
	font-size: 14px;
	font-weight: 750;
}

.pfd-chip-0::before { background: #ff3f3f; }
.pfd-chip-1::before { background: #2057c8; }
.pfd-chip-2::before { background: #22b8cf; }
.pfd-chip-3::before { background: #f08c00; }
.pfd-chip-4::before { background: #7b2cbf; }
.pfd-chip-5::before { background: #2fb344; }
.pfd-chip-6::before { background: #d63384; }
.pfd-chip-7::before { background: #6f4e00; }

.pfd-public-roster {
	overflow-x: auto;
}

.pfd-public-roster table {
	border-collapse: collapse;
	min-width: 820px;
	width: 100%;
}

.pfd-public-roster th,
.pfd-public-roster td {
	border-bottom: 1px solid #e2e6ea;
	padding: 10px 12px;
	text-align: left;
}

.pfd-public-roster th {
	background: #f2f4f7;
	font-weight: 700;
}

@media (max-width: 760px) {
	.pfd-country-map {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 16px;
	}

	.pfd-map-block {
		min-height: auto;
	}

	.pfd-analytics-block {
		align-self: auto;
	}
}
