/* YKS Lise Rehberi — university-guide / Atlas visual language */
.yks-lr {
	--navy: #122c54;
	--navy-2: #0c2043;
	--deep: #0c2043;
	--red: #c62d27;
	--ink: #202938;
	--muted: #5b6474;
	--line: #e7e9f0;
	--bg: #f7f8fb;
	--soft: #eef3fa;
	--white: #fff;
	--wrap: 1120px;
	color: var(--ink);
	font-family: "YKS Inter", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0 0 3.5rem;
}

.yks-lr *,
.yks-lr *::before,
.yks-lr *::after {
	box-sizing: border-box;
}

.yks-lr__wrap {
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 0 24px;
}

.yks-lr h1,
.yks-lr h2,
.yks-lr h3 {
	font-family: "YKS Manrope", Manrope, system-ui, sans-serif;
	color: var(--deep);
	letter-spacing: -0.02em;
}

.yks-lr a {
	color: var(--navy);
	text-decoration: underline;
	text-decoration-color: rgba(198, 45, 39, 0.45);
	text-underline-offset: 3px;
	font-weight: 700;
}

.yks-lr a:hover {
	color: var(--red);
}

.yks-lr a:focus-visible,
.yks-lr input:focus-visible,
.yks-lr select:focus-visible {
	outline: 3px solid rgba(198, 45, 39, 0.28);
	outline-offset: 2px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* —— Crumb —— */
.yks-lr__crumb,
.yks-lr .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--muted);
}

.yks-lr__crumb a,
.yks-lr .breadcrumb a {
	color: var(--red);
	font-weight: 700;
	text-decoration: none;
}

.yks-lr__crumb a:hover,
.yks-lr .breadcrumb a:hover {
	color: var(--navy);
	text-decoration: underline;
}

.yks-lr__crumb span[aria-hidden="true"],
.yks-lr .breadcrumb span[aria-hidden="true"] {
	margin: 0 6px;
	opacity: 0.5;
}

.yks-lr__crumb [aria-current="page"] {
	color: var(--navy);
	font-weight: 700;
}

/* —— Guide hero (matches lojistik / department guide) —— */
.yks-lr__guide-hero {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	margin: 0 0 1.25rem;
	padding: 28px clamp(16px, 3vw, 28px);
	background: linear-gradient(135deg, var(--deep), var(--navy));
	box-shadow: 0 18px 46px rgba(12, 32, 67, 0.16);
}

.yks-lr__kicker {
	display: block;
	margin: 0 0 12px;
	color: #fff;
	font: 800 0.72rem/1 "YKS Manrope", Manrope, sans-serif;
	letter-spacing: 0.13em;
}

.yks-lr__chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.yks-lr__chip-row span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #fff;
	color: var(--deep);
	font-size: 0.78rem;
	font-weight: 800;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.yks-lr__chip-row span:nth-child(2) {
	background: var(--red);
	color: #fff;
}

/* —— Intro / findings cards —— */
.yks-lr__intro-card,
.yks-lr__findings-card {
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(18, 44, 84, 0.07);
}

.yks-lr__intro-card {
	padding: clamp(18px, 3vw, 28px);
	margin-bottom: 1.25rem;
	border-top: 4px solid var(--navy);
}

.yks-lr__intro-card h1 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	line-height: 1.2;
	font-weight: 800;
	color: var(--deep);
	max-width: none;
}

.yks-lr__intro-card p {
	margin: 0 0 1rem;
	color: #343d4c;
	line-height: 1.75;
	font-size: 15.5px;
}

.yks-lr__intro-card p:last-child {
	margin-bottom: 0;
	padding-top: 1rem;
	border-top: 1px solid var(--line);
}

.yks-lr__intro-card strong {
	color: var(--navy);
	font-weight: 800;
}

.yks-lr__findings-card {
	padding: clamp(18px, 3vw, 28px);
	margin: 0 0 1.5rem;
	background: linear-gradient(135deg, #fff 0%, #f8faff 100%);
}

.yks-lr__findings-card h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	font-weight: 800;
	border-left: 4px solid var(--red);
	padding-left: 0.75rem;
}

