/*
 * author Alex
 * 03.09.2026
 *
 * Countries v2: country page /country/{slug}/ (prefix lb-cp-) and
 * "Популярні країни" block on main page + /countries/ grid (prefix lb-cb-).
 * Sizes from Figma aQFH9LHntLdAo2EanfeJdE (see _dev/strani-2/FIGMA-SPEC.md).
 * Mobile <= 767px, desktop >= 768px (fluid till 1199px).
 */

/* ------------------------------------------------------------------
   common
------------------------------------------------------------------ */
.lb-cp, .lb-cp *, .lb-cb, .lb-cb *, .lb-cb-page, .lb-cb-page * {
	box-sizing: border-box;
}
.lb-cp, .lb-cb, .lb-cb-page {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.lb-cp a, .lb-cb a, .lb-cb-page a {
	text-decoration: none;
}
.lb-cp a:hover, .lb-cp a:focus, .lb-cb a:hover, .lb-cb a:focus, .lb-cb-page a:hover, .lb-cb-page a:focus {
	text-decoration: none;
	outline: none;
}
.lb-cp img, .lb-cb img, .lb-cb-page img {
	max-width: 100%;
}
.lb-cp picture {
	display: block;
}
.lb-cp-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.lb-cp-h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 0;
	color: #000;
}
.lb-cp-green {
	color: #94C11F;
}
.lb-cp-grey {
	color: #A6A6A6;
}
.lb-cp-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lb-cp-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.lb-cp-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: none;
}
.lb-cp-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
	flex: none;
	-webkit-appearance: none;
	appearance: none;
}
.lb-cp-circle img {
	display: block;
	width: 20px;
	height: 20px;
}
.lb-cp-circle--grey {
	border: 1px solid #CFCFCF;
	background: #fff;
}
.lb-cp-circle--dark {
	border: 0;
	background: rgba(0, 0, 0, .5);
}
.lb-cp-circle.swiper-button-disabled {
	opacity: .4;
	cursor: default;
}
.lb-cp-circle.swiper-button-lock {
	display: none;
}

/* buttons (also <button> element, so reset native look) */
.lb-cp-btn {
	padding: 0;
	margin: 0;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .2s linear, color .2s linear;
}
.lb-cp-btn--green {
	width: 105px;
	height: 40px;
	background: #94C11F;
	color: #fff;
}
.lb-cp-btn--green:hover {
	background: #82A728;
	color: #fff;
}
.lb-cp-btn--small {
	width: 60px;
	height: 24px;
	font-size: 12px;
}
.lb-cp-btn--outline {
	height: 40px;
	border: 1px solid #94C11F;
	color: #94C11F;
	background: #fff;
}
.lb-cp-btn--outline:hover {
	background: rgba(148, 193, 31, .1);
	color: #94C11F;
}

/* cards with shadow */
.lb-cp-card {
	display: block;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
	overflow: hidden;
	color: #000;
}
.lb-cp-card:hover {
	color: #000;
}
.lb-cp-card__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.lb-cp-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lb-cp-card__meta {
	font-size: 14px;
	line-height: 1.5;
}

/* theme swiper.css is v7 (.swiper) but swiper.js is 6.7 (.swiper-container),
   so base styles of container are set here */
.lb-cp-cards-swiper,
.lb-cp-photos-swiper,
.lb-cb-swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
	list-style: none;
}
/* sliders with shadow cards: vertical padding keeps shadow visible inside overflow hidden
   (no side padding on desktop, else next slide peeks out of container) */
.lb-cp-cards-swiper {
	margin: -24px 0;
	padding: 24px 0;
	width: 100%;
}
.lb-cp-cards-swiper .swiper-slide {
	height: auto;
}

