.btn_admin_panel {
	background: #ff7700;
	border-color: #ff7700;
	margin-right: 12px;
}

#navigation #main-menu ul li.user-account-menu-item {
	white-space: nowrap;
}

#navigation #main-menu ul li.user-account-menu-item > a.user-account-menu-trigger {
	white-space: nowrap;
}

/* Logo + nav + auth on one horizontal bar */
#navigation .site-navigation__bar {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	justify-content: flex-start;
	min-height: 60px;
}

#navigation .site-navigation__logo {
	flex: 0 0 auto;
	margin: 0;
	position: relative;
	z-index: 2;
}

#navigation .site-navigation__menu {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	flex: none;
	width: max-content;
	max-width: calc(100% - 22rem);
	min-width: 0;
	z-index: 1;
}

#navigation .site-navigation__auth {
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	margin-left: auto;
	position: relative;
	z-index: 2;
	white-space: nowrap;
}

#navigation #main-menu > ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

#navigation #main-menu > ul > li {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 0 8px;
	line-height: 1.2;
	white-space: nowrap;
}

#navigation #main-menu > ul > li > a {
	white-space: nowrap;
}

#navigation #main-menu ul li.nav-shop-item {
	padding: 0 6px;
}

#navigation #main-menu ul li.nav-shop-item > a.nav-shop-btn {
	background: #ff7700;
	border: 1px solid #ff7700;
	color: #fff;
	padding: 8px 18px;
	border-radius: 2px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

#navigation #main-menu ul li.nav-shop-item > a.nav-shop-btn:hover,
#navigation #main-menu ul li.nav-shop-item > a.nav-shop-btn:focus {
	background: #e66a00;
	border-color: #e66a00;
	color: #fff;
}

.sm_menu_outer .mobile_menu li.nav-shop-item > a.nav-shop-btn {
	display: inline-block;
	background: #ff7700;
	border: 1px solid #ff7700;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 2px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 8px 0;
}

.sm_menu_outer .mobile_menu li.nav-shop-item > a.nav-shop-btn:hover,
.sm_menu_outer .mobile_menu li.nav-shop-item > a.nav-shop-btn:focus {
	background: #e66a00;
	border-color: #e66a00;
	color: #fff !important;
}

#navigation .mobile_menu {
	flex: 0 0 auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 1199px) {
	#navigation #main-menu > ul > li {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 991px) {
	#navigation .site-navigation__menu {
		display: none !important;
	}
}

.sknowed-units-toggle-item {
	display: flex;
	align-items: center;
	list-style: none;
}

#navigation #main-menu ul li.sknowed-units-toggle-item {
	padding: 0 6px;
}

#navigation #main-menu ul li.sknowed-units-toggle-item > a {
	display: none;
}

.sknowed-units-toggle {
	display: inline-flex;
	align-items: stretch;
	padding: 2px;
	border: 1px solid #dde1ea;
	border-radius: 999px;
	background: #f1f3f8;
	box-shadow: inset 0 1px 2px rgba(11, 16, 74, 0.04);
}

.sknowed-units-toggle__btn {
	appearance: none;
	border: 0;
	margin: 0;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: transparent;
	color: #5c6380;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	white-space: nowrap;
	transition: color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.sknowed-units-toggle__btn:hover,
.sknowed-units-toggle__btn:focus-visible {
	color: #525fe1;
}

.sknowed-units-toggle__btn:focus-visible {
	outline: 2px solid #525fe1;
	outline-offset: 2px;
}

.sknowed-units-toggle__btn.is-active {
	background: #fff;
	color: #0b104a;
	box-shadow: 0 1px 3px rgba(11, 16, 74, 0.12);
	cursor: default;
}

.mobile_menu .sknowed-units-toggle-item {
	padding: 10px 15px;
}

.mobile_menu .sknowed-units-toggle {
	width: 100%;
}

.mobile_menu .sknowed-units-toggle__btn {
	flex: 1 1 50%;
	text-align: center;
	padding: 0.55rem 0.75rem;
}

/* Hero ski resort image */
#navigation {
	position: relative;
	z-index: 1000;
	background: #fff;
}

.home_bg {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: none;
}

.home_bg > .container {
	position: relative;
	height: 100%;
	z-index: 2;
}

.home_bg .row {
	height: 100%;
}

.home_bg .row > .col-lg-6:first-child {
	position: relative;
	z-index: 2;
}

.home_bg .hero-image-fullbleed {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	overflow: hidden;
	z-index: 0;
}

.home_bg .hero-image-fullbleed::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.94) 0%,
		rgba(255, 255, 255, 0.82) 30%,
		rgba(255, 255, 255, 0.35) 50%,
		rgba(255, 255, 255, 0) 62%
	);
	pointer-events: none;
}

.home_bg .hero-ski-resort-img {
	display: block !important;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center center;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.home_bg {
		height: 560px;
	}

	.home_bg > .container {
		height: 100%;
	}

	.home_bg .row {
		height: 100%;
	}

	.home_bg .hero-image-fullbleed {
		position: absolute;
		inset: 0;
		height: 100%;
	}

	.home_bg .hero-image-fullbleed::after {
		background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0.96) 0%,
			rgba(255, 255, 255, 0.88) 28%,
			rgba(255, 255, 255, 0.45) 48%,
			rgba(255, 255, 255, 0) 72%
		);
	}

	.home_bg .hero-text h1 {
		padding-top: 40px;
		font-size: 42px;
		line-height: 1.15;
	}
}

@media only screen and (max-width: 480px) {
	.home_bg {
		height: 520px;
	}

	.home_bg .hero-text h1 {
		padding-top: 32px;
		font-size: 34px;
		line-height: 1.2;
	}
}

.home_sb__search {
	position: relative;
}

.home_sb__search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px !important;
	min-width: 60px;
	padding: 0 !important;
}

.home_sb__search-btn .fa {
	font-size: 1.25rem;
	line-height: 1;
}

.home_sb .home_si {
	padding-right: 72px;
}

.home_sb__suggestions {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 20;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	max-height: 320px;
	overflow-y: auto;
}

.home_sb__suggestion {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.65rem 1rem;
	cursor: pointer;
	color: #212529;
}

.home_sb__suggestion:hover,
.home_sb__suggestion.is-active {
	background: #f0f2ff;
}

.home_sb__suggestion-title {
	font-weight: 600;
	line-height: 1.3;
}

.home_sb__suggestion-meta {
	font-size: 0.85rem;
	color: #6c757d;
	line-height: 1.3;
}

.home_sb__suggestion--empty {
	cursor: default;
	color: #6c757d;
}

.home_sb__suggestion--empty:hover {
	background: transparent;
}

.home_sb__suggestion--country .home_sb__suggestion-title {
	color: #525fe1;
}

.count_area.counter_feature {
	position: relative;
	z-index: 2;
}

.home-counter-gondola-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #8a6d98 !important;
}

.home-counter-gondola-icon img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.home-counter-piste-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	overflow: hidden;
	font-size: 0;
	background: #eafeff !important;
}

.sknowed-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	border-radius: 50%;
	line-height: 1;
	font-size: 20px;
	flex-shrink: 0;
}

.single-counter > .sknowed-stat-icon {
	float: left;
	margin-right: 15px;
}

.about-sknowed__stat > .sknowed-stat-icon {
	display: flex;
	margin: 0 auto 0.75rem;
}

.single-counter .home-counter-piste-line,
.about-sknowed__stat .home-counter-piste-line {
	display: block;
	float: none;
	width: 22px;
	height: 4px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	line-height: normal;
	border: 1px solid #fff;
	border-radius: 1px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.home-counter-piste-line--green {
	background: #22c55e;
}

.home-counter-piste-line--red {
	background: #ef4444;
}

.home-counter-piste-line--blue {
	background: #2563eb;
}

.btn_admin_panel:hover,
.btn_admin_panel:focus {
	background: #e66a00;
	border-color: #e66a00;
	color: #fff;
}

#navigation #main-menu ul li ul.ski-resort-country-menu {
	width: auto;
	min-width: 300px;
	left: -40px;
}

#navigation #main-menu ul li ul.ski-resort-country-menu li a.ski-resort-country-link,
.sm_menu_outer .mobile_menu ul.ski-resort-country-menu li a.ski-resort-country-link {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	text-transform: none;
	white-space: nowrap;
}

.ski-resort-country-link .ski-resort-country-flag {
	flex: 0 0 auto;
	margin-right: 0.25em;
}

.ski-resort-country-link .ski-resort-country-name,
.ski-resort-country-link .ski-resort-country-count {
	white-space: nowrap;
}

.ski-resort-country-link .ski-resort-country-name {
	flex: 0 1 auto;
}

.ski-resort-country-link .ski-resort-country-count {
	flex: 0 0 auto;
	margin-left: auto;
	padding-left: 12px;
	font-weight: 700;
}