.yks-lr__findings-card ul {
	margin: 0;
	padding-left: 1.15rem;
	color: #343d4c;
	line-height: 1.7;
}

.yks-lr__findings-card li {
	margin: 0.45rem 0;
}

/* —— Stats —— */
.yks-lr__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 0 0 1.5rem;
}

.yks-lr__stats article {
	min-width: 0;
	padding: 19px;
	border: 1px solid var(--line);
	border-top: 4px solid var(--red);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(18, 44, 84, 0.06);
}

.yks-lr__stats span {
	display: block;
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.yks-lr__stats strong {
	display: block;
	margin-top: 7px;
	color: var(--deep);
	font-size: 20px;
	font-family: "YKS Manrope", Manrope, system-ui, sans-serif;
	overflow-wrap: anywhere;
}

/* —— Section heading —— */
.yks-lr__section-heading h2 {
	margin: 0 0 0.75rem;
	border-left: 4px solid var(--red);
	padding-left: 0.75rem;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 800;
	line-height: 1.25;
}

.yks-lr__hint {
	margin: 0 0 1rem;
	max-width: 68ch;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
}

/* —— Year bar + tool panel —— */
.yks-lr__year-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 1rem;
	padding: 13px 16px;
	border: 1px solid #dce4f1;
	border-radius: 14px;
	background: #eef3fa;
	color: var(--deep);
	font-weight: 800;
	font-size: 0.9rem;
}

.yks-lr__year-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.yks-lr__year-pill {
	display: inline-flex;
	justify-content: center;
	min-width: 52px;
	padding: 6px 10px;
	border: 1px solid #cdd8e7;
	border-radius: 999px;
	background: #fff;
	color: var(--navy);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.yks-lr__year-pill.is-active {
	background: var(--navy);
	border-color: var(--navy);
	color: #fff;
}

.yks-lr__tool-panel {
	border: 1px solid #dce4f1;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(18, 44, 84, 0.05);
	padding: 14px 16px;
}

.yks-lr__filters {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: end;
	margin: 0 0 1rem;
}

.yks-lr__filter {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--muted);
	font-family: "YKS Manrope", Manrope, system-ui, sans-serif;
}

.yks-lr__filter input,
.yks-lr__filter select {
	width: 100%;
	min-height: 46px;
	padding: 0.55rem 0.8rem;
	border: 1px solid #cfd5df;
	border-radius: 10px;
	background: var(--white);
	color: var(--ink);
	font: inherit;
	font-size: 0.95rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.yks-lr__filter input:focus,
.yks-lr__filter select:focus {
	outline: none;
	border-color: rgba(198, 45, 39, 0.45);
	box-shadow: 0 0 0 3px rgba(198, 45, 39, 0.16);
}

.yks-lr__filter-meta {
	margin: 0;
	padding-bottom: 0.65rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--muted);
	white-space: nowrap;
}

.yks-lr__table-helper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 0.85rem;
	padding: 13px 16px;
	border: 1px solid #dce4f1;
	border-radius: 14px;
	background: #eef3fa;
	color: var(--deep);
	font-size: 0.88rem;
}

.yks-lr__table-helper strong {
	flex: 0 0 auto;
	padding: 5px 9px;
	border-radius: 8px;
	background: var(--navy);
	color: #fff;
	font-size: 0.76rem;
}

/* —— Stacked multi-year table —— */
.yks-lr__table-scroll {
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	margin: 0 0 1.5rem;
	border: 1px solid #d8deea;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(18, 44, 84, 0.1);
}

.yks-lr__table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 12px;
	min-width: 0;
}

.yks-lr__table th,
.yks-lr__table td {
	padding: 9px 7px;
	text-align: left;
	border: 0;
	border-right: 1px solid #e1e5ed;
	border-bottom: 1px solid #e1e5ed;
	vertical-align: top;
	line-height: 1.4;
}

.yks-lr__table th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: var(--deep);
	color: #fff;
	font-family: "YKS Manrope", Manrope, system-ui, sans-serif;
	font-weight: 800;
	font-size: 10px;
	letter-spacing: 0.01em;
	border-right-color: rgba(255, 255, 255, 0.18);
	border-bottom: 4px solid var(--red);
	white-space: normal;
}

