/* ================================================================
   Блок перелинковки — glamorous-camping.com
   ================================================================ */

.listing_crosslinks_block {
	margin: 32px 0 8px;
	font-family: inherit;
}

.clb-wrap {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* Заголовок секции */
.clb-title {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 14px;
	padding: 0;
	border: none;
}

/* ── СЕКЦИЯ 1: Фильтры ───────────────────────────────────────── */

.clb-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.clb-filter-card {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 15px 9px 12px;
	background: #fff;
	border: 1.5px solid #e2eaf4;
	border-radius: 50px;
	text-decoration: none !important;
	color: #2d3748;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
	white-space: nowrap;
}

.clb-filter-card:hover {
	border-color: #a6ceff;
	background: #f0f7ff;
	box-shadow: 0 2px 12px rgba(166, 206, 255, 0.4);
	color: #1a1a2e;
	text-decoration: none !important;
}

.clb-emoji {
	font-size: 16px;
	line-height: 1;
	flex-shrink: 0;
}

.clb-label {
	color: inherit;
}

.clb-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	background: #eef5ff;
	color: #5a8fd6;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	flex-shrink: 0;
}

.clb-filter-card:hover .clb-count {
	background: #a6ceff;
	color: #fff;
}

/* ── СЕКЦИЯ 2: Города ────────────────────────────────────────── */

.clb-cities {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.clb-city-card {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
	border: 1.5px solid #d6e8ff;
	border-radius: 12px;
	text-decoration: none !important;
	transition: box-shadow 0.18s, border-color 0.18s, transform 0.15s;
	min-width: 140px;
}

.clb-city-card:hover {
	border-color: #a6ceff;
	box-shadow: 0 4px 16px rgba(166, 206, 255, 0.35);
	transform: translateY(-2px);
	text-decoration: none !important;
}

.clb-city-emoji {
	font-size: 18px;
	flex-shrink: 0;
}

.clb-city-info {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.clb-city-name {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.3;
}

.clb-city-count {
	font-size: 12px;
	color: #7a9cc0;
	line-height: 1.2;
}

/* ── СЕКЦИЯ 3: Похожие регионы ───────────────────────────────── */

.clb-regions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.clb-region-card {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: linear-gradient(135deg, #fffbf5 0%, #fff4e6 100%);
	border: 1.5px solid #ffe4b8;
	border-radius: 12px;
	text-decoration: none !important;
	transition: box-shadow 0.18s, border-color 0.18s, transform 0.15s;
	min-width: 160px;
}

.clb-region-card:hover {
	border-color: #ffb84d;
	box-shadow: 0 4px 16px rgba(255, 170, 60, 0.25);
	transform: translateY(-2px);
	text-decoration: none !important;
}

.clb-region-emoji {
	font-size: 18px;
	flex-shrink: 0;
}

.clb-region-info {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.clb-region-name {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.3;
}

.clb-region-count {
	font-size: 12px;
	color: #c08040;
	line-height: 1.2;
}

/* ── Адаптив ─────────────────────────────────────────────────── */

@media (max-width: 600px) {
	.clb-filter-card {
		font-size: 13px;
		padding: 8px 12px 8px 10px;
	}
	.clb-city-card,
	.clb-region-card {
		min-width: 120px;
	}
}