.ski-maps-promo__content p {
	margin-bottom: 0;
	line-height: 1.7;
}

.ski-maps-promo__countries {
	margin-top: 28px;
}

.ski-maps-promo__country-btn {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.ski-maps-promo__country-btn:hover,
.ski-maps-promo__country-btn:focus {
	background-color: #d9ecff !important;
	color: inherit;
}

.ski-maps-promo__image img {
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(11, 16, 74, 0.12);
}

.ski-forecast-update-note {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #4b5563;
}

.sknowed-features-list {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.sknowed-features-list li {
	color: #0b104a;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}

.sknowed-features-list li span {
	color: #525fe1;
	margin-right: 10px;
}

.ab_content .sknowed-features-list {
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.ski-maps-promo__content,
	.ski-maps-promo .ab_content {
		margin-bottom: 40px;
	}
}

.section-top {
	background: none;
	background-image: none;
}

.section-top--compact {
	padding-top: 28px;
	padding-bottom: 16px;
}

.section-top--compact .section-top-title h1 {
	font-size: 36px;
}

.ski-resorts-country.section-padding {
	padding-top: 24px;
	padding-bottom: 64px;
}

.blog-page.section-padding,
#blog.blog_area.section-padding {
	padding-top: 24px;
	padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
	.section-top--compact {
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.section-top--compact .section-top-title h1 {
		font-size: 28px;
	}

	.ski-resorts-country.section-padding {
		padding-top: 16px;
	}

	.blog-page.section-padding,
	#blog.blog_area.section-padding {
		padding-top: 16px;
	}
}

.ski-resorts-country {
	background: none;
	background-image: none;
}

.ski-resorts-country .section-title {
	display: flex;
	justify-content: center;
}

.ski-resorts-country__intro {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #0b104a;
}

.ski-resorts-country__flag {
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(11, 16, 74, 0.12);
}

.ski-resorts-country__map-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(11, 16, 74, 0.12);
	border: 1px solid #e4e8f2;
	background: #f3f5fa;
}

.ski-resorts-country__map {
	width: 100%;
	height: 420px;
	min-height: 320px;
}

.ski-resorts-country__map-status-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
}

.ski-resorts-country__map-status-toggle {
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 14px;
	margin-bottom: -1px;
	padding: 0;
	border: 0;
	border-radius: 6px 6px 0 0;
	background: rgba(108, 116, 136, 0.42);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, 0.92);
	cursor: pointer;
	line-height: 1;
}

.ski-resorts-country__map-status-toggle:hover,
.ski-resorts-country__map-status-toggle:focus {
	background: rgba(108, 116, 136, 0.58);
	outline: none;
}

.ski-resorts-country__map-status-toggle:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.75);
	outline-offset: 1px;
}

.ski-resorts-country__map-status-toggle-icon {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 9px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.ski-resorts-country__map-status-toggle-icon::before {
	content: "\f078";
}

.ski-resorts-country__map-status-wrap.is-collapsed .ski-resorts-country__map-status-toggle-icon::before,
.ski-resorts-map-fs-panel.is-collapsed .ski-resorts-country__map-status-toggle-icon::before {
	content: "\f077";
}

.ski-resorts-country__map-status {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 22px;
	padding: 0 10px 0 8px;
	padding-right: 108px;
	background: rgba(108, 116, 136, 0.42);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	color: rgba(255, 255, 255, 0.95);
	white-space: nowrap;
	overflow: hidden;
	pointer-events: none;
}

.ski-resorts-country__map-status-wrap.is-collapsed .ski-resorts-country__map-status {
	display: none;
}

.ski-resorts-country__map-status-item {
	flex: 0 0 auto;
}

.ski-resorts-country__map-status-label {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.72);
}

.ski-resorts-country__map-status-title {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
}

.ski-resorts-country__map-set-view {
	flex: 0 0 auto;
	align-self: stretch;
	white-space: nowrap;
	font-size: 0.65rem;
	font-weight: 600;
	padding: 0.2rem 0.45rem;
	line-height: 1.2;
	border-radius: 0.25rem;
	box-shadow: 0 2px 10px rgba(11, 16, 74, 0.14);
}

.ski-resorts-country__map-status-sync {
	margin-left: auto;
	padding-left: 8px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
}

.ski-resorts-country__map .maplibregl-popup-content,
.ski-resorts-country__map-popup .maplibregl-popup-content {
	padding: 0;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 400;
	color: #0b104a;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	min-width: 280px;
	max-width: 320px;
}

.ski-resorts-country__map-popup .maplibregl-popup-close-button {
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.92);
	padding: 0;
	right: 4px;
	top: 4px;
	z-index: 2;
}

.ski-resorts-country__map-popup .maplibregl-popup-close-button:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.ski-resorts-country__map-popup .maplibregl-popup-tip {
	border-top-color: rgba(255, 255, 255, 0.38);
}

.ski-resort-popup {
	overflow: visible;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 2px 12px rgba(11, 16, 74, 0.06);
}

.ski-resort-popup__header {
	padding: 7px 26px 6px 9px;
	background: linear-gradient(135deg, rgba(82, 95, 225, 0.38) 0%, rgba(61, 72, 184, 0.38) 100%);
	-webkit-backdrop-filter: blur(18px) saturate(1.15);
	backdrop-filter: blur(18px) saturate(1.15);
	color: #fff;
}

.ski-resort-popup__title {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	overflow-wrap: anywhere;
	word-break: break-word;
	text-shadow: 0 1px 3px rgba(11, 16, 74, 0.45);
}

.ski-resort-popup__subtitle {
	margin: 2px 0 0;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
	overflow-wrap: anywhere;
	word-break: break-word;
	text-shadow: 0 1px 2px rgba(11, 16, 74, 0.4);
}

.ski-resort-popup__body {
	padding: 6px 9px 7px;
	background: rgba(255, 255, 255, 0.38);
	-webkit-backdrop-filter: blur(18px) saturate(1.15);
	backdrop-filter: blur(18px) saturate(1.15);
}

.ski-resort-popup__section + .ski-resort-popup__section {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid rgba(11, 16, 74, 0.05);
}

.ski-resort-popup__section-label {
	margin: 0 0 2px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #0b104a;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.85);
}

.ski-resort-popup__line {
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	color: #0b104a;
	overflow-wrap: anywhere;
	word-break: break-word;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.85);
}

.ski-resort-popup__mix {
	margin-top: 3px;
}

.ski-resort-popup__mix .ski-resorts-country__piste-mix {
	min-width: 0;
}

.ski-resort-popup__mix .ski-resorts-country__piste-mix-bar {
	height: 4px;
}

.ski-resort-popup__mix-labels {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 6px;
	width: 100%;
	margin-top: 3px;
	font-size: 9px;
	line-height: 1.25;
	font-weight: 600;
}

.ski-resort-popup__mix-label {
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	white-space: normal;
	overflow: visible;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.85);
}

.ski-resort-popup__mix-label.is-green {
	color: #2e9b4a;
}

.ski-resort-popup__mix-label.is-red {
	color: #d63b3b;
}

.ski-resort-popup__mix-label.is-black {
	color: #1f2430;
}

.ski-resorts-country__map-actions {
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
}

.ski-resorts-country__map-settings-btn {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	padding: 5px 7px;
	border: 0;
	border-radius: 6px;
	background: #fff;
	color: #0b104a;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(11, 16, 74, 0.14);
}

.ski-resorts-country__map-settings-btn:hover,
.ski-resorts-country__map-settings-btn:focus {
	background: #f8f9fc;
	color: #525fe1;
}