.yks-lr__table tbody tr:nth-child(even) td {
	background: #f7f9fc;
}

.yks-lr__table tbody tr:hover td {
	background: #fff7f6;
}

.yks-lr__table tbody tr.is-hidden {
	display: none;
}

.yks-lr__table td strong {
	display: inline;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 800;
	color: var(--deep);
}

.yks-lr__dil {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--muted);
}

.yks-lr__stack-cell {
	font-size: 11.5px;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	text-align: right;
	line-height: 1.45;
}

.yks-lr__stack-cell strong {
	font-size: 11.5px;
}

.yks-lr__num {
	text-align: right !important;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	font-weight: 700;
}

.yks-lr__table--stacked th:nth-child(1) { width: 32%; }
.yks-lr__table--stacked th:nth-child(2) { width: 12%; }
.yks-lr__table--stacked th:nth-child(3) { width: 14%; }
.yks-lr__table--stacked th:nth-child(4) { width: 8%; }
.yks-lr__table--stacked th:nth-child(5) { width: 14%; }
.yks-lr__table--stacked th:nth-child(6) { width: 10%; }
.yks-lr__table--stacked th:nth-child(7) { width: 10%; }

.yks-lr__table--stacked td:nth-child(3) {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.yks-lr__mobile-compare {
	display: none !important;
}

/* —— City directory —— */
.yks-lr__cities {
	margin-top: 0.5rem;
}

.yks-lr__city-search {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem 1rem;
	align-items: end;
	margin: 0 0 1.15rem;
	max-width: 640px;
}

.yks-lr__city-search .yks-lr__filter {
	grid-column: 1;
}

.yks-lr__city-search .yks-lr__filter-meta {
	grid-column: 2;
	padding-bottom: 0.7rem;
	align-self: end;
}

.yks-lr__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 12px;
	margin: 0 0 1.25rem;
	padding: 0;
}

.yks-lr__city {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-top: 3px solid var(--navy);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(18, 44, 84, 0.05);
	text-decoration: none !important;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.yks-lr__city:hover {
	border-color: #d8deea;
	border-top-color: var(--red);
	box-shadow: 0 10px 26px rgba(18, 44, 84, 0.1);
	transform: translateY(-1px);
	text-decoration: none !important;
}

.yks-lr__city:hover .yks-lr__city-name {
	color: var(--red);
}

.yks-lr__city-name {
	font-family: "YKS Manrope", Manrope, system-ui, sans-serif;
	font-weight: 800;
	font-size: 0.95rem;
	line-height: 1.35;
	color: var(--navy);
}

.yks-lr__city-meta {
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--muted);
}

.yks-lr__city.is-hidden {
	display: none;
}

.yks-lr__city-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 2px);
	z-index: 30;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--white);
	box-shadow: 0 12px 32px rgba(18, 44, 84, 0.12);
	max-height: 280px;
	overflow: auto;
}

.yks-lr__city-suggest[hidden] {
	display: none !important;
}

.yks-lr__city-suggest li.is-active button,
.yks-lr__city-suggest button:hover,
.yks-lr__city-suggest button:focus {
	background: var(--soft);
}

.yks-lr__city-suggest button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.65rem 0.85rem;
	border: 0;
	background: transparent;
	color: var(--ink);
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.yks-lr__city-empty {
	margin-top: 1rem;
}

.yks-lr__empty {
	margin: 0.75rem 0 0;
	padding: 1rem 1.1rem;
	background: var(--soft);
	border-radius: 12px;
	border-left: 4px solid var(--navy);
	color: var(--muted);
}

/* —— Internal links (atlas box) —— */
.yks-lr__internal-links {
	margin: 2.2rem 0 1.5rem;
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(18, 44, 84, 0.07);
}

.yks-lr__internal-links h2 {
	margin: 0 0 0.65rem;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 800;
	border: 0;
	padding: 0;
}

.yks-lr__internal-links-lead {
	margin: 0 0 1rem;
	color: var(--muted);
}

.yks-lr__internal-links-list {
	margin: 0 0 1.15rem;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem;
}

@media (min-width: 700px) {
	.yks-lr__internal-links-list {
		grid-template-columns: 1fr 1fr;
	}
}

