/* Yettel Compass — week section [yettel_compass_week] */

.yc-week {
	--yc-week-bg: #053264;
	--yc-week-primary: #ffffff;
	--yc-week-accent: #b4ff00;
	--yc-week-cta: #fa4155;
	--yc-week-text: rgba(255, 255, 255, 0.82);
	--yc-week-card: #ffffff;
	font-family: "Gilam", sans-serif;
	color: var(--yc-week-primary);
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 2;
	margin-top: 0;
}

.yc-week *,
.yc-week *::before,
.yc-week *::after {
	box-sizing: border-box;
}

.yc-week__bleed {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -1px;
	background: var(--yc-week-bg);
	box-sizing: border-box;
}

.yc-week__shell {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.yc-week__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 28px;
	align-items: stretch;
	padding: 36px 0;
}

.yc-week__date {
	display: inline-flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 8px 14px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(5, 50, 100, 0.06), 0 4px 14px rgba(5, 50, 100, 0.08);
	font-family: "Gilam", sans-serif;
	font-size: 16px;
	font-weight: 900 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fa4155;
}

.yc-week__date strong {
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.yc-week__title {
	margin: 0 0 16px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--yc-week-primary);
}

.yc-week__desc {
	margin: 0 0 28px;
	max-width: 54ch;
	font-size: 18px;
	line-height: 1.55;
	color: var(--yc-week-text);
}

.yc-week__countdown {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.yc-week__countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	min-height: 88px;
	padding: 12px 16px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(180, 255, 0, 0.25);
	border-radius: 14px;
}

.yc-week__countdown-value {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	color: #b4ff00;
	font-variant-numeric: tabular-nums;
}

.yc-week__countdown-label {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.88);
}

.yc-week .yc-btn--card,
.yc-week__cta.yc-btn--card {
	width: auto;
	min-height: 52px;
	margin-top: 0;
	background: var(--yc-week-accent) !important;
	background-color: var(--yc-week-accent) !important;
	color: #053264 !important;
	border: 1px solid var(--yc-week-accent) !important;
	font-family: inherit;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0;
	text-transform: none;
}

.yc-week .yc-btn--card:hover,
.yc-week .yc-btn--card:focus,
.yc-week__cta.yc-btn--card:hover,
.yc-week__cta.yc-btn--card:focus {
	background: #c8ff33 !important;
	background-color: #c8ff33 !important;
	border-color: #c8ff33 !important;
	color: #053264 !important;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(180, 255, 0, 0.28);
}

.yc-week__aside {
	display: flex;
	align-items: stretch;
}

.yc-week__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 22px 22px 18px;
	background: var(--yc-week-card);
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(5, 50, 100, 0.06);
}

.yc-week__card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.yc-week__card-label {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(5, 50, 100, 0.62);
}

.yc-week__card-count {
	margin: 0;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	color: var(--yc-week-cta);
	font-variant-numeric: tabular-nums;
}

.yc-week__map {
	overflow: visible;
	border-radius: 12px;
	line-height: 1.4;
}

.yc-week__map .swr-map {
	width: 100%;
	max-width: 100% !important;
	margin: 0;
}

.yc-week__map .swr-map-loading {
	padding: 1.5rem 0;
	font-size: 14px;
}

.yc-week__map .swr-map-legend {
	font-size: 12px;
	margin-top: 8px;
}

.yc-week-map-embed {
	display: block;
	width: 100%;
	height: 220px;
	border: 0;
	vertical-align: top;
}

@media (max-width: 900px) {
	.yc-week__grid {
		grid-template-columns: 1fr;
		padding: 28px 0;
	}

	.yc-week__aside {
		max-width: 480px;
		margin: 0 auto;
	}

	.yc-week__card-count {
		font-size: 38px;
	}
}

@media (max-width: 560px) {
	.yc-week__shell {
		padding: 0;
	}

	.yc-week__grid {
		padding: 24px 0;
	}

	.yc-week__desc {
		font-size: 17px;
	}

	.yc-week__countdown-item {
		min-width: calc(50% - 6px);
		flex: 1 1 calc(50% - 6px);
	}
}