.ski-resorts-country__map-settings-icon {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 11px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.ski-resorts-country__map-settings-icon::before {
	content: "\f013";
}

.ski-resorts-country__map-settings-icon--legend::before {
	content: "\f05a";
}

.ski-resorts-country__map-settings-btn.is-active {
	background: #f0f2ff;
	color: #525fe1;
	box-shadow: 0 0 0 1px rgba(82, 95, 225, 0.35), 0 2px 10px rgba(11, 16, 74, 0.14);
}

.ski-resorts-country__reset-view-control {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.ski-resorts-country__reset-view-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	padding: 0;
	border: 0;
	background: #fff;
	color: #0b104a;
	cursor: pointer;
}

.ski-resorts-country__reset-view-btn:hover,
.ski-resorts-country__reset-view-btn:focus {
	background-color: rgb(0 0 0 / 5%);
}

.ski-resorts-country__reset-view-icon {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.ski-resorts-country__reset-view-icon::before {
	content: "\f0ac";
}

.ski-resorts-country__map-tool-control {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.ski-resorts-country__map-tool-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	padding: 0;
	border: 0;
	background: #fff;
	color: #0b104a;
	cursor: pointer;
}

.ski-resorts-country__map-tool-btn:hover,
.ski-resorts-country__map-tool-btn:focus {
	background-color: rgb(0 0 0 / 5%);
}

.ski-resorts-country__map-tool-btn:disabled {
	opacity: 0.55;
	cursor: wait;
}

.ski-resorts-country__map-tool-icon {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.ski-resorts-country__map-tool-icon--expand::before {
	content: "\f065";
}

.ski-resorts-country__map-tool-icon--compress::before {
	content: "\f066";
}

.ski-resorts-country__map-tool-icon--locate::before {
	content: "\f601";
}

.ski-resorts-map-fs-panel {
	display: none;
}

.ski-resorts-map-fs-panel:not([hidden]) {
	display: block;
}

.ski-resorts-map-fs-panel .ski-resorts-country__table-wrap {
	margin: 0;
}

.ski-resorts-map-fs-panel .dt-container {
	padding: 0 8px;
	margin: 0;
	background: rgba(243, 245, 250, var(--ski-resorts-fs-datatable-opacity, 1));
}

.ski-resorts-map-fs-panel .dt-container div.dt-layout-row {
	margin: 0 !important;
}

.ski-resorts-map-fs-panel .dt-scroll-head,
.ski-resorts-map-fs-panel .dt-scroll-body,
.ski-resorts-map-fs-panel .dt-scroll-foot {
	background: transparent;
}

.ski-resorts-map-fs-panel .table thead th {
	background-color: rgba(243, 245, 250, var(--ski-resorts-fs-datatable-opacity, 1));
}

.ski-resorts-map-fs-panel .table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: rgba(255, 255, 255, var(--ski-resorts-fs-datatable-opacity, 1));
}

.ski-resorts-map-fs-panel .table-striped > tbody > tr:nth-of-type(even) > * {
	background-color: rgba(243, 245, 250, var(--ski-resorts-fs-datatable-opacity, 1));
}

.ski-resorts-map-fs-panel__toggle-host {
	display: none;
	justify-content: center;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.ski-resorts-map-fs-panel__body {
	display: block;
	margin: 0;
	padding: 0;
}

.ski-resorts-map-fs-panel.is-collapsed .ski-resorts-map-fs-panel__body {
	display: none;
}

.ski-resorts-country__map-wrap.is-map-fullscreen .ski-resorts-map-fs-panel:not([hidden]) .ski-resorts-map-fs-panel__toggle-host {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex: 0 0 14px;
	height: 14px;
	min-height: 14px;
	max-height: 14px;
	margin: 0;
	padding: 0;
	line-height: 0;
	position: relative;
	z-index: 2;
}

.ski-resorts-country__map-wrap.is-map-fullscreen .ski-resorts-map-fs-panel:not(.is-collapsed):not([hidden]) .ski-resorts-country__map-status-toggle {
	margin-bottom: 0;
}

.ski-resorts-country__map-wrap.is-map-fullscreen .ski-resorts-map-fs-panel:not(.is-collapsed):not([hidden]) .ski-resorts-map-fs-panel__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
	margin: -2px 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
	background: rgba(243, 245, 250, var(--ski-resorts-fs-datatable-opacity, 1));
}

.ski-resorts-country__map-wrap.is-map-fullscreen .ski-resorts-map-fs-panel:not(.is-collapsed):not([hidden]) .ski-resorts-map-fs-panel__body .dt-container {
	margin-top: 0;
	padding-top: 0;
}

.ski-resorts-map-fs-panel .dt-layout-row:last-child {
	margin-bottom: 0;
}

.ski-resorts-country__map-wrap.is-map-fullscreen .ski-resorts-map-fs-panel.is-collapsed:not([hidden]) {
	bottom: 0;
	max-height: none;
}

.ski-resorts-country__map-wrap:fullscreen,
.ski-resorts-country__map-wrap:-webkit-full-screen {
	display: block;
	position: relative;
	border-radius: 0;
	max-height: none;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.ski-resorts-country__map-wrap:fullscreen .ski-resorts-country__map,
.ski-resorts-country__map-wrap:-webkit-full-screen .ski-resorts-country__map {
	height: 100%;
	width: 100%;
}

.ski-resorts-country__map-wrap:fullscreen .ski-resorts-map-fs-panel:not(.is-collapsed):not([hidden]),
.ski-resorts-country__map-wrap:-webkit-full-screen .ski-resorts-map-fs-panel:not(.is-collapsed):not([hidden]) {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 21px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: stretch;
	max-height: min(48vh, calc(100% - 22px));
	overflow: hidden;
	pointer-events: auto;
}

.ski-resorts-country__map-wrap:fullscreen .ski-resorts-map-fs-panel.is-collapsed:not([hidden]),
.ski-resorts-country__map-wrap:-webkit-full-screen .ski-resorts-map-fs-panel.is-collapsed:not([hidden]) {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: stretch;
	max-height: none;
	overflow: hidden;
	pointer-events: auto;
}

.ski-resorts-country__map-wrap:fullscreen .ski-resorts-country__map-status-wrap,
.ski-resorts-country__map-wrap:-webkit-full-screen .ski-resorts-country__map-status-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.ski-resorts-country__map-drawer-backdrop {
	position: absolute;
	inset: 0;
	z-index: 4;
	background: rgba(11, 16, 74, 0.35);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ski-resorts-country__map-wrap.is-drawer-open .ski-resorts-country__map-drawer-backdrop {
	opacity: 1;
	visibility: visible;
}

.ski-resorts-country__map-drawer {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 280px;
	max-width: 85%;
	height: 100%;
	background: rgba(228, 232, 242, 0.78);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: -8px 0 24px rgba(11, 16, 74, 0.14);
	transform: translateX(100%);
	transition: transform 0.28s ease;
	display: flex;
	flex-direction: column;
}

.ski-resorts-country__map-drawer.is-open {
	transform: translateX(0);
}

.ski-resorts-country__map-drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 16px 12px;
	border-bottom: 1px solid rgba(11, 16, 74, 0.12);
}

.ski-resorts-country__map-drawer-title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #0b104a;
}

.ski-resorts-country__map-drawer-close {
	border: 0;
	background: transparent;
	color: #5c6380;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding: 0 4px;
}

.ski-resorts-country__map-drawer-body {
	padding: 16px;
	flex: 1;
}

.ski-resorts-country__map-control-field {
	margin-bottom: 14px;
}

.ski-resorts-country__map-style-select {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 7px 9px;
	border: 1px solid rgba(11, 16, 74, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.55);
	color: #0b104a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
}

.ski-resorts-country__map-style-select:focus {
	outline: 2px solid #525fe1;
	outline-offset: 2px;
	border-color: #525fe1;
}

.ski-resorts-country__map-control-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ski-resorts-country__map-control-row + .ski-resorts-country__map-control-row {
	margin-top: 12px;
}

.ski-resorts-country__map-control-label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #0b104a;
	margin: 0;
}

.ski-resorts-country__map-control-label-sub {
	font-size: 11px;
	font-weight: 500;
	color: #5c6380;
}

.ski-resorts-country__map-control-help {
	margin: 4px 0 0;
	font-size: 12px;
	color: #5c6380;
	line-height: 1.35;
}

.ski-resorts-country__map-toggle {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
	flex-shrink: 0;
}

.ski-resorts-country__map-toggle-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.ski-resorts-country__map-toggle-track {
	position: absolute;
	inset: 0;
	background: #d8dce8;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.ski-resorts-country__map-toggle-track::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(11, 16, 74, 0.2);
	transition: transform 0.2s ease;
}

.ski-resorts-country__map-toggle-input:checked + .ski-resorts-country__map-toggle-track {
	background: #525fe1;
}

.ski-resorts-country__map-toggle-input:checked + .ski-resorts-country__map-toggle-track::after {
	transform: translateX(20px);
}

.ski-resorts-country__map-toggle-input:focus-visible + .ski-resorts-country__map-toggle-track {
	outline: 2px solid #525fe1;
	outline-offset: 2px;
}

.ski-resorts-country__map-drawer-footer {
	margin: 0;
	padding: 12px 16px 16px;
	font-size: 11px;
	color: #5c6380;
	border-top: 1px solid rgba(11, 16, 74, 0.12);
}

.ski-resorts-country__map-drawer-footer a {
	color: #525fe1;
	font-weight: 600;
}

.ski-resorts-country__map-legend-section + .ski-resorts-country__map-legend-section {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(11, 16, 74, 0.1);
}

.ski-resorts-country__map-legend-heading {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	color: #0b104a;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ski-resorts-country__map-legend-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ski-resorts-country__map-legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.ski-resorts-country__map-legend-swatch {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	border-radius: 2px;
}

.ski-resorts-country__map-legend-swatch.is-line {
	width: 18px;
	height: 3px;
	border-radius: 999px;
}

.ski-resorts-country__map-legend-swatch.is-lift-line {
	position: relative;
	width: 18px;
	height: 8px;
	border-radius: 0;
	background: transparent;
}

.ski-resorts-country__map-legend-swatch.is-lift-line::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1.5px;
	margin-top: -0.75px;
	background: #000;
	box-shadow: 0 0 0 1px #fff;
}