.yks-lr__internal-links-list li {
	margin: 0;
	padding: 0.7rem 0.9rem;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--bg);
}

.yks-lr__internal-links-list a {
	font-weight: 800;
	text-decoration: none;
	color: var(--navy);
}

.yks-lr__internal-links-list a:hover {
	color: var(--red);
}

.yks-lr__internal-links-tag {
	display: inline-block;
	margin-left: 0.35rem;
	color: var(--muted);
	font-size: 0.82rem;
	font-weight: 600;
}

.yks-lr__internal-links-hubs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.yks-lr__internal-links-hubs a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 6px 12px;
	border-radius: 9px;
	border: 1px solid #d8deea;
	background: #eef3fa;
	color: var(--deep);
	font-weight: 800;
	text-decoration: none;
	font-size: 0.88rem;
}

.yks-lr__internal-links-hubs a:hover {
	border-color: var(--navy);
	background: #fff;
	color: var(--red);
}

/* —— Sources —— */
.yks-lr__source-note {
	margin: 1.5rem 0 0;
	padding: clamp(18px, 3vw, 26px);
	border: 1px solid var(--line);
	border-left: 5px solid var(--red);
	border-radius: 18px;
	background: #fffafa;
	box-shadow: 0 8px 28px rgba(18, 44, 84, 0.05);
}

.yks-lr__sources h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 800;
}

.yks-lr__sources ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.yks-lr__sources li {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--line);
}

.yks-lr__sources li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.yks-lr__sources a {
	font-weight: 800;
	color: var(--navy);
	text-decoration: none;
}

.yks-lr__sources a:hover {
	color: var(--red);
}

.yks-lr__sources span {
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--muted);
}

/* —— Soft page canvas —— */
body.yks-lr-page {
	background:
		radial-gradient(1000px 420px at 50% -12%, rgba(198, 45, 39, 0.06), transparent 55%),
		radial-gradient(800px 380px at 100% 0%, rgba(18, 44, 84, 0.06), transparent 50%),
		#f7f8fb;
}

body.yks-lr-page #main {
	background: transparent;
}