/* ------------------------------------------------------------------
   transparent header over banner (only country page)
------------------------------------------------------------------ */
@media screen and (min-width: 992px) {
	body.lb-country-page header {
		position: relative;
		z-index: 2;
		margin-bottom: -85px;
		border-bottom: 0;
		background: rgba(255, 255, 255, .1);
		-webkit-backdrop-filter: blur(25px);
		backdrop-filter: blur(25px);
	}
	body.lb-country-page .header-menu li a,
	body.lb-country-page .auth a,
	body.lb-country-page .auth span {
		color: #fff;
	}
	body.lb-country-page .auth a svg path {
		fill: #fff;
	}
	body.lb-country-page .valute .new-select,
	body.lb-country-page .lang .new-select {
		border: 1px solid rgba(255, 255, 255, .3);
		color: #fff !important;
	}
	body.lb-country-page .valute .new-select:after,
	body.lb-country-page .lang .new-select:after {
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLSURBVHgBhY+JCQAgCEX9m7RB+0/hDE1gG1iBQYQXCB7/eUBVOxFNAIMSu7oT8HaxQig2Db+JC7n9CEqH/c1qswdJ9Vt9RgK1SLwA77+eh+rjvlEAAAAASUVORK5CYII=');
	}
	body.lb-country-page .support_div {
		border: 1px solid #fff;
	}
	body.lb-country-page .support_div svg path {
		fill: #fff;
	}
	body.lb-country-page .support_container.active .support_div {
		border-color: #fff;
		background: #fff;
	}
	body.lb-country-page .support_container.active .support_div svg path {
		fill: #94c11f;
	}
}
@media screen and (max-width: 991.98px) {
	body.lb-country-page #wrapper {
		margin-top: 0;
	}
	body.lb-country-page {
		overflow-x: hidden;
	}
	/* no backdrop-filter here: it lags on mobile browsers (same as main page) */
	body.lb-country-page .mobile-header:not(.fix) {
		background: rgba(255, 255, 255, .1);
		border-bottom-color: transparent;
	}
	body.lb-country-page .mobile-header:not(.fix) .gamburger {
		border-color: rgba(255, 255, 255, .5);
	}
	body.lb-country-page .mobile-header:not(.fix) .gamburger svg path {
		fill: #fff;
	}
}

/* ------------------------------------------------------------------
   banner with H1
------------------------------------------------------------------ */
.lb-cp-banner {
	position: relative;
	height: 530px;
	background: #3B4395;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lb-cp-banner__pic,
.lb-cp-banner__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lb-cp-banner__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
}
.lb-cp-banner__title {
	position: relative;
	margin: 0;
	padding: 18px 15px 0; /* +9px down from banner center, as in figma */
	font-size: 64px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

/* ------------------------------------------------------------------
   content wrappers
------------------------------------------------------------------ */
.lb-cp-content--top > .lb-cp-container {
	padding-top: 30px;
	padding-bottom: 60px;
}
.lb-cp-content--bottom > .lb-cp-container {
	padding-top: 30px;
	padding-bottom: 60px;
}
.lb-cp-blocks {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.lb-cp-content--top .lb-cp-blocks {
	margin-top: 30px;
}

/* breadcrumbs */
.lb-cp-crumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	font-size: 14px;
	line-height: 1.5;
}
.lb-cp-crumbs__home {
	display: inline-flex;
	align-items: center;
	color: #3B4395;
}
.lb-cp-crumbs__home:hover {
	color: #3B4395;
	text-decoration: underline;
}
.lb-cp-crumbs__back {
	display: none;
	flex: none;
}
.lb-cp-crumbs__sep {
	color: #A6A6A6;
}
.lb-cp-crumbs__current {
	color: #000;
}

/* short description */
.lb-cp-desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
}

/* ------------------------------------------------------------------
   facts
------------------------------------------------------------------ */
.lb-cp-facts__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
.lb-cp-fact {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 66px;
	padding: 16px 24px;
	border: 1px solid #E4E4E4;
	border-radius: 16px;
	background: #fff;
}
.lb-cp-fact__icon {
	display: block;
	width: 24px;
	height: 24px;
	flex: none;
}
.lb-cp-fact__body {
	min-width: 0;
}
.lb-cp-fact__label {
	font-size: 14px;
	line-height: 1.15;
	color: #A6A6A6;
}
.lb-cp-fact__value {
	font-size: 16px;
	line-height: 1.15;
	color: #000;
}