.ski-resorts-country__map-legend-swatch.is-lift-line::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(#000, #000) 2px 1px / 1.5px 6px no-repeat,
		linear-gradient(#000, #000) 8px 1px / 1.5px 6px no-repeat,
		linear-gradient(#000, #000) 14px 1px / 1.5px 6px no-repeat;
	pointer-events: none;
}

.ski-resorts-country__map-legend-swatch.is-circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1.5px solid #fff;
	box-shadow: 0 0 0 1px rgba(11, 16, 74, 0.12);
}

.ski-resorts-country__map-legend-swatch.is-fill {
	border: 1px solid rgba(82, 95, 225, 0.35);
}

.ski-resorts-country__map-legend-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: #1f2430;
}

.ski-resorts-country__map-legend-symbol-glyph {
	display: block;
	box-sizing: border-box;
	background: currentColor;
}

.ski-resorts-country__map-legend-symbol[data-shape="circle"] .ski-resorts-country__map-legend-symbol-glyph {
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

.ski-resorts-country__map-legend-symbol[data-shape="square"] .ski-resorts-country__map-legend-symbol-glyph {
	width: 10px;
	height: 10px;
	border-radius: 1px;
}

.ski-resorts-country__map-legend-symbol[data-shape="diamond"] .ski-resorts-country__map-legend-symbol-glyph {
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	border-radius: 1px;
}

.ski-resorts-country__map-legend-symbol[data-shape="double_diamond"] {
	gap: 2px;
}

.ski-resorts-country__map-legend-symbol[data-shape="double_diamond"] .ski-resorts-country__map-legend-symbol-glyph {
	display: none;
}

.ski-resorts-country__map-legend-symbol[data-shape="double_diamond"]::before,
.ski-resorts-country__map-legend-symbol[data-shape="double_diamond"]::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: currentColor;
	transform: rotate(45deg);
	border-radius: 1px;
}

.ski-resorts-country__map-legend-symbol[data-shape="oval"] .ski-resorts-country__map-legend-symbol-glyph {
	width: 13px;
	height: 8px;
	border-radius: 999px;
}

.ski-resorts-country__map-legend-label {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
	min-width: 0;
	font-size: 13px;
	font-weight: 600;
	color: #0b104a;
	line-height: 1.3;
}

.ski-resorts-country__map-legend-meta {
	font-size: 11px;
	font-weight: 500;
	color: #5c6380;
}

.ski-resorts-country__table thead th {
	color: #0b104a;
	font-weight: 600;
	white-space: nowrap;
}

.ski-resorts-country__table tbody td {
	color: #0b104a;
}

.ski-resorts-country__table thead th.ski-resorts-country__sticky-col,
.ski-resorts-country__table tbody td.ski-resorts-country__sticky-col {
	position: sticky;
	left: 0;
	z-index: 3;
	width: 240px;
	min-width: 180px;
	max-width: 260px;
	overflow: hidden;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(2px);
	box-shadow: 4px 0 8px -4px rgba(11, 16, 74, 0.18);
}

.ski-resorts-country__table thead th.ski-resorts-country__sticky-col {
	z-index: 5;
	background-color: rgba(243, 245, 250, 0.88);
}

.ski-resorts-country__table.table-striped > tbody > tr:nth-of-type(odd) > td.ski-resorts-country__sticky-col {
	background-color: rgba(248, 249, 252, 0.82);
}

.ski-resorts-country__table.table-striped > tbody > tr:nth-of-type(even) > td.ski-resorts-country__sticky-col {
	background-color: rgba(255, 255, 255, 0.82);
}

.ski-resorts-country__table.table-striped > tbody > tr:hover > td.ski-resorts-country__sticky-col {
	background-color: rgba(238, 241, 248, 0.9);
}

.ski-resorts-country .dt-scroll-head .ski-resorts-country__sticky-col {
	z-index: 6;
}

.ski-resorts-country__resort-name-cell {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.ski-resorts-country__resort-actions {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 6px;
	margin-top: 0.35rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.ski-resorts-country__resort-actions .ski-resorts-country__forecast-btn {
	flex: 0 0 auto;
}

.ski-resorts-country__forecast-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	height: 28px;
	padding: 0 8px;
	border: 1px solid #525fe1;
	border-radius: 6px;
	background: #fff;
	color: #525fe1;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.ski-resorts-country__forecast-btn:hover,
.ski-resorts-country__forecast-btn:focus {
	background: #525fe1;
	color: #fff;
	text-decoration: none;
}

.ski-resorts-country__forecast-btn-icon {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.ski-resorts-country__forecast-btn-icon::before {
	content: "\f2dc";
}

.ski-resorts-country__forecast-btn--overview .ski-resorts-country__forecast-btn-icon::before {
	content: "\f15c";
}

.ski-resorts-country__forecast-btn--weather .ski-resorts-country__forecast-btn-icon::before {
	content: "\f6c4";
}

.ski-resorts-country__forecast-btn--forecast .ski-resorts-country__forecast-btn-icon::before {
	content: "\f2dc";
}

.ski-resorts-country__forecast-btn--nearby .ski-resorts-country__forecast-btn-icon::before {
	content: "\f3c5";
}

.ski-resorts-country__forecast-btn--add-overview {
	border-color: #f0ad4e;
	background: #ffc107;
	color: #0b104a;
}

.ski-resorts-country__forecast-btn--add-overview:hover,
.ski-resorts-country__forecast-btn--add-overview:focus {
	border-color: #ec9c1d;
	background: #ec9c1d;
	color: #0b104a;
}

.ski-resorts-country__forecast-btn--add-overview .ski-resorts-country__forecast-btn-icon::before {
	content: "\f067";
}

.ski-resorts-country__forecast-btn-label {
	line-height: 1;
}

.ski-resorts-country__fly-wrap {
	margin-top: 0;
	display: inline-flex;
	flex-shrink: 0;
}

.ski-resorts-country__fly-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid #525fe1;
	border-radius: 6px;
	background: #fff;
	color: #525fe1;
	cursor: pointer;
	line-height: 1;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.ski-resorts-country__fly-btn:hover,
.ski-resorts-country__fly-btn:focus {
	background: #525fe1;
	color: #fff;
}

.ski-resorts-country__fly-btn-icon {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.ski-resorts-country__fly-btn-icon::before {
	content: "\f533";
}

.ski-resorts-country__table-wrap {
	overflow: hidden;
}

.ski-resorts-country .dt-scroll-body {
	overflow-y: auto !important;
}

.ski-resorts-country__hscroll {
	overflow-x: auto;
	overflow-y: hidden;
	flex-shrink: 0;
	background: #fff;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.28) transparent;
}

.ski-resorts-country__hscroll::-webkit-scrollbar {
	height: 10px;
}

.ski-resorts-country__hscroll::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.28);
	border-radius: 999px;
}

.ski-resorts-country__hscroll--top {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ski-resorts-country__hscroll-inner {
	height: 1px;
}

.ski-resorts-country__hscroll--hidden {
	display: none;
}

.ski-resorts-map-fs-panel .ski-resorts-country__hscroll {
	background: transparent;
}

.ski-resorts-country__forecast-cell {
	min-width: 560px;
	padding: 8px 4px !important;
	vertical-align: middle;
}

.ski-resorts-country .dt-container {
	color: #0b104a;
}

.ski-resorts-country .dt-length label,
.ski-resorts-country .dt-search label {
	font-weight: 600;
	margin-right: 8px;
}

.ski-resorts-country .dt-layout-top-start {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 20px;
	flex: 1 1 auto;
}

.ski-resorts-country__main-row {
	align-items: flex-start;
}

.ski-resorts-country__top-snow {
	position: sticky;
	top: 1rem;
	padding: 14px 12px 12px;
	border: 1px solid #e8ebf3;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(11, 16, 74, 0.05);
}

.ski-resorts-country__top-snow-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.ski-resorts-country__top-snow-heading {
	min-width: 0;
}

.ski-resorts-country__top-snow-title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 800;
	color: #0b104a;
	line-height: 1.2;
}

.ski-resorts-country__top-snow-subtitle {
	margin: 3px 0 0;
	font-size: 0.75rem;
	color: #7a8299;
	line-height: 1.2;
}

.ski-resorts-country__top-snow-header-meta {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	flex: 0 0 auto;
}

.ski-resorts-country__top-snow-legend {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
	font-size: 0.625rem;
	font-weight: 600;
	color: #7a8299;
	line-height: 1.2;
	white-space: nowrap;
}

.ski-resorts-country__top-snow-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.ski-resorts-country__top-snow-legend-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex: 0 0 auto;
}

.ski-resorts-country__top-snow-legend-dot--snow {
	background: #f59e0b;
}

.ski-resorts-country__top-snow-legend-dot--none {
	background: #8b5cf6;
}

.ski-resorts-country__top-snow-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #dbeafe;
	color: #3b82f6;
	flex: 0 0 auto;
}