/* —— Responsive —— */
@media (max-width: 1023px) {
	.yks-lr__stats {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.yks-lr__table-helper {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.yks-lr__year-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.yks-lr__table-scroll--stacked {
		border: 0;
		box-shadow: none;
		background: transparent;
		overflow: visible;
		margin: 0 0 1.25rem;
	}

	.yks-lr__table--stacked {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.yks-lr__table--stacked > thead,
	.yks-lr__table--stacked > caption {
		position: absolute !important;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.yks-lr__table--stacked > tbody {
		display: grid;
		gap: 14px;
		width: 100%;
	}

	.yks-lr__table--stacked > tbody > tr {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		border: 1px solid #d8deea;
		border-top: 4px solid var(--navy);
		border-radius: 16px;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 8px 22px rgba(18, 44, 84, 0.08);
	}

	.yks-lr__table--stacked > tbody > tr.is-hidden {
		display: none;
	}

	.yks-lr__table--stacked > tbody > tr > td {
		display: block !important;
		grid-column: 1 / -1;
		border: 0 !important;
		border-bottom: 1px solid #edf0f5 !important;
		padding: 12px 14px !important;
		text-align: left !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
		background: #fff;
	}

	.yks-lr__table--stacked > tbody > tr > td:nth-child(1) {
		padding-bottom: 8px !important;
	}

	.yks-lr__table--stacked > tbody > tr > td:nth-child(2) {
		padding-top: 4px !important;
		border-bottom: 0 !important;
	}

	.yks-lr__table--stacked > tbody > tr > td:nth-child(1) strong {
		display: block;
		font-size: 15px !important;
		color: var(--deep);
	}

	.yks-lr__table--stacked > tbody > tr > td:nth-child(3),
	.yks-lr__table--stacked > tbody > tr > td.yks-lr__stack-cell,
	.yks-lr__table--stacked > tbody > tr > td.yks-lr__num {
		display: none !important;
	}

	.yks-lr__table--stacked > tbody > tr > td.yks-lr__mobile-compare {
		display: block !important;
		border-bottom: 0 !important;
		padding: 10px 12px 14px !important;
		background: #f7f9fc;
	}

	.yks-lr__table--stacked > tbody > tr > td:nth-child(1)::before,
	.yks-lr__table--stacked > tbody > tr > td:nth-child(2)::before {
		content: attr(data-label);
		display: block;
		color: var(--muted);
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		margin-bottom: 4px;
	}

	.yks-lr__table--stacked > tbody > tr > td.yks-lr__mobile-compare::before {
		display: none;
		content: none;
	}

	.yks-lr__mini-years-wrap {
		display: block;
		width: 100%;
	}

	.yks-lr__mini-years-meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		margin: 0 0 8px;
	}

	.yks-lr__mini-years-meta span {
		color: var(--muted);
		font-size: 11px;
		font-weight: 700;
	}

	.yks-lr__mini-years-pt {
		display: inline-flex !important;
		align-items: center;
		min-height: 26px;
		padding: 3px 10px;
		border-radius: 999px;
		background: var(--navy);
		color: #fff !important;
		font-size: 11px !important;
		font-weight: 800;
		max-width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	table.yks-lr__mini-years {
		display: table !important;
		width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		border-collapse: collapse !important;
		table-layout: fixed !important;
		font-size: 13px !important;
		background: #fff;
		border: 1px solid #e1e5ed;
		border-radius: 12px;
		overflow: hidden;
	}

	.yks-lr__mini-years thead {
		display: table-header-group !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
		clip: auto !important;
	}

	.yks-lr__mini-years tbody {
		display: table-row-group !important;
	}

	.yks-lr__mini-years tr {
		display: table-row !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
		grid-template-columns: none !important;
	}

	.yks-lr__mini-years th,
	.yks-lr__mini-years td {
		display: table-cell !important;
		grid-column: auto !important;
		padding: 8px 4px !important;
		border: 0 !important;
		border-bottom: 1px solid #edf0f5 !important;
		border-right: 1px solid #edf0f5 !important;
		background: transparent !important;
		text-align: center;
		font-size: 12px !important;
		font-weight: 700;
		font-variant-numeric: tabular-nums;
		vertical-align: middle;
		white-space: nowrap;
	}

	.yks-lr__mini-years th:last-child,
	.yks-lr__mini-years td:last-child {
		border-right: 0 !important;
	}

	.yks-lr__mini-years thead th {
		background: #eef3fa !important;
		color: var(--deep) !important;
		font-size: 9.5px !important;
		font-weight: 800 !important;
		border-bottom: 1px solid #d8deea !important;
	}

	.yks-lr__mini-years thead th:first-child,
	.yks-lr__mini-years tbody th {
		text-align: left;
		padding-left: 8px !important;
		color: var(--navy) !important;
	}

	.yks-lr__mini-years tbody tr:nth-child(even) th,
	.yks-lr__mini-years tbody tr:nth-child(even) td {
		background: #fafbfd !important;
	}

	.yks-lr__mini-years tbody tr:last-child th,
	.yks-lr__mini-years tbody tr:last-child td {
		border-bottom: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.yks-lr__table--stacked > tbody {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
}

@media (min-width: 1024px) {
	.yks-lr__mobile-compare {
		display: none !important;
	}
}

@media (max-width: 720px) {
	.yks-lr {
		padding-bottom: 2.75rem;
	}

	.yks-lr__wrap {
		padding: 0 16px;
	}

	.yks-lr__guide-hero {
		border-radius: 16px;
		padding: 22px 16px;
	}

	.yks-lr__intro-card h1 {
		font-size: clamp(1.35rem, 5.5vw, 1.75rem);
	}

	.yks-lr__city-search {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.yks-lr__city-search .yks-lr__filter-meta {
		grid-column: 1;
		padding-bottom: 0;
	}

	.yks-lr__filters {
		grid-template-columns: 1fr;
	}

	.yks-lr__filter-meta {
		padding-bottom: 0;
	}

	.yks-lr__grid {
		grid-template-columns: 1fr;
	}

	.yks-lr__stats {
		grid-template-columns: 1fr 1fr;
	}

	.yks-lr__stats article {
		padding: 14px 16px;
	}

	.yks-lr__stats strong {
		font-size: 17px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.yks-lr * {
		transition: none !important;
	}
}