/* ------------------------------------------------------------------
   photos slider
------------------------------------------------------------------ */
.lb-cp-photos-swiper {
	position: relative;
	width: 100%;
	height: 530px;
	border-radius: 10px;
	background: #3B4395;
	overflow: hidden;
}
.lb-cp-photos__slide,
.lb-cp-photos__slide picture {
	height: 100%;
}
.lb-cp-photos__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lb-cp-photos__nav {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 20px;
}
.lb-cp-photos__dots {
	display: flex;
	align-items: center;
	gap: 13px;
}
/* style.css has global bullet rules (green active, border), so reset with same weight */
.lb-cp-photos-swiper .lb-cp-photos__dots .swiper-pagination-bullet,
.lb-cp-photos-swiper .lb-cp-photos__dots.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	width: 6px;
	min-width: 0;
	height: 6px;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: #fff !important;
	opacity: .5;
	cursor: pointer;
}
.lb-cp-photos-swiper .lb-cp-photos__dots .swiper-pagination-bullet-active {
	opacity: 1;
}

/* ------------------------------------------------------------------
   routes
------------------------------------------------------------------ */
.lb-cp-routes__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lb-cp-route {
	display: flex;
	align-items: center;
	gap: 50px;
	padding: 18px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}
.lb-cp-route__main {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.lb-cp-route__title {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.lb-cp-route__stops {
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
.lb-cp-stop--ua {
	color: #3B4395;
}
.lb-cp-stop--abroad {
	color: #72971F;
}
.lb-cp-route__days {
	font-size: 12px;
	line-height: 1.35;
	color: #A6A6A6;
}
.lb-cp-route__side {
	flex: none;
	display: flex;
	align-items: center;
	gap: 50px;
}
.lb-cp-route__price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	white-space: nowrap;
	text-align: right;
}
.lb-cp-route__price-value {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}
.lb-cp-route__price-note {
	font-size: 14px;
	line-height: 1.5;
	color: #A6A6A6;
}

/* ------------------------------------------------------------------
   banners (3 promo pictures)
------------------------------------------------------------------ */
.lb-cp-banners {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.lb-cp-banners__item {
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 376.67 / 220;
	background: #F8F8F8;
}
.lb-cp-banners__item a,
.lb-cp-banners__item picture {
	display: block;
	height: 100%;
}
.lb-cp-banners__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ------------------------------------------------------------------
   popular directions (grey full width band)
------------------------------------------------------------------ */
.lb-cp-popular {
	background: #F8F8F8;
	padding: 40px 0;
}
.lb-cp-popular > .lb-cp-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lb-cp-popular__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.lb-cp-popular__col {
	display: flex;
	flex-direction: column;
}
.lb-cp-popular__row {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 55px;
	padding: 0 10px 0 20px;
	background: #F8F8F8;
	min-width: 0;
}
.lb-cp-popular__row:nth-child(odd) {
	background: #fff;
}
.lb-cp-popular__city {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lb-cp-popular__arrow {
	display: block;
	width: 27px;
	height: 12px;
	flex: none;
}
.lb-cp-popular__row .lb-cp-btn--small {
	margin-left: auto;
	flex: none;
}

/* card sliders: overflow hidden cuts card shadow of first/last slide,
   so give the container padding equal to shadow and pull it back with margin */
@media (min-width: 768px) {
	.lb-cp-cards-swiper {
		padding: 10px 24px 24px;
		margin: -10px -24px -24px;
		width: calc(100% + 48px); /* box-sizing border-box: side padding must not eat card width */
	}
}

/* ------------------------------------------------------------------
   reviews
------------------------------------------------------------------ */
.lb-cp-reviews__desc {
	font-size: 16px;
	line-height: 1.5;
}
.lb-cp-reviews-swiper .swiper-slide {
	width: calc((100% - 40px) / 3);
}
/* not initialized (3 or less reviews on desktop): static row with gaps */
.lb-cp-reviews-swiper:not(.swiper-container-initialized) .swiper-slide + .swiper-slide {
	margin-left: 20px;
}
.lb-cp-review {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}
.lb-cp-review__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.lb-cp-review__author {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lb-cp-review__rating {
	display: flex;
	align-items: center;
	gap: 3px;
	flex: none;
}
.lb-cp-stars {
	display: block;
	width: 64px;
	height: 12px;
}
.lb-cp-review__score {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.lb-cp-review__text {
	font-size: 14px;
	line-height: 1.5;
	flex: 1 1 auto;
}
.lb-cp-review__date {
	font-size: 14px;
	line-height: 1.5;
	color: #A6A6A6;
}

/* ------------------------------------------------------------------
   seo text (raw html from admin: h2, h3, p, ul, ol)
------------------------------------------------------------------ */
.lb-cp-seo__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lb-cp-seo__body > * {
	margin: 0;
}
.lb-cp-seo__body h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	color: #000;
}
.lb-cp-seo__body h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	color: #000;
}
.lb-cp-seo__body h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #000;
}
.lb-cp-seo__body p,
.lb-cp-seo__body li {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.lb-cp-seo__body ul,
.lb-cp-seo__body ol {
	padding-left: 24px;
}
.lb-cp-seo__body ul {
	list-style: disc;
}
.lb-cp-seo__body ol {
	list-style: decimal;
}
.lb-cp-seo__body a {
	color: #72971F;
	text-decoration: underline;
}

/* ------------------------------------------------------------------
   links (cross links to blog / services)
------------------------------------------------------------------ */
.lb-cp-links__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.lb-cp-link {
	flex: 0 0 calc((100% - 20px) / 3);
	min-width: 0;
	height: 70px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	background: rgba(148, 193, 31, .1);
	border-radius: 16px;
}
/* last not full row: full width, content centered (figma) */
.lb-cp-link--auto {
	flex: 1 1 100%;
	max-width: 100%;
	justify-content: center;
}
.lb-cp-link--auto .lb-cp-link__body {
	flex: 0 0 auto;
	max-width: calc(100% - 55px);
}
.lb-cp-link__icon {
	width: 40px;
	height: 40px;
	flex: none;
	border: 1px solid rgba(148, 193, 31, .35);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lb-cp-link__icon img {
	display: block;
	width: 24px;
	height: 24px;
}
.lb-cp-link__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}
.lb-cp-link__title {
	font-size: 18px;
	line-height: 1.15;
	color: #72971F;
	text-decoration: underline;
}
.lb-cp-link__title:hover {
	color: #72971F;
	text-decoration: underline;
}
.lb-cp-link__desc {
	font-size: 14px;
	line-height: 1.15;
	color: #000;
}

/* ------------------------------------------------------------------
   articles
------------------------------------------------------------------ */
.lb-cp-articles {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	row-gap: 20px;
}
.lb-cp-articles__title {
	flex: 1 1 auto;
	min-width: 0;
}
.lb-cp-articles__more {
	flex: none;
	width: 142px;
}
.lb-cp-articles .lb-cp-cards-swiper {
	flex: 0 0 auto;
}
/* old: static row of 3 slides (now grid, so opened cards go to next rows)
.lb-cp-articles-swiper .swiper-slide {
	width: calc((100% - 40px) / 3);
}
.lb-cp-articles-swiper:not(.swiper-container-initialized) .swiper-slide + .swiper-slide {
	margin-left: 20px;
}
*/
/* desktop: no swiper, wrapper is grid 3 per row; cards after 3 are hidden till "show all" */
@media (min-width: 768px) {
	.lb-cp-articles-swiper .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}
	.lb-cp-articles-swiper .swiper-slide {
		width: auto;
	}
}
.lb-cp-articles--collapsed .lb-cp-article--extra {
	display: none;
}
.lb-cp-articles__more[hidden] {
	display: none;
}
.lb-cp-article {
	display: flex;
	flex-direction: column;
}
.lb-cp-article__img {
	aspect-ratio: 376.67 / 270;
	background: #F8F8F8;
	overflow: hidden;
}
.lb-cp-article__name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.lb-cp-article__excerpt {
	font-size: 14px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ------------------------------------------------------------------
   places / restaurants
------------------------------------------------------------------ */
.lb-cp-places-swiper .swiper-slide {
	width: calc((100% - 60px) / 4);
}
.lb-cp-place {
	display: flex;
	flex-direction: column;
}
.lb-cp-place__img {
	aspect-ratio: 1 / 1;
	background: #F8F8F8;
	overflow: hidden;
}
.lb-cp-place__name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.lb-cp-place__rating {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	line-height: 1;
}
.lb-cp-place__rating img {
	display: block;
	width: 16px;
	height: 16px;
	flex: none;
}
.lb-cp-place__location {
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ------------------------------------------------------------------
   main page block "Популярні країни"
------------------------------------------------------------------ */
.lb-cb {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding: 40px 0;
	background: #F8F8F8;
	overflow: hidden;
}
.lb-cb__head {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	text-align: center;
}
.lb-cb__title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	color: #000;
}
.lb-cb__subtitle {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.lb-cb__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.lb-cb-swiper {
	width: 100%;
}
.lb-cb-slide {
	width: 270px;
}
.lb-cb-tile {
	position: relative;
	display: block;
	width: 270px;
	height: 270px;
	border-radius: 10px;
	overflow: hidden;
	background: #EFEFEF;
	color: #fff;
}
.lb-cb-tile:hover {
	color: #fff;
}
.lb-cb-tile picture,
.lb-cb-tile__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lb-cb-tile__grad {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 166px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}
.lb-cb-tile__content {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.lb-cb-tile__flag {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
.lb-cb-tile__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.lb-cb-tile__text {
	min-width: 0;
}
.lb-cb-tile__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lb-cb-tile__count {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.lb-cb-tile__arrow {
	width: 40px;
	height: 40px;
	flex: none;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .2s linear;
}
.lb-cb-tile:hover .lb-cb-tile__arrow {
	background: rgba(255, 255, 255, .2);
}
.lb-cb-tile__arrow img {
	display: block;
	width: 24px;
	height: 24px;
}
.lb-cb__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 210px;
}
.lb-cb__arrow {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 1px solid #94C11F;
	border-radius: 50%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex: none;
	-webkit-appearance: none;
	appearance: none;
}
.lb-cb__arrow img {
	display: block;
	width: 24px;
	height: 24px;
}
.lb-cb__dots {
	display: flex;
	align-items: center;
	gap: 18px;
	/* swiper.css sets .swiper-pagination absolute - keep dots inline between arrows */
	position: static;
	top: auto;
	left: auto;
	bottom: auto;
	width: auto;
	transform: none;
}
.lb-cb__dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #CFCFCF;
	background: transparent;
	cursor: pointer;
}
.lb-cb__dot--active {
	border-color: #94C11F;
	background: #94C11F;
}
.lb-cb__more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 210px;
	height: 40px;
	border: 1px solid #94C11F;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #94C11F;
	transition: background-color .2s linear;
}
.lb-cb__more:hover {
	color: #94C11F;
	background: rgba(148, 193, 31, .1);
}
.lb-cb__more img {
	display: block;
	width: 16px;
	height: 16px;
}

/* /countries/ page: grid of same tiles */
.lb-cb-page > .lb-cp-container {
	padding-top: 30px;
	padding-bottom: 60px;
}
.lb-cb-page__title {
	margin: 20px 0 0;
	padding: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	color: #000;
}
.lb-cb-page__subtitle {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.lb-cb-grid {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.lb-cb-grid .lb-cb-tile {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

/* ------------------------------------------------------------------
   mobile <= 767
------------------------------------------------------------------ */
@media screen and (max-width: 767px) {
	.lb-cp-h2 {
		font-size: 20px;
	}
	.lb-cp-section {
		gap: 15px;
	}
	.lb-cp-cards-swiper {
		margin: -24px -15px;
		padding: 24px 15px;
		width: calc(100% + 30px);
	}

	/* banner */
	.lb-cp-banner {
		height: 200px;
	}
	.lb-cp-banner__title {
		font-size: 24px;
		padding-top: 36px; /* +18px down from center */
	}

	/* content */
	.lb-cp-content--top > .lb-cp-container {
		padding-top: 16px;
		padding-bottom: 25px;
	}
	.lb-cp-content--bottom > .lb-cp-container {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.lb-cp-blocks {
		gap: 30px;
	}
	.lb-cp-content--top .lb-cp-blocks {
		margin-top: 25px;
	}
	.lb-cp-crumbs__home {
		color: #000;
		gap: 5px;
	}
	.lb-cp-crumbs__back {
		display: block;
	}
	.lb-cp-crumbs__sep,
	.lb-cp-crumbs__current {
		display: none;
	}
	.lb-cp-desc {
		margin-top: 10px;
		font-size: 14px;
	}

	/* facts */
	.lb-cp-facts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lb-cp-fact {
		align-items: flex-start;
		gap: 8px;
		min-height: 50px;
		padding: 8px 12px;
	}
	.lb-cp-fact__icon {
		margin-top: 5px;
	}

	/* photos: full width, no radius */
	.lb-cp-photos-swiper {
		width: calc(100% + 30px);
		margin: 0 -15px;
		height: 163px;
		border-radius: 0;
	}
	.lb-cp-photos__nav {
		bottom: 12px;
	}
	.lb-cp-photos__nav .lb-cp-circle {
		display: none;
	}

	/* routes */
	.lb-cp-routes__list {
		gap: 15px;
	}
	.lb-cp-route {
		flex-direction: column;
		align-items: stretch;
		gap: 15px;
		padding: 18px 15px;
	}
	.lb-cp-route__side {
		justify-content: space-between;
		align-items: flex-end;
		gap: 15px;
	}
	.lb-cp-route__price {
		align-items: flex-start;
		text-align: left;
		white-space: normal;
	}
	.lb-cp-route__price-value {
		font-size: 16px;
	}

	/* banners */
	.lb-cp-banners {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}
	.lb-cp-banners__item {
		aspect-ratio: 754 / 440;
	}

	/* popular */
	.lb-cp-popular {
		padding: 25px 0;
	}
	.lb-cp-popular__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	/* reviews */
	.lb-cp-reviews__nav {
		display: none;
	}
	.lb-cp-reviews__desc {
		font-size: 14px;
	}
	.lb-cp-reviews-swiper .swiper-slide {
		width: 300px;
	}

	/* seo text */
	.lb-cp-seo__body h2 {
		font-size: 20px;
	}
	.lb-cp-seo__body h3 {
		font-size: 18px;
	}
	.lb-cp-seo__body h4 {
		font-size: 16px;
	}
	.lb-cp-seo__body p,
	.lb-cp-seo__body li {
		font-size: 14px;
	}

	/* links */
	.lb-cp-link,
	.lb-cp-link--auto {
		flex: 0 0 100%;
		height: 60px;
		padding: 10px;
	}
	.lb-cp-link__title {
		font-size: 16px;
	}
	.lb-cp-link__desc {
		font-size: 12px;
	}

	/* articles */
	.lb-cp-articles {
		flex-direction: column;
		align-items: stretch;
		row-gap: 15px;
	}
	.lb-cp-articles__more {
		order: 3;
		width: 100%;
	}
	.lb-cp-articles-swiper .swiper-slide {
		width: 270px;
	}
	.lb-cp-article__img {
		aspect-ratio: 270 / 193.5;
	}
	.lb-cp-articles--all .lb-cp-articles-swiper .swiper-wrapper {
		display: flex;
		flex-direction: column;
		gap: 10px;
		transform: none;
	}
	.lb-cp-articles--all .lb-cp-articles-swiper .swiper-slide {
		width: 100%;
	}

	/* places */
	.lb-cp-places__nav {
		display: none;
	}
	.lb-cp-places-swiper .swiper-slide {
		width: 270px;
	}

	/* main block */
	.lb-cb {
		align-items: stretch;
		gap: 20px;
		padding: 20px 15px;
	}
	.lb-cb__head {
		padding: 0;
		text-align: left;
	}
	.lb-cb__title {
		font-size: 20px;
	}
	.lb-cb__subtitle {
		font-size: 14px;
	}
	.lb-cb-swiper {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.lb-cb__nav {
		width: auto;
		justify-content: center;
		gap: 15px;
	}
	.lb-cb__dots {
		margin: 0 5px;
	}
	.lb-cb__arrow {
		border-color: #CFCFCF;
		background: #fff;
	}
	.lb-cb__more {
		width: 100%;
	}

	/* /countries/ grid */
	.lb-cb-page > .lb-cp-container {
		padding-top: 16px;
		padding-bottom: 25px;
	}
	.lb-cb-page__title {
		font-size: 20px;
		margin-top: 10px;
	}
	.lb-cb-page__subtitle {
		font-size: 14px;
	}
	.lb-cb-grid {
		margin-top: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.lb-cb-grid .lb-cb-tile__content {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
	.lb-cb-grid .lb-cb-tile__name {
		font-size: 18px;
	}
	.lb-cb-grid .lb-cb-tile__count {
		font-size: 14px;
	}
	.lb-cb-grid .lb-cb-tile__arrow {
		display: none;
	}
}

/* tablets 768-991: header override not active (mobile header there), keep desktop grid fluid */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.lb-cp-facts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lb-cb-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* ------------------------------------------------------------------
   article page /country/{country}/{article}/ (prefix lb-ca-)
   Figma KrZSo95jIjQgsb37112oG4 node 3197-21034
------------------------------------------------------------------ */
.lb-ca > .lb-cp-container {
	padding-top: 30px;
	padding-bottom: 60px;
}
.lb-ca-green {
	color: #72971F;
}
.lb-ca-top {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.lb-ca-main {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}

/* crumbs: home / country / article */
.lb-ca-crumbs__link {
	display: inline-flex;
	align-items: center;
	color: #3B4395;
}
.lb-ca-crumbs__link:hover {
	color: #3B4395;
	text-decoration: underline;
}
.lb-ca-crumbs__current {
	min-width: 0;
}

/* title */
.lb-ca-title {
	margin: -10px 0 0; /* 20px from crumbs */
	padding: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	color: #000;
}

/* cover 1170x530 */
.lb-ca-cover {
	width: 100%;
	aspect-ratio: 1170 / 530;
	border-radius: 10px;
	background: #3B4395;
	overflow: hidden;
}
.lb-ca-cover picture {
	display: block;
	height: 100%;
}
.lb-ca-cover__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* meta line */
.lb-ca-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.lb-ca-meta__item {
	white-space: nowrap;
}
.lb-ca-meta__sep {
	padding: 0 8px;
}
.lb-ca-divider {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #CFCFCF;
}

/* table of contents */
.lb-ca-toc__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.lb-ca-toc__card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 24px;
	border: 1px solid #E4E4E4;
	border-radius: 16px;
	background: #fff;
}
.lb-ca-toc__h2 {
	font-size: 20px;
	line-height: 1.5;
	color: #72971F;
}
.lb-ca-toc__sub {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 20px;
}
.lb-ca-toc__h3 {
	font-size: 16px;
	line-height: 1.15;
	color: #72971F;
}
.lb-ca-toc__h2:hover,
.lb-ca-toc__h3:hover {
	color: #72971F;
	text-decoration: underline;
}

/* body html from admin editor: h2, h3, p, ul, ol, img, a */
.lb-ca-body {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	word-wrap: break-word;
}
.lb-ca-body > * {
	margin: 10px 0 0;
}
.lb-ca-body > :first-child {
	margin-top: 0;
}
.lb-ca-body > :last-child {
	margin-bottom: 0;
}
.lb-ca-body h2 {
	margin-top: 50px;
	padding: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	color: #000;
}
.lb-ca-body h3 {
	margin-top: 30px;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	color: #000;
}
.lb-ca-body h4 {
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #000;
}
.lb-ca-body h2,
.lb-ca-body h3 {
	scroll-margin-top: 20px;
}
.lb-ca-body p,
.lb-ca-body li {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.lb-ca-body ul,
.lb-ca-body ol {
	padding-left: 24px;
}
.lb-ca-body ul {
	list-style: disc;
}
.lb-ca-body ol {
	list-style: decimal;
}
.lb-ca-body li {
	margin: 0;
	padding: 0;
}
.lb-ca-body a {
	color: #72971F;
	text-decoration: underline;
}
.lb-ca-body a:hover {
	color: #72971F;
	text-decoration: underline;
}
.lb-ca-body img {
	display: block;
	width: 100%;
	height: auto;
	margin: 30px 0;
	border-radius: 10px;
}
.lb-ca-body > img:first-child,
.lb-ca-body > :first-child > img:first-child {
	margin-top: 0;
}
.lb-ca-body > img:last-child,
.lb-ca-body > :last-child > img:last-child {
	margin-bottom: 0;
}
.lb-ca-body iframe {
	max-width: 100%;
}
.lb-ca-body table {
	max-width: 100%;
}

/* author card */
.lb-ca-author__card {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px;
	border: 1px solid #E4E4E4;
	border-radius: 16px;
	background: #fff;
}
.lb-ca-author__photo {
	width: 80px;
	height: 80px;
	flex: none;
	border-radius: 50%;
	overflow: hidden;
	background: #F8F8F8;
}
.lb-ca-author__photo picture {
	height: 100%;
}
.lb-ca-author__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lb-ca-author__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}
.lb-ca-author__name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.lb-ca-author__job {
	font-size: 14px;
	line-height: 1.5;
	color: #A6A6A6;
}
.lb-ca-author__desc {
	font-size: 14px;
	line-height: 1.5;
}

/* recommended: 4 cards per row (277.5), image aspect 277.5/199 */
.lb-ca-rec .lb-cp-cards-swiper {
	flex: 0 0 auto;
}
.lb-ca-rec .lb-cp-article__img {
	aspect-ratio: 277.5 / 199;
}
@media (min-width: 768px) {
	.lb-ca-rec-swiper .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 20px;
	}
	.lb-ca-rec-swiper .swiper-slide {
		width: auto;
	}
}

/* article page mobile <= 767 */
@media screen and (max-width: 767px) {
	.lb-ca > .lb-cp-container {
		padding-top: 16px;
		padding-bottom: 25px;
	}
	.lb-ca-top {
		gap: 20px;
	}
	.lb-ca-main {
		gap: 30px;
		margin-top: 30px;
	}
	/* crumbs: only back arrow + country */
	.lb-ca-crumbs__home,
	.lb-ca-crumbs__sep,
	.lb-ca-crumbs__current {
		display: none;
	}
	.lb-ca-crumbs__country {
		color: #000;
		gap: 5px;
	}
	.lb-ca-title {
		margin-top: -10px; /* 10px from crumbs */
		font-size: 24px;
	}
	.lb-ca-cover {
		width: calc(100% + 30px);
		margin: 0 -15px;
		aspect-ratio: 360 / 200;
		border-radius: 0;
	}
	.lb-ca-meta {
		font-size: 14px;
	}
	.lb-ca-meta__sep {
		padding: 0 5px;
	}
	.lb-ca-toc__card {
		padding: 12px 16px;
	}
	.lb-ca-toc__h2 {
		font-size: 18px;
	}
	.lb-ca-toc__h3 {
		font-size: 14px;
	}
	.lb-ca-toc__sub {
		padding-left: 15px;
	}
	.lb-ca-body,
	.lb-ca-body p,
	.lb-ca-body li {
		font-size: 14px;
	}
	.lb-ca-body h2 {
		margin-top: 30px;
		font-size: 20px;
	}
	.lb-ca-body h3 {
		margin-top: 20px;
		font-size: 18px;
	}
	.lb-ca-body h4 {
		font-size: 16px;
	}
	.lb-ca-body h2,
	.lb-ca-body h3 {
		scroll-margin-top: 80px; /* fixed mobile header */
	}
	.lb-ca-body img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
		margin: 20px 0;
	}
	.lb-ca-author__card {
		gap: 15px;
		padding: 15px;
	}
	.lb-ca-author__photo {
		width: 60px;
		height: 60px;
	}
	.lb-ca-rec-swiper .swiper-slide {
		width: 270px;
	}
	.lb-ca-rec .lb-cp-article__img {
		aspect-ratio: 270 / 193.5;
	}
}