.ski-resorts-country__top-snow-empty {
	font-size: 0.8125rem;
}

.ski-resorts-country__top-snow-cols {
	display: grid;
	grid-template-columns: 1.5rem minmax(0, 1fr) minmax(7.5rem, 1.15fr) 3.4rem;
	gap: 8px;
	margin-bottom: 6px;
	padding: 0 10px;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #9aa3b8;
	line-height: 1.2;
}

.ski-resorts-country__top-snow-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ski-resorts-country__top-snow-item {
	display: grid;
	grid-template-columns: 1.5rem minmax(0, 1fr) minmax(7.5rem, 1.15fr) 3.4rem;
	gap: 8px;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid #e8ebf3;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(11, 16, 74, 0.03);
}

.ski-resorts-country__top-snow-rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: #8b93a7;
	line-height: 1;
}

.ski-resorts-country__top-snow-rank.is-first {
	border-radius: 50%;
	background: #3b82f6;
	color: #fff;
}

.ski-resorts-country__top-snow-body {
	min-width: 0;
}

.ski-resorts-country__top-snow-name-row {
	display: flex;
	align-items: stretch;
	gap: 7px;
	min-width: 0;
}

.ski-resorts-country__top-snow-logo {
	flex: 0 0 auto;
	align-self: center;
	width: 1.35rem;
	height: 1.35rem;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #e8ebf3;
	background: #fff;
	box-shadow: 0 1px 4px rgba(11, 16, 74, 0.12), 0 1px 2px rgba(11, 16, 74, 0.06);
}

.ski-resorts-country__top-snow-logo-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ski-resorts-country__top-snow-name-text {
	min-width: 0;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ski-resorts-country__top-snow-name,
.ski-resorts-country__top-snow-name-link,
.ski-resorts-country__top-snow-name-btn {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	text-align: left;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.25;
	color: #0b104a;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ski-resorts-country__top-snow-name-link:hover,
.ski-resorts-country__top-snow-name-btn:hover {
	color: #525fe1;
	text-decoration: underline;
}

.ski-resorts-country__top-snow-name-btn {
	cursor: pointer;
}

.ski-resorts-country__top-snow-elevation {
	display: block;
	margin-top: 1px;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.15;
	color: #3b82f6;
}

.ski-resorts-country__top-snow-updated {
	display: block;
	margin-top: 1px;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.15;
	color: #9aa3b8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ski-resorts-country__top-snow-days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 2px;
	min-width: 0;
	align-items: end;
}

.ski-resorts-country__top-snow-day {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	gap: 1px;
}

.ski-resorts-country__top-snow-day-amount {
	font-size: 0.5625rem;
	font-weight: 700;
	line-height: 1;
	color: #0b104a;
	font-variant-numeric: tabular-nums;
}

.ski-resorts-country__top-snow-day-track {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 28px;
}

.ski-resorts-country__top-snow-day-bar {
	display: block;
	width: 70%;
	max-width: 10px;
	min-height: 4px;
	border-radius: 2px 2px 0 0;
	background: #f59e0b;
}

.ski-resorts-country__top-snow-day-zero {
	display: block;
	width: 70%;
	max-width: 10px;
	height: 3px;
	border-radius: 999px;
	background: #8b5cf6;
	margin-bottom: 1px;
}

.ski-resorts-country__top-snow-day-letter {
	font-size: 0.5625rem;
	font-weight: 600;
	line-height: 1.1;
	color: #9aa3b8;
	text-transform: uppercase;
}

.ski-resorts-country__top-snow-day-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1px;
	min-width: 0;
}

.ski-resorts-country__top-snow-day-date {
	font-size: 0.5rem;
	font-weight: 600;
	line-height: 1;
	color: #b0b8c9;
	white-space: nowrap;
}

.ski-resorts-country__top-snow-total {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 2px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1;
}

.ski-resorts-country__top-snow-total-value {
	font-size: 1.125rem;
	font-weight: 800;
	color: #2563eb;
	font-variant-numeric: tabular-nums;
}

.ski-resorts-country__top-snow-total-unit {
	font-size: 0.6875rem;
	font-weight: 700;
	color: #3b82f6;
}

a.ski-resorts-country__top-snow-total:hover .ski-resorts-country__top-snow-total-value,
a.ski-resorts-country__top-snow-total:hover .ski-resorts-country__top-snow-total-unit {
	color: #525fe1;
}

@media (max-width: 991.98px) {
	.ski-resorts-country__top-snow {
		position: static;
	}
}

.ski-resorts-country__class-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
	margin: 0 0 1rem;
	padding: 10px 14px;
	border: 1px solid #d8dce8;
	border-radius: 8px;
	background: #f8f9fc;
}

.ski-resorts-country__class-filter-label {
	font-weight: 600;
	font-size: 14px;
	color: #0b104a;
	white-space: nowrap;
}

.ski-resorts-country__class-filter-options {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
}

.ski-resorts-country__class-filter-option {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #2b3150;
	cursor: pointer;
	user-select: none;
}

.ski-resorts-country__class-filter-option .form-check-input {
	margin: 0;
	float: none;
	cursor: pointer;
}

.ski-resorts-country__favorites-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 0 auto;
	padding: 4px 10px;
	border: 1px solid #d8dce8;
	border-radius: 999px;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	color: #2b3150;
	cursor: pointer;
	user-select: none;
}

.ski-resorts-country__favorites-toggle:has(input:disabled) {
	opacity: 0.65;
	cursor: not-allowed;
}

.ski-resorts-country__favorites-toggle .form-check-input {
	margin: 0;
	float: none;
	cursor: pointer;
}

.ski-resorts-country__favorites-toggle:has(input:checked) {
	border-color: #f5a524;
	background: #fff8eb;
	color: #0b104a;
}

.ski-resorts-country__favorites-toggle-icon {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 13px;
	line-height: 1;
	color: #c5cad8;
}

.ski-resorts-country__favorites-toggle-icon::before {
	content: "\f005";
}

.ski-resorts-country__favorites-toggle:has(input:checked) .ski-resorts-country__favorites-toggle-icon {
	color: #f5a524;
}

.ski-resorts-country__resort-name-row {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	min-width: 0;
}

.ski-resorts-country__resort-name-row > strong,
.ski-resorts-country__resort-name-link > strong {
	min-width: 0;
	line-height: 1.3;
}

.ski-resorts-country__resort-name-link {
	color: inherit;
	text-decoration: none;
}

.ski-resorts-country__resort-name-link:hover,
.ski-resorts-country__resort-name-link:focus-visible {
	color: #525fe1;
	text-decoration: underline;
}

.ski-resorts-country__favorite-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-top: 1px;
	padding: 0;
	border: 1px solid #d8dce8;
	border-radius: 50%;
	background: #fff;
	color: #c5cad8;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ski-resorts-country__favorite-btn:hover,
.ski-resorts-country__favorite-btn:focus {
	border-color: #f5a524;
	color: #f5a524;
	background: #fff8eb;
}

.ski-resorts-country__favorite-btn.is-favorite {
	border-color: #f5a524;
	background: #fff3d6;
	color: #f5a524;
}

.ski-resorts-country__favorite-btn:disabled {
	opacity: 0.6;
	cursor: wait;
}

.ski-resorts-country__favorite-btn-icon {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
}

.ski-resorts-country__favorite-btn-icon::before {
	content: "\f005";
}

@media (max-width: 767.98px) {
	.ski-resorts-country__favorites-toggle {
		margin-left: 0;
	}
}

.ski-resorts-country__table-sync {
	margin-left: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 16px;
}

.ski-resorts-country__table-sync-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-weight: 600;
	color: #0b104a;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}

.ski-resorts-country__table-sync-status {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #5c6380;
	white-space: nowrap;
}

.ski-resorts-country .dt-input {
	border: 1px solid #d8dce8;
	border-radius: 4px;
	padding: 6px 10px;
}

.ski-resorts-country .dt-info {
	font-size: 14px;
	color: #5c6380;
}

.ski-resorts-country .dt-paging .dt-paging-button {
	border-radius: 4px;
}

/* Snow forecast: amount → day letter (M T W T F S S) → date */
.sknowed-snow-widget {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 100px minmax(0, 1fr);
	align-items: stretch;
	min-width: 540px;
	font-size: 10px;
	line-height: 1.15;
	color: #4a4f63;
}

