.hvv-about-full {
	width: 100%;
	overflow-x: hidden;
}

/* ============ HERO ============ */

.hvv-about-full__hero-header {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 100px 80px 0 0;
	margin-bottom: 64px;
}

.hvv-about-full__bar {
	width: 111px;
	height: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: block;
	flex-shrink: 0;
}

.hvv-about-full__bar--red  { background: #BD0707; }
.hvv-about-full__bar--teal { background: #1A8DA1; }

.hvv-about-full__hero-title {
	margin: 0;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-about-full__hero-image {
	margin: 0 auto 80px;
	max-width: 1598px;
	padding: 0 20px;
	box-sizing: content-box;
}

.hvv-about-full__hero-image img {
	display: block;
	width: 100%;
	max-width: 1598px;
	height: 834px;
	object-fit: cover;
	border-radius: 26px;
}

.hvv-about-full__intro {
	max-width: 1278px;
	margin: 0 auto 60px;
	padding: 0 20px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
}

.hvv-about-full__intro p { margin: 0 0 22px 0; }
.hvv-about-full__intro p:last-child { margin-bottom: 0; }

.hvv-about-full__contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	max-width: 1278px;
	margin: 0 auto 120px;
	padding: 0 20px;
}

.hvv-about-full__contact,
.hvv-about-full__contact:link,
.hvv-about-full__contact:visited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	transition: color 0.3s ease;
}

.hvv-about-full__contact:hover { color: #1A8DA1; }

.hvv-about-full__contact-icon {
	width: 35px;
	height: 35px;
	flex-shrink: 0;
	display: block;
}

.hvv-about-full__contact-icon--mail  { color: #393737; }
.hvv-about-full__contact-icon--phone { color: #1A8DA1; }

/* ============ SECTIONS ============ */

.hvv-about-full__section {
	margin-bottom: 120px;
}

.hvv-about-full__section-header {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 0 80px 0 0;
	margin-bottom: 64px;
}

.hvv-about-full__section-title {
	margin: 0;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: normal;
	text-transform: uppercase;
}

/* ============ TEAM ============ */

.hvv-about-full__team {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 80px;
	box-sizing: border-box;
}

.hvv-about-full__member {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hvv-about-full__member.is-hidden {
	display: none;
}

.hvv-about-full__member-photo {
	width: 100%;
	aspect-ratio: 371 / 470;
	border-radius: 26px;
	overflow: hidden;
	background: #f0f0f0;
	margin-bottom: 18px;
}

.hvv-about-full__member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hvv-about-full__member-name {
	margin: 0;
	color: #1A8DA1;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

.hvv-about-full__member-position {
	margin: 0;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.hvv-about-full__team-actions {
	display: flex;
	justify-content: flex-end;
	max-width: 1760px;
	margin: 60px auto 0;
	padding: 0 80px;
	box-sizing: border-box;
}

.hvv-about-full__load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 17px 31px;
	border-radius: 26px;
	background: #EBEBEB;
	border: 0;
	color: #393737;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: normal;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
}

.hvv-about-full__load-more:hover {
	background: #1A8DA1;
	color: #FFF;
}

/* ============ HISTORY ============ */

.hvv-about-full__history-image {
	margin: 0 auto 48px;
	max-width: 1558px;
	padding: 0 20px;
	box-sizing: content-box;
}

.hvv-about-full__history-image img {
	display: block;
	width: 100%;
	max-width: 1558px;
	border-radius: 26px;
	height: auto;
}

.hvv-about-full__history-description {
	max-width: 1504px;
	margin: 0 auto;
	padding: 0 20px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
}

.hvv-about-full__history-description p { margin: 0 0 22px 0; }
.hvv-about-full__history-description p:last-child { margin: 0; }

/* ============ COUNTRIES ============ */

.hvv-about-full__countries-description {
	max-width: 1558px;
	margin: 0 auto 60px;
	padding: 0 20px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
}

.hvv-about-full__countries-description p { margin: 0 0 22px 0; }
.hvv-about-full__countries-description p:last-child { margin: 0; }

.hvv-about-full__countries-wrap {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0;
	/* Clip horizontal overflow only (no scrollbar); let popup extend vertically. */
	overflow-x: clip;
	overflow-y: visible;
}

.hvv-about-full__countries-overlay {
	position: absolute;
	inset: 0;
	background: rgba(47, 46, 46, 0.45);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
}

.hvv-about-full__countries-wrap.is-popup-open .hvv-about-full__countries-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hvv-about-full__countries {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 50px 30px;
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 80px;
	box-sizing: border-box;
	position: relative;
}

.hvv-about-full__country {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	position: relative;
}

.hvv-about-full__country.is-hidden {
	display: none;
}

.hvv-about-full__countries-actions {
	display: flex;
	justify-content: flex-end;
	max-width: 1760px;
	margin: 60px auto 0;
	padding: 0 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 6;
}

.hvv-about-full__country-trigger {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	font: inherit;
	color: inherit;
	transition: transform 0.25s ease;
}

.hvv-about-full__country-trigger:disabled {
	cursor: default;
}

.hvv-about-full__country.has-popup .hvv-about-full__country-trigger:hover,
.hvv-about-full__country.is-active .hvv-about-full__country-trigger {
	transform: translateY(-4px);
}

.hvv-about-full__country.is-active {
	z-index: 11;
}

.hvv-about-full__country-flag {
	width: 160px;
	height: 96px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hvv-about-full__country-flag img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	pointer-events: none;
}

.hvv-about-full__country-name {
	display: block;
	margin: 0;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

/* POPUP — anchored to flag with sharp corner pointing to it; wide card */

.hvv-about-full__country-popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	max-width: calc(100vw - 40px);
	background: #F6FAFD;
	/* TL sharp (where flag is), TR/BR/BL rounded */
	border-radius: 0 30px 130px 130px;
	box-shadow: -2px 6px 12px rgba(0, 0, 0, 0.25);
	padding: 36px 48px;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
	box-sizing: border-box;
}

.hvv-about-full__country.is-active .hvv-about-full__country-popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

/* Last 2 columns: anchor right edge to flag so popup grows leftward; mirror shape */
.hvv-about-full__country:nth-child(5n - 1) .hvv-about-full__country-popup,
.hvv-about-full__country:nth-child(5n)     .hvv-about-full__country-popup {
	left: auto;
	right: 0;
	border-radius: 30px 0 130px 130px;
}

/* Mirror popup → icons go to the left */
.hvv-about-full__country:nth-child(5n - 1) .hvv-about-full__country-popup-socials,
.hvv-about-full__country:nth-child(5n)     .hvv-about-full__country-popup-socials {
	justify-content: flex-start;
}

.hvv-about-full__country-popup-close {
	position: absolute;
	top: 16px;
	right: 24px;
	background: transparent;
	border: 0;
	font-size: 32px;
	line-height: 1;
	color: #6F6E6E;
	cursor: pointer;
	padding: 4px 8px;
	transition: color 0.2s ease;
}

.hvv-about-full__country-popup-close:hover {
	color: #BD0707;
}

.hvv-about-full__country-popup-title {
	margin: 0 0 16px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}

.hvv-about-full__country-popup-text {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 24px;
}

.hvv-about-full__country-popup-text p { margin: 0 0 14px; }
.hvv-about-full__country-popup-text p:last-child { margin: 0; }

.hvv-about-full__country-popup-socials {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: flex-end;
	padding: 0 40px;
}

.hvv-about-full__country-social,
.hvv-about-full__country-social:link,
.hvv-about-full__country-social:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	transition: transform 0.2s ease, color 0.2s ease;
	text-decoration: none;
}

.hvv-about-full__country-social svg {
	width: 36px;
	height: 36px;
	display: block;
}

.hvv-about-full__country-social:hover { transform: translateY(-2px); }

.hvv-about-full__country-social--fb,
.hvv-about-full__country-social--fb:link,
.hvv-about-full__country-social--fb:visited {
	color: #1877F2;
}

.hvv-about-full__country-social--ig,
.hvv-about-full__country-social--ig:link,
.hvv-about-full__country-social--ig:visited {
	color: #E4405F;
}

/* ============ RESPONSIVE ============ */

@media screen and (max-width: 1199px) {
	.hvv-about-full__hero-header,
	.hvv-about-full__section-header {
		padding-right: 40px;
		gap: 40px;
	}
	.hvv-about-full__hero-header { padding-top: 60px; }
	.hvv-about-full__hero-image,
	.hvv-about-full__intro,
	.hvv-about-full__contacts,
	.hvv-about-full__history-image,
	.hvv-about-full__history-description,
	.hvv-about-full__countries-description,
	.hvv-about-full__team,
	.hvv-about-full__team-actions,
	.hvv-about-full__countries {
		padding-left: 40px;
		padding-right: 40px;
	}
	.hvv-about-full__hero-image img { height: auto; aspect-ratio: 1598 / 834; }
	.hvv-about-full__team {
		grid-template-columns: repeat(3, 1fr);
	}
	.hvv-about-full__countries {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.hvv-about-full__hero-header,
	.hvv-about-full__section-header {
		padding: 40px 20px 0 0;
		gap: 16px;
		margin-bottom: 32px;
	}
	.hvv-about-full__bar {
		width: 48px;
		height: 8px;
	}
	.hvv-about-full__hero-title,
	.hvv-about-full__section-title {
		font-size: 26px;
		letter-spacing: 1.04px;
	}
	.hvv-about-full__hero-image,
	.hvv-about-full__intro,
	.hvv-about-full__contacts,
	.hvv-about-full__history-image,
	.hvv-about-full__history-description,
	.hvv-about-full__countries-description,
	.hvv-about-full__team,
	.hvv-about-full__team-actions,
	.hvv-about-full__countries {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hvv-about-full__intro,
	.hvv-about-full__history-description,
	.hvv-about-full__countries-description {
		font-size: 18px;
	}
	.hvv-about-full__section { margin-bottom: 64px; }
	.hvv-about-full__contacts { gap: 24px; margin-bottom: 60px; }
	.hvv-about-full__team {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.hvv-about-full__member-name,
	.hvv-about-full__member-position { font-size: 18px; }
	.hvv-about-full__load-more { font-size: 18px; padding: 14px 24px; }
	.hvv-about-full__countries {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 16px;
	}
	.hvv-about-full__country-flag {
		width: 120px;
		height: 72px;
	}
	.hvv-about-full__country-name { font-size: 18px; }
	.hvv-about-full__country-popup {
		width: 280px;
		padding: 32px 24px;
		border-radius: 24px !important;
	}
	.hvv-about-full__country-popup-title { font-size: 18px; }
	.hvv-about-full__country-popup-text { font-size: 14px; }
	.hvv-about-full__country-social,
	.hvv-about-full__country-social svg {
		width: 28px;
		height: 28px;
	}
}

/* ----- Figma "Про нас моб варіант 2" (390px wide) — extended About page ----- */
@media screen and (max-width: 640px) {
	/* All section headers: small bar 34×3 + tiny 12px Bold dark-gray title, x=20 from edge */
	.hvv-about-full__hero-header,
	.hvv-about-full__section-header {
		display: flex !important;
		align-items: center !important;
		gap: 16px !important;
		padding: 24px 20px 0 0 !important;
		margin: 0 0 16px !important;
	}
	.hvv-about-full__bar {
		width: 34px !important;
		height: 3px !important;
		border-top-right-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		flex-shrink: 0 !important;
	}
	.hvv-about-full__bar--red  { background: #BD0707 !important; }
	.hvv-about-full__bar--teal { background: #1A8DA1 !important; }

	.hvv-about-full__hero-title,
	.hvv-about-full__section-title {
		font-size: 12px !important;
		font-weight: 700 !important;
		letter-spacing: 0.48px !important;
		color: #393737 !important;
		text-transform: uppercase !important;
		line-height: 1.2 !important;
		margin: 0 !important;
	}

	/* Hero image — full width 350×186 */
	.hvv-about-full__hero-image {
		padding: 0 20px !important;
		margin: 0 0 18px !important;
		max-width: 100% !important;
	}
	.hvv-about-full__hero-image img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 350 / 186 !important;
		border-radius: 6px !important;
		object-fit: cover !important;
	}

	/* Intro text 11px Regular */
	.hvv-about-full__intro {
		padding: 0 20px !important;
		margin: 0 0 20px !important;
		max-width: 100% !important;
		font-size: 11px !important;
		line-height: 1.4 !important;
		color: #000 !important;
	}
	.hvv-about-full__intro p { margin: 0 0 14px !important; }
	.hvv-about-full__intro p:empty { height: 6px !important; margin: 0 !important; }
	.hvv-about-full__intro p:last-child { margin: 0 !important; }

	/* Contacts: email above phone, both 13px Regular with small icons */
	.hvv-about-full__contacts {
		padding: 0 20px !important;
		margin: 0 0 24px !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px !important;
	}
	.hvv-about-full__contact {
		font-size: 13px !important;
		gap: 5px !important;
	}
	.hvv-about-full__contact-icon {
		width: 17px !important;
		height: 17px !important;
	}
	.hvv-about-full__contact-icon--phone { width: 15px !important; height: 15px !important; }

	/* Section spacing */
	.hvv-about-full__section {
		padding: 0 !important;
		margin: 0 0 24px !important;
	}

	/* TEAM: 3-column grid, photo 96×102 + name + position */
	.hvv-about-full__team {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 18px 15px !important;
		padding: 0 20px !important;
		max-width: 100% !important;
	}
	.hvv-about-full__member {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 6px !important;
		text-align: center !important;
	}
	.hvv-about-full__member-photo {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 96 / 102 !important;
		border-radius: 6px !important;
		overflow: hidden !important;
		margin: 0 !important;
	}
	.hvv-about-full__member-photo img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}
	.hvv-about-full__member-name {
		font-size: 11px !important;
		font-weight: 700 !important;
		color: #1A8DA1 !important;
		text-align: center !important;
		margin: 4px 0 0 !important;
		line-height: 1.15 !important;
	}
	.hvv-about-full__member-position {
		font-size: 10px !important;
		font-weight: 500 !important;
		color: #000 !important;
		text-align: center !important;
		margin: 0 !important;
		line-height: 1.2 !important;
	}

	/* Mobile: show only first 2 rows (6 members in 3-column grid) by default */
	.hvv-about-full__team:not(.is-expanded) .hvv-about-full__member:nth-child(n+7) {
		display: none !important;
	}
	.hvv-about-full__team.is-expanded .hvv-about-full__member {
		display: flex !important;
	}

	/* Team & countries "Завантажити ще" pill — gray bg */
	.hvv-about-full__team-actions,
	.hvv-about-full__countries-actions {
		padding: 0 20px !important;
		margin: 18px 0 0 !important;
		display: flex !important;
		justify-content: center !important;
	}
	.hvv-about-full__load-more {
		background: #ADAAAA !important;
		color: #FFFFFF !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		text-transform: lowercase !important;
		letter-spacing: 0.48px !important;
		padding: 7px 14px !important;
		border-radius: 26px !important;
		border: 0 !important;
		cursor: pointer !important;
		line-height: 1 !important;
	}

	/* History */
	.hvv-about-full__history-image {
		padding: 0 20px !important;
		margin: 0 0 14px !important;
		max-width: 100% !important;
	}
	.hvv-about-full__history-image img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 350 / 165 !important;
		border-radius: 6px !important;
		object-fit: cover !important;
	}
	.hvv-about-full__history-description {
		padding: 0 20px !important;
		max-width: 100% !important;
		font-size: 11px !important;
		line-height: 1.4 !important;
		color: #000 !important;
	}
	.hvv-about-full__history-description p { margin: 0 0 14px !important; }
	.hvv-about-full__history-description p:last-child { margin: 0 !important; }

	/* Countries */
	.hvv-about-full__countries-description {
		padding: 0 20px !important;
		margin: 0 0 16px !important;
		max-width: 100% !important;
		font-size: 11px !important;
		line-height: 1.4 !important;
		color: #000 !important;
	}
	.hvv-about-full__countries-description p { margin: 0 0 14px !important; }
	.hvv-about-full__countries-description p:last-child { margin: 0 !important; }

	.hvv-about-full__countries-wrap {
		padding: 24px 0 60px !important;
		margin: 0 !important;
		overflow: visible !important;
	}
	.hvv-about-full__countries {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr) !important;
		gap: 30px 16px !important;
		padding: 0 20px !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	.hvv-about-full__country {
		min-width: 0 !important;
	}
	.hvv-about-full__country-trigger {
		gap: 6px !important;
	}
	.hvv-about-full__country-flag {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 68 / 33 !important;
		max-width: 68px !important;
		margin: 0 auto !important;
		overflow: visible !important;
	}
	.hvv-about-full__country-flag img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		max-width: none !important;
		max-height: none !important;
		display: block !important;
	}

	/* Mobile: show only first 2 rows (8 flags) by default; "Завантажити ще" reveals the rest */
	.hvv-about-full__countries-wrap:not(.is-expanded) .hvv-about-full__country:nth-child(n+9) {
		display: none !important;
	}
	.hvv-about-full__countries-wrap.is-expanded .hvv-about-full__country {
		display: flex !important;
	}
	.hvv-about-full__country-name {
		font-size: 11px !important;
		font-weight: 700 !important;
		color: #000 !important;
		text-align: center !important;
		line-height: 1.15 !important;
	}

	/* Overlay: covers only the country grid area (scoped to wrap, not whole viewport).
	   High z-index so the dark area + popup both sit above the footer. */
	.hvv-about-full__countries-overlay {
		position: absolute !important;
		inset: 0 !important;
		background: rgba(47, 46, 46, 0.68) !important;
		z-index: 9998 !important;
	}

	/* Popup: small "speech bubble" anchored to country card (Figma: 196×102, sharp top-left corner) */
	.hvv-about-full__country-popup,
	.hvv-about-full__country:nth-child(5n - 1) .hvv-about-full__country-popup,
	.hvv-about-full__country:nth-child(5n)     .hvv-about-full__country-popup {
		position: absolute !important;
		top: calc(100% + 8px) !important;
		left: 0 !important;
		right: auto !important;
		width: 196px !important;
		max-width: calc(100vw - 40px) !important;
		max-height: none !important;
		overflow: visible !important;
		padding: 14px 16px !important;
		background: #F6FAFD !important;
		/* Sharp top-left (anchor on flag), other corners rounded 26 */
		border-radius: 0 26px 26px 26px !important;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
		box-sizing: border-box !important;
		z-index: 9999 !important;
	}
	/* Active country: card AND popup above the dark overlay/footer */
	.hvv-about-full__country.is-active {
		z-index: 9999 !important;
		position: relative !important;
	}
	/* When popup is hidden, fully remove from layout so it can't trigger any scrollbars */
	.hvv-about-full__country:not(.is-active) .hvv-about-full__country-popup {
		display: none !important;
	}

	/* Right-edge columns (cols 3, 4 in 4-col grid) — anchor right so popup grows leftward */
	.hvv-about-full__country:nth-child(4n - 1) .hvv-about-full__country-popup,
	.hvv-about-full__country:nth-child(4n)     .hvv-about-full__country-popup {
		left: auto !important;
		right: 0 !important;
		border-radius: 26px 0 26px 26px !important;
	}

	.hvv-about-full__country-popup-close {
		top: 4px !important;
		right: 10px !important;
		font-size: 22px !important;
	}
	.hvv-about-full__country-popup-title {
		font-size: 11px !important;
		font-weight: 600 !important;
		margin: 0 0 6px !important;
		padding-right: 18px;
	}
	.hvv-about-full__country-popup-text {
		font-size: 9px !important;
		line-height: 1.35 !important;
		color: #000 !important;
		margin: 0 0 8px !important;
	}
	.hvv-about-full__country-popup-text p { margin: 0 0 6px !important; }
	.hvv-about-full__country-popup-text p:last-child { margin: 0 !important; }

	.hvv-about-full__country-popup-socials,
	.hvv-about-full__country:nth-child(5n - 1) .hvv-about-full__country-popup-socials,
	.hvv-about-full__country:nth-child(5n)     .hvv-about-full__country-popup-socials {
		justify-content: flex-end !important;
		gap: 10px !important;
		margin-top: 4px !important;
	}
	.hvv-about-full__country-social,
	.hvv-about-full__country-social svg {
		width: 20px !important;
		height: 20px !important;
	}

	/* Hide last row's popup overflow when popup would extend beyond grid bottom — use upward */
	.hvv-about-full__country:nth-last-child(-n+4) .hvv-about-full__country-popup {
		top: auto !important;
		bottom: calc(100% + 8px) !important;
	}
	.hvv-about-full__country:nth-last-child(-n+4):nth-child(4n - 1) .hvv-about-full__country-popup,
	.hvv-about-full__country:nth-last-child(-n+4):nth-child(4n)     .hvv-about-full__country-popup {
		border-radius: 26px 26px 0 26px !important;
	}
	.hvv-about-full__country:nth-last-child(-n+4):not(:nth-child(4n - 1)):not(:nth-child(4n)) .hvv-about-full__country-popup {
		border-radius: 26px 26px 26px 0 !important;
	}
}