.sknowed-snow-widget__prev,
.sknowed-snow-widget__next {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #eceef3;
	border-radius: 6px;
	padding: 6px 2px 5px;
	overflow: hidden;
	min-height: 108px;
}

.sknowed-snow-widget__buckets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2px;
	margin-bottom: 4px;
}

.sknowed-snow-widget__bucket-label {
	font-size: 8px;
	font-weight: 600;
	color: #6b7084;
	white-space: nowrap;
}

.sknowed-snow-widget__bucket-value {
	font-size: 10px;
	font-weight: 700;
	color: #2f3448;
}

.sknowed-snow-widget__days {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(15, minmax(0, 1fr));
	gap: 0;
	margin-top: auto;
}

.sknowed-snow-widget__days--future {
	column-gap: 0;
}

.sknowed-snow-widget__days--past .sknowed-snow-widget__day,
.sknowed-snow-widget__days--future .sknowed-snow-widget__day {
	min-height: auto;
	justify-content: flex-start;
	gap: 0;
}

.sknowed-snow-widget__days--past .sknowed-snow-widget__bar-track,
.sknowed-snow-widget__days--future .sknowed-snow-widget__bar-track {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.sknowed-snow-widget__days--future .sknowed-snow-widget__bar-track {
	height: 20px;
}

.sknowed-snow-widget__days--past .sknowed-snow-widget__amount,
.sknowed-snow-widget__days--future .sknowed-snow-widget__amount {
	min-height: 8px;
	line-height: 1;
	margin-bottom: 0;
}

.sknowed-snow-widget__days--future .sknowed-snow-widget__amount {
	min-height: 8px;
}

.sknowed-snow-widget__days--past .sknowed-snow-widget__letter,
.sknowed-snow-widget__days--past .sknowed-snow-widget__date,
.sknowed-snow-widget__days--future .sknowed-snow-widget__letter,
.sknowed-snow-widget__days--future .sknowed-snow-widget__date {
	line-height: 1;
	margin: 0;
}

.sknowed-snow-widget__days--past .sknowed-snow-widget__date,
.sknowed-snow-widget__days--future .sknowed-snow-widget__date {
	margin-top: -1px;
}

.sknowed-snow-widget__day {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 34px;
	gap: 0;
}

.sknowed-snow-widget__amount {
	font-size: 9px;
	font-weight: 700;
	color: #2f3448;
	min-height: 8px;
	line-height: 1;
}

.sknowed-snow-widget__letter {
	font-size: 9px;
	font-weight: 600;
	color: #5c6380;
	line-height: 1;
}

.sknowed-snow-widget__date {
	font-size: 8px;
	color: #9aa0b2;
	line-height: 1;
}

.sknowed-snow-widget__watermark {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	text-transform: lowercase;
	pointer-events: none;
	z-index: 0;
}

.sknowed-snow-widget__today {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(11, 16, 74, 0.1);
	padding: 6px 3px;
	margin: 0 1px;
	min-height: 108px;
}

.sknowed-snow-widget__today-title {
	font-size: 11px;
	font-weight: 700;
	color: #2f3448;
	margin-bottom: 3px;
}

.sknowed-snow-widget__today-snow {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 1px;
	background: #f3f4f8;
	border-radius: 6px;
	padding: 4px 8px;
	margin-bottom: 2px;
}

.sknowed-snow-widget__today-value {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #2f3448;
}

.sknowed-snow-widget__today-unit {
	font-size: 10px;
	font-weight: 600;
	color: #6b7084;
}

.sknowed-snow-widget__today-day {
	font-size: 9px;
	font-weight: 600;
	color: #4a4f63;
	margin-bottom: 3px;
	white-space: nowrap;
}

.sknowed-snow-widget__today-temp {
	font-size: 9px;
	color: #4a4f63;
	margin-bottom: 2px;
}

.sknowed-snow-widget__today-updated {
	font-size: 8px;
	color: #8a90a3;
	max-width: 100px;
	line-height: 1.2;
}

.sknowed-snow-widget__bar {
	display: block;
	width: 100%;
	min-height: 2px;
	border-radius: 1px 1px 0 0;
}

.sknowed-snow-widget__days--future .sknowed-snow-widget__letter {
	margin-top: 0;
}

.sknowed-snow-widget__bucket {
	text-align: center;
}

.sknowed-snow-widget__today-temp strong {
	color: #2f6fd6;
}

.sknowed-snow-widget__bar--heavy {
	background: #f08a24;
}

.sknowed-snow-widget__bar--light {
	background: #b8a8d8;
}

@media (max-width: 991px) {
	.sknowed-snow-widget {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.sknowed-snow-widget__today {
		margin: 8px 0;
		min-height: auto;
	}

	.ski-resorts-country__forecast-cell {
		min-width: 440px;
	}

	.ski-resorts-country__map {
		height: 320px;
	}
}

.social_profile ul li a i {
	display: inline-block;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Ski resort page tabs (overview, forecast, nearby, map) */
.ski-resort-page-tabs {
	margin-bottom: 2rem;
	padding: 0.4rem;
	background: linear-gradient(180deg, #f8f9fc 0%, #f1f3f8 100%);
	border: 1px solid #dde1ea;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(11, 16, 74, 0.06);
}

.ski-resort-page-tabs__admin-bar {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 0.75rem;
}

.ski-resort-page-tabs__admin-edit {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.ski-resort-page-tabs__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.ski-resort-page-tabs__item {
	flex: 0 0 auto;
}

.ski-resort-page-tabs__link {
	display: block;
	padding: 0.8rem 1.35rem;
	font-family: "Jost", system-ui, -apple-system, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	color: #5c6380;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 8px;
	transition: color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

a.ski-resort-page-tabs__link:hover,
a.ski-resort-page-tabs__link:focus-visible {
	color: #525fe1;
	background: rgba(255, 255, 255, 0.75);
}

a.ski-resort-page-tabs__link:focus-visible {
	outline: 2px solid #525fe1;
	outline-offset: 2px;
}

.ski-resort-page-tabs__link.is-active {
	color: #0b104a;
	background: #fff;
	box-shadow: 0 1px 4px rgba(11, 16, 74, 0.12);
}

.ski-resort-page-tabs__link.is-disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.ski-resort-overview-page,
.ski-resort-long-range-forecast,
.ski-resort-nearby-page {
	padding-top: 0;
}

.ski-resort-nearby-page__intro {
	margin-bottom: 1.25rem;
}

.ski-resort-nearby-page__summary {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.45;
	color: #0b104a;
}

.ski-resort-nearby-page__table thead th.ski-resort-nearby-page__distance-col,
.ski-resort-nearby-page__distance-col {
	min-width: 5.5rem;
	max-width: 8.5rem;
	white-space: normal;
	vertical-align: bottom;
}

.ski-resort-nearby-page__distance-head {
	display: inline-block;
	max-width: 8.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.25;
	color: #0b104a;
	white-space: normal;
	text-align: right;
}

.ski-resort-nearby-page__row.is-current > * {
	background-color: #eef2ff;
}

.ski-resort-nearby-page__distance.is-current {
	font-weight: 700;
	color: #525fe1;
}

.ski-resort-map-3d-page__intro {
	margin-bottom: 1.25rem;
	line-height: 1.55;
	color: #4b556d;
}

.ski-resort-map-3d-page .ski-resorts-country__map {
	height: min(72vh, 720px);
	min-height: 420px;
}

.ski-resort-map-3d-page__data {
	margin-top: 1.5rem;
}

.ski-resort-map-3d-page__data-tabs {
	margin-bottom: 1rem;
}

.ski-resort-map-3d-page button.ski-resort-page-tabs__link {
	border: 0;
	background: transparent;
	cursor: pointer;
}

.ski-resort-map-3d-page button.ski-resort-page-tabs__link:hover,
.ski-resort-map-3d-page button.ski-resort-page-tabs__link:focus-visible {
	color: #525fe1;
}

.ski-resort-map-3d-page button.ski-resort-page-tabs__link:focus-visible {
	outline: 2px solid #525fe1;
	outline-offset: 2px;
}

.ski-resort-map-3d-page__tab-panel[hidden] {
	display: none;
}

.ski-resort-map-3d-page__table thead th {
	font-size: 0.875rem;
	font-weight: 700;
	color: #0b104a;
	white-space: nowrap;
}

.ski-resort-map-3d-page__segment {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.8125rem;
	color: #5c6380;
	white-space: nowrap;
}

.ski-resort-map-3d-page__name-cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-width: 0;
}

.ski-resort-map-3d-page__name-cell-label {
	min-width: 0;
	flex: 1 1 auto;
}

.ski-resort-map-3d-page__osm-edit {
	flex: 0 0 auto;
	white-space: nowrap;
	font-size: 0.65rem;
	font-weight: 600;
	padding: 0.05rem 0.35rem;
	line-height: 1.2;
	border-radius: 0.25rem;
}

.ski-resort-map-3d-page__difficulty {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.ski-resort-map-3d-page__difficulty-swatch {
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 999px;
	flex: 0 0 auto;
}

.ski-resort-map-3d-page__difficulty-swatch.is-green {
	background-color: #22c55e;
}

.ski-resort-map-3d-page__difficulty-swatch.is-red {
	background-color: #ef4444;
}

.ski-resort-map-3d-page__difficulty-swatch.is-black {
	background-color: #374151;
}

.ski-resort-map-3d-page__lift-type {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.ski-resort-map-3d-page__lift-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	object-fit: contain;
	vertical-align: middle;
	flex: 0 0 auto;
}

.ski-resort-map-3d-page__occupancy {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.35rem;
}

.ski-resort-map-3d-page__occupancy-count {
	font-size: 0.875rem;
	font-variant-numeric: tabular-nums;
	color: #374151;
}

.ski-resort-map-3d-page__lift-row {
	cursor: pointer;
}

.ski-resort-map-3d-page__lift-row:hover > *,
.ski-resort-map-3d-page__piste-row:hover > * {
	background-color: rgba(32, 107, 196, 0.06);
}

.ski-resort-map-3d-page__piste-row {
	cursor: pointer;
}

.ski-resort-map-3d-page__lift-type-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #0b104a;
	line-height: 1.25;
}

.ski-resort-map-3d-page__difficulty-swatch.is-grey {
	background-color: #94a3b8;
}

.ski-resort-map-3d-page__feature-name {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.ski-resort-map-3d-page__feature-name-primary {
	font-weight: 600;
	color: #0b104a;
	line-height: 1.3;
}

.ski-resort-map-3d-page__feature-name-secondary {
	font-size: 0.8125rem;
	color: #7a8299;
	line-height: 1.3;
}

.ski-resort-map-3d-page__piste-link {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	text-align: left;
	color: inherit;
	cursor: pointer;
}

.ski-resort-map-3d-page__piste-link:hover .ski-resort-map-3d-page__feature-name-primary,
.ski-resort-map-3d-page__piste-link:focus-visible .ski-resort-map-3d-page__feature-name-primary {
	color: #525fe1;
	text-decoration: underline;
}

.ski-resort-map-3d-page__piste-link:focus-visible {
	outline: 2px solid #525fe1;
	outline-offset: 2px;
	border-radius: 2px;
}

.ski-resort-map-3d-page__empty {
	margin: 0;
	padding: 1rem 0;
}

.ski-resort-nearby-page__table .ski-resorts-country__piste-mix-col,
.ski-resort-nearby-page__table td:nth-child(9),
.ski-resort-nearby-page__table td:nth-child(10) {
	min-width: 140px;
	vertical-align: middle;
}

.ski-resort-nearby-page__totals-row > * {
	font-weight: 700;
	border-top: 2px solid #d8ddeb;
	background: #f7f8fc;
}

.ski-resort-nearby-page__totals-row th {
	color: #0b104a;
	white-space: nowrap;
}

.ski-resorts-country .ski-resort-nearby-page__table tfoot .ski-resorts-country__sticky-col {
	background: #f7f8fc;
}

@media (max-width: 575px) {
	.ski-resort-page-tabs {
		border-radius: 10px;
		padding: 0.3rem;
	}

	.ski-resort-page-tabs__link {
		padding: 0.7rem 1rem;
		font-size: 0.875rem;
	}
}

/* Long-range forecast table */
.lr-forecast-intro {
	margin-bottom: 1.25rem;
}

.lr-forecast-intro__text {
	margin-bottom: 0.75rem;
	line-height: 1.55;
}

.lr-forecast-intro__coords {
	margin-bottom: 0.75rem;
	font-size: 0.95rem;
}

.lr-forecast-intro__coords i {
	color: #0d6efd;
	margin-right: 0.25rem;
}

.lr-forecast-intro__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1rem;
}

.lr-forecast-elevation-select {
	width: auto;
	min-width: 300px;
	max-width: 100%;
	display: inline-block;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 0.375rem 2rem 0.375rem 0.75rem;
	background-color: #fff;
	font-size: 0.875rem;
	color: #212529;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.lr-forecast-intro__updated {
	font-size: 0.85rem;
	color: #6c757d;
}

.lr-forecast-table-wrap,
.table-container {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 1rem;
}

.lr-forecast-table {
	width: max-content;
	min-width: 100%;
	border-collapse: collapse;
	font-size: 0.8125rem;
	color: #212529;
}

.lr-forecast-table th,
.lr-forecast-table td {
	border: 1px solid #dee2e6;
	padding: 0.3rem 0.2rem;
	vertical-align: middle;
	text-align: center;
}

.lr-forecast-table .no-wrap {
	white-space: nowrap;
}

.lr-forecast-table .sticky-left,
.lr-forecast-table__sticky-col {
	position: sticky;
	left: 0;
	background: #f9f9f9;
	z-index: 10;
	text-align: left;
	font-weight: 600;
	min-width: 180px;
	max-width: 240px;
	white-space: normal;
}

.lr-forecast-table thead .sticky-left,
.lr-forecast-table thead .lr-forecast-table__sticky-col {
	background: #f2f2f2;
	z-index: 11;
}

.lr-forecast-table__sticky-col--chart {
	min-width: 240px;
	max-width: 280px;
}

.lr-forecast-table__day-col {
	width: var(--lr-day-col-width, 68px);
	min-width: var(--lr-day-col-width, 68px);
	max-width: var(--lr-day-col-width, 68px);
}

.lr-forecast-table thead .lr-forecast-table__col--today {
	background-color: #e8f0fc !important;
}

.lr-forecast-table tbody td.lr-forecast-table__col--today {
	box-shadow: inset 1px 0 0 rgba(13, 110, 253, 0.22), inset -1px 0 0 rgba(13, 110, 253, 0.22);
}

.lr-forecast-table tbody td.lr-forecast-table__col--today:not([style*="background-color"]) {
	background-color: rgba(13, 110, 253, 0.06) !important;
}

.lr-forecast-table__weather-cell.lr-forecast-table__col--today {
	background-color: #d6eff5 !important;
}

.lr-forecast-table tbody tr.lr-forecast-row--snow td.lr-forecast-table__col--today:not([style*="background-color"]) {
	background-color: rgba(13, 110, 253, 0.06) !important;
}

.freeze-cell.lr-forecast-table__col--today {
	background-color: rgba(13, 110, 253, 0.04);
}

.lr-forecast-table tbody tr:nth-of-type(odd) > td:not(.lr-forecast-table__weather-cell) {
	background-color: rgba(0, 0, 0, 0.02);
}

.lr-forecast-table tbody tr:nth-of-type(odd) > .lr-forecast-table__sticky-col {
	background: #f3f3f3;
}

.lr-forecast-row--rain .lr-forecast-table__sticky-col,
.lr-forecast-row--rain td {
	font-weight: 700;
	color: #212529;
}

.lr-forecast-row--snow .lr-forecast-table__sticky-col,
.lr-forecast-row--snow td {
	font-weight: 700;
	color: #ff0000;
}

.lr-forecast-table__weather-cell {
	background-color: #e0f7fa !important;
	color: #333;
}

.lr-forecast-table__weather-icon {
	display: block;
	margin: 0 auto;
	max-width: 60px;
	height: auto;
}

.lr-forecast-table td[style*="background-color"] {
	color: #212529;
	font-weight: 600;
}

.lr-forecast-wind-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	vertical-align: middle;
}

.lr-forecast-wind-arrow {
	display: block;
}

.forecast-signup-cell {
	background: linear-gradient(165deg, #e8f4fd 0%, #f6fbff 45%, #ffffff 100%);
	vertical-align: middle;
	min-width: var(--lr-gated-width, 260px);
	max-width: 360px;
	padding: 0 !important;
	border-left: 3px solid #0d6efd !important;
}

.forecast-signup-th {
	background: linear-gradient(180deg, #d6ebff, #e8f4fd) !important;
	color: #0a3d6b;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
	vertical-align: middle;
	padding: 0.65rem 0.5rem !important;
	border-left: 3px solid #0d6efd !important;
	min-width: var(--lr-gated-width, 260px);
	white-space: normal;
}

.forecast-signup-ad {
	padding: 1.25rem 1.1rem 1.1rem;
	text-align: center;
}

.forecast-signup-ad__icon {
	width: 3rem;
	height: 3rem;
	margin: 0 auto 0.75rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 14px rgba(13, 110, 253, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0d6efd;
	font-size: 1.35rem;
}

.forecast-signup-ad__title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0a3d6b;
	line-height: 1.3;
}

.forecast-signup-ad__dates {
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(13, 110, 253, 0.2);
	box-shadow: 0 2px 8px rgba(13, 110, 253, 0.08);
}

.forecast-signup-ad__dates-label {
	display: block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #5c6f82;
	margin-bottom: 0.2rem;
}

.forecast-signup-ad__dates-range {
	display: block;
	font-size: 1rem;
	color: #0a3d6b;
	line-height: 1.3;
}

.forecast-signup-ad__dates-extra {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.76rem;
	color: #0d6efd;
	font-weight: 600;
}

.forecast-signup-ad__subtitle {
	margin: 0 0 1rem;
	font-size: 0.78rem;
	color: #5c6f82;
	line-height: 1.4;
}

.forecast-signup-ad__benefits {
	list-style: none;
	margin: 0 0 1.1rem;
	padding: 0;
	text-align: center;
}

.forecast-signup-ad__benefits li {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 0.55rem;
	font-size: 0.8rem;
	line-height: 1.45;
	color: #2c3e50;
}

.forecast-signup-ad__benefits li:last-child {
	margin-bottom: 0;
}

.forecast-signup-ad__benefits i {
	color: #198754;
	margin-top: 0.15rem;
	flex-shrink: 0;
}

.forecast-signup-ad__cta {
	display: block;
	width: 100%;
	padding: 0.55rem 1rem;
	border-radius: 0.5rem;
	background: #0d6efd;
	color: #fff !important;
	font-weight: 600;
	font-size: 0.88rem;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(13, 110, 253, 0.28);
	transition: background 0.15s ease, transform 0.15s ease;
}

.forecast-signup-ad__cta:hover {
	background: #0b5ed7;
	color: #fff;
	transform: translateY(-1px);
}

.forecast-signup-ad__login {
	margin: 0.75rem 0 0;
	font-size: 0.76rem;
	color: #6c757d;
}

.forecast-signup-ad__login a {
	font-weight: 600;
	text-decoration: none;
}

.forecast-signup-ad__login a:hover {
	text-decoration: underline;
}

.freeze-cell {
	padding: 0 !important;
}

.freeze-day {
	width: 100%;
	height: 200px;
	max-height: 200px;
	display: block;
}

.lr-forecast-table__sticky-col--chart {
	vertical-align: top;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
}

.lr-forecast-table__row-freezing > .lr-forecast-table__sticky-col--chart {
	z-index: 9;
}

.lr-forecast-freeze-label-wrap {
	display: flex;
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
	align-items: stretch;
	gap: 0.5rem;
}

.lr-forecast-freeze-label {
	flex: 1 1 auto;
	min-width: 0;
	padding: 4px;
	overflow: hidden;
}

.lr-forecast-freeze-legend {
	margin-top: 8px;
	font-size: 0.85em;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-weight: 400;
}

.lr-forecast-freeze-swatch {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	margin-right: 0.35rem;
	vertical-align: middle;
}

.lr-forecast-freeze-swatch--top {
	background: red;
}

.lr-forecast-freeze-swatch--mid {
	background: yellow;
}

.lr-forecast-freeze-swatch--bot {
	background: green;
}

.lr-forecast-freeze-scale {
	flex: 0 0 72px;
	width: 72px;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	padding: 0 4px;
	box-sizing: border-box;
}

.lr-forecast-table__row-freezing > td.freeze-cell {
	height: 200px;
	max-height: 200px;
	vertical-align: top;
}

@media (max-width: 767px) {
	.lr-forecast-elevation-select {
		width: 100%;
		min-width: 0;
	}

	.lr-forecast-table .sticky-left,
	.lr-forecast-table__sticky-col {
		min-width: 130px;
		font-size: 0.78rem;
	}
}

/* About Sknowed */
.about-sknowed__intro {
	margin-bottom: 2rem;
}

.about-sknowed__intro h2 {
	margin: 0 0 0.75rem;
	font-size: 2rem;
	font-weight: 700;
	color: #0b104a;
}

.about-sknowed__intro p {
	margin: 0 auto;
	max-width: 46rem;
	color: #5c6380;
	font-size: 1.05rem;
	line-height: 1.7;
}

.about-sknowed__stats {
	margin-bottom: 2.5rem;
}

.about-sknowed__stat {
	border: 1px solid #d8dce8;
	border-radius: 10px;
	background: #fff;
	padding: 1.1rem 0.85rem;
	text-align: center;
	box-shadow: 0 2px 10px rgba(11, 16, 74, 0.05);
	height: 100%;
}

.about-sknowed__stat-value {
	font-size: 1.75rem;
	font-weight: 700;
	color: #525fe1;
	line-height: 1.2;
}

.about-sknowed__stat-label {
	margin-top: 0.25rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #5c6380;
}

.about-sknowed__features-header {
	margin-bottom: 1.5rem;
}

.about-sknowed__features-header h2 {
	margin: 0 0 0.5rem;
	font-size: 1.75rem;
	font-weight: 700;
	color: #0b104a;
}

.about-sknowed__features-header p {
	margin: 0;
	color: #5c6380;
}

.about-sknowed__feature-card {
	height: 100%;
	border: 1px solid #d8dce8;
	border-radius: 10px;
	background: #fff;
	padding: 1.25rem 1.35rem;
	box-shadow: 0 2px 10px rgba(11, 16, 74, 0.05);
}

.about-sknowed__feature-card h3 {
	margin: 0 0 0.4rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #0b104a;
}

.about-sknowed__feature-desc {
	margin: 0 0 0.85rem;
	color: #5c6380;
	font-size: 0.95rem;
}

.about-sknowed__feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-sknowed__feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0 0 0.55rem;
	color: #2b3150;
	line-height: 1.45;
}

.about-sknowed__feature-list li:last-child {
	margin-bottom: 0;
}

.about-sknowed__feature-list .ti-check {
	flex: 0 0 auto;
	margin-top: 0.2rem;
	color: #525fe1;
	font-weight: 700;
}

.about-sknowed__pro {
	margin-top: 2.5rem;
	border: 1px solid #d8dce8;
	border-radius: 12px;
	background: linear-gradient(180deg, #f8f9fc 0%, #fff 100%);
	padding: 1.75rem 1.5rem;
	text-align: center;
	box-shadow: 0 2px 10px rgba(11, 16, 74, 0.05);
}

.about-sknowed__pro-badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.7rem;
	border-radius: 999px;
	background: #ff7700;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.about-sknowed__pro h2 {
	margin: 0 0 0.6rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #0b104a;
}

.about-sknowed__pro > p {
	margin: 0 auto 1rem;
	max-width: 40rem;
	color: #5c6380;
}

.about-sknowed__feature-list--pro {
	display: inline-block;
	text-align: left;
	margin: 0 auto 1.25rem;
	max-width: 34rem;
}

.about-sknowed__pro-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.85rem 1.25rem;
}

.about-sknowed__secondary-link {
	font-weight: 600;
	color: #525fe1;
	text-decoration: none;
}

.about-sknowed__secondary-link:hover,
.about-sknowed__secondary-link:focus {
	color: #3d48c9;
	text-decoration: underline;
}

@media (max-width: 575px) {
	.about-sknowed__intro h2 {
		font-size: 1.55rem;
	}

	.about-sknowed__stat-value {
		font-size: 1.4rem;
	}
}

.section-top-title-row--admin-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
}

.section-top-title-row--admin-nav .section-top-title {
	flex: 1 1 auto;
	min-width: 0;
	justify-content: center;
}

.section-top-admin-nav {
	flex: 0 1 9.5rem;
	max-width: 9.5rem;
	min-width: 0;
}

.section-top-admin-nav--prev {
	text-align: left;
}

.section-top-admin-nav--next {
	text-align: right;
}

.section-top-admin-nav__btn {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.1rem;
	max-width: 100%;
	white-space: normal;
	font-size: 0.65rem;
	font-weight: 600;
	line-height: 1.15;
	padding: 0.2rem 0.4rem;
	border-radius: 0.25rem;
	text-align: left;
	text-decoration: none;
}

.section-top-admin-nav--next .section-top-admin-nav__btn {
	align-items: flex-end;
	text-align: right;
}

.section-top-admin-nav__label {
	display: block;
	opacity: 0.85;
	font-size: 0.6rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.section-top-admin-nav__name {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.section-top-title-row--admin-nav {
		flex-wrap: wrap;
		gap: 0.5rem;
	}

	.section-top-admin-nav {
		flex: 1 1 calc(50% - 0.25rem);
		max-width: none;
		order: 2;
	}

	.section-top-title-row--admin-nav .section-top-title {
		flex: 1 1 100%;
		order: 1;
	}
}


