.cd-main:has(.cd-home-hero) {
	padding-top: 30px;
}

.cd-home-hero {
	margin-bottom: 54px;
}

.cd-home-hero__section {
	margin-bottom: 20px;
	padding-top: 8px;
	border-top: 4px solid var(--cd-blue);
	color: var(--cd-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.cd-home-hero__section a {
	text-decoration: none;
}

.cd-home-hero__link {
	display: block;
	text-decoration: none;
}

.cd-home-hero__media {
	position: relative;
	width: 100%;
	aspect-ratio: 52 / 21;
	overflow: hidden;
	background: #e9edf2;
}

.cd-home-hero__image,
.cd-home-hero__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .45s ease;
}

.cd-home-hero__image-placeholder {
	background:
		linear-gradient(135deg, rgba(255, 212, 0, .75), transparent 50%),
		var(--cd-blue);
}

.cd-home-hero__link:hover .cd-home-hero__image,
.cd-home-hero__link:focus .cd-home-hero__image {
	transform: scale(1.018);
}

.cd-home-hero__content {
	padding: 20px 24px 0;
	text-align: center;
}

.cd-home-hero__title {
	max-width: 1100px;
	margin: 0 auto;
	color: var(--cd-blue-dark);
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(42px, 6.1vw, 88px);
	font-stretch: condensed;
	font-style: normal;
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .93;
}

.cd-home-hero__title::first-letter {
	color: var(--cd-blue);
}

.cd-home-hero__author {
	margin: 14px 0 0;
	color: #596579;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cd-cover-queue {
	margin-top: 42px;
	padding-top: 26px;
	border-top: 4px solid var(--cd-blue);
}

.cd-cover-queue__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 25px;
}

.cd-cover-card {
	min-width: 0;
}

.cd-cover-card__link {
	display: block;
	text-decoration: none;
}

.cd-cover-card__media {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e9edf2;
}

.cd-cover-card__image,
.cd-cover-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.cd-cover-card__placeholder {
	background:
		linear-gradient(135deg, rgba(255, 212, 0, .72), transparent 52%),
		var(--cd-blue);
}

.cd-cover-card__link:hover .cd-cover-card__image,
.cd-cover-card__link:focus .cd-cover-card__image {
	transform: scale(1.025);
}

.cd-cover-card__category {
	display: block;
	margin-top: 13px;
	color: var(--cd-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.cd-cover-card__title {
	margin: 7px 0 0;
	color: var(--cd-blue-dark);
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(22px, 2.3vw, 33px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.03;
}

.cd-home-feed {
	display: grid;
	grid-template-columns: minmax(0, 2.45fr) minmax(240px, 1fr);
	align-items: start;
	gap: 38px;
	margin-top: 56px;
	padding-top: 28px;
	border-top: 4px solid var(--cd-blue);
}

.cd-home-feed__list {
	min-width: 0;
	display: grid;
	gap: 5px;
}

.cd-feed-card {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	min-height: 50px;
	padding: 9px 12px;
	background: #fff;
	border: 1px solid #e4e9ef;
	border-left: 3px solid transparent;
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(3, 31, 69, .045);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cd-feed-card:hover,
.cd-feed-card:focus-within {
	border-left-color: var(--cd-yellow);
	box-shadow: 0 9px 24px rgba(3, 31, 69, .1);
	transform: translateY(-1px);
}

.cd-feed-card__time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 4px 7px;
	color: var(--cd-blue);
	background: #edf4fb;
	border-radius: 999px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: .02em;
}

.cd-feed-card__line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.cd-feed-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.cd-feed-card__tags a {
	padding: 4px 7px 3px;
	color: var(--cd-tag-text, #fff);
	background: var(--cd-tag-background, var(--cd-blue));
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: filter .18s ease, transform .18s ease;
}

.cd-feed-card__tags a:hover,
.cd-feed-card__tags a:focus {
	filter: brightness(.92);
	transform: translateY(-1px);
}

.cd-feed-card__title {
	flex: 1 1 260px;
	margin: 0;
	color: #0a1d33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -.018em;
	line-height: 1.22;
}

.cd-feed-card__title a {
	text-decoration: none;
}

.cd-feed-card__title a:hover,
.cd-feed-card__title a:focus {
	color: var(--cd-blue);
	text-decoration: underline;
}

.cd-feed-day {
	margin: 24px 0 4px;
	padding: 0 2px 8px;
	color: var(--cd-blue);
	border-bottom: 2px solid #dce6f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.cd-home-feed__more {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 2px solid #dce6f0;
}

.cd-home-feed__more a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 20px;
	color: #fff;
	background: var(--cd-blue);
	border-radius: 999px;
	box-shadow: 0 7px 18px rgba(3, 53, 107, .16);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cd-home-feed__more a span {
	color: var(--cd-yellow);
	font-size: 18px;
	line-height: 0;
}

.cd-home-feed__more a:hover,
.cd-home-feed__more a:focus {
	background: var(--cd-blue-dark);
	box-shadow: 0 10px 24px rgba(3, 31, 69, .22);
	transform: translateY(-2px);
}

.cd-home-feed__ads {
	display: grid;
	gap: 28px;
}

.cd-next-match {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	aspect-ratio: 1;
	min-height: 0;
	padding: 20px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 212, 0, .28), transparent 38%),
		linear-gradient(145deg, #052f63 0%, #071b3f 72%);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(3, 31, 69, .18);
}

.cd-next-match::after {
	position: absolute;
	right: -42px;
	bottom: -58px;
	width: 160px;
	height: 160px;
	border: 28px solid rgba(255, 212, 0, .08);
	border-radius: 50%;
	content: "";
}

.cd-next-match__eyebrow {
	position: relative;
	z-index: 1;
	color: var(--cd-yellow);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.cd-next-match__teams {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.cd-next-match__team {
	min-width: 0;
	text-align: center;
}

.cd-next-match__crest {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	margin: 0 auto 8px;
	padding: 7px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .22);
}

.cd-next-match__crest img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cd-next-match__team strong {
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.15;
	text-overflow: ellipsis;
}

.cd-next-match__versus {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: var(--cd-blue-dark);
	background: var(--cd-yellow);
	border-radius: 50%;
	font-size: 11px;
	font-weight: 900;
}

.cd-next-match__schedule {
	position: relative;
	z-index: 1;
	margin-top: 10px;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -.02em;
	text-align: center;
	text-transform: uppercase;
}

.cd-next-match__details {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.cd-next-match__details span {
	min-width: 0;
	padding: 7px;
	background: rgba(255, 255, 255, .09);
	border-radius: 6px;
	font-size: 10px;
	line-height: 1.25;
	text-align: center;
}

.cd-next-match__details b {
	display: block;
	margin-bottom: 2px;
	color: var(--cd-yellow);
	font-size: 8px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cd-next-match__button {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 12px;
	padding: 10px 12px;
	color: #061b38;
	background: var(--cd-yellow);
	border-radius: 6px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .035em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .18s ease, transform .18s ease;
}

.cd-next-match__button:hover,
.cd-next-match__button:focus {
	background: #ed2638;
	transform: translateY(-1px);
}

.cd-next-match__empty {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	flex: 1;
	padding: 25px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.cd-random-news {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--cd-blue-dark);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(3, 31, 69, .16);
}

.cd-random-news a,
.cd-random-news__media,
.cd-random-news__image,
.cd-random-news__placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.cd-random-news__media {
	position: absolute;
	inset: 0;
}

.cd-random-news__image {
	object-fit: cover;
	transition: transform .4s ease;
}

.cd-random-news__placeholder {
	background:
		linear-gradient(135deg, rgba(255, 212, 0, .7), transparent 52%),
		var(--cd-blue);
}

.cd-random-news__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 22px 18px 18px;
	color: #fff;
	background: linear-gradient(to bottom, transparent 22%, rgba(3, 18, 40, .16) 45%, rgba(3, 18, 40, .96) 100%);
}

.cd-random-news__overlay span {
	align-self: flex-start;
	margin-bottom: 8px;
	padding: 4px 7px;
	color: var(--cd-blue-dark);
	background: var(--cd-yellow);
	border-radius: 999px;
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
}

.cd-random-news__overlay h2 {
	margin: 0;
	font-size: clamp(18px, 1.65vw, 25px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.02;
}

.cd-random-news__overlay time {
	margin-top: 9px;
	color: rgba(255, 255, 255, .72);
	font-size: 10px;
	font-weight: 800;
}

.cd-random-news a:hover .cd-random-news__image,
.cd-random-news a:focus .cd-random-news__image {
	transform: scale(1.045);
}

.cd-home-ad__creative {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f3f3f3;
}

.cd-home-ad__creative > div,
.cd-home-ad__creative iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.cd-home-ad__creative--available {
	border: 1px solid #d2d2d2;
	background:
		repeating-linear-gradient(
			-45deg,
			#eeeeee,
			#eeeeee 12px,
			#e8e8e8 12px,
			#e8e8e8 24px
		);
}

.cd-home-ad__creative--available p {
	margin: 20px;
	padding: 12px 14px;
	color: #5f5f5f;
	background: rgba(255, 255, 255, .82);
	border: 1px solid #d0d0d0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.cd-home-ad__label {
	margin-top: 8px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .08em;
	line-height: 1;
	text-align: right;
}

@media (max-width: 800px) {
	.cd-main:has(.cd-home-hero) {
		padding-top: 22px;
	}

	.cd-home-hero {
		margin-bottom: 40px;
	}

	.cd-home-hero__section {
		margin-bottom: 12px;
		border-top-width: 3px;
		font-size: 12px;
	}

	.cd-home-hero__media {
		aspect-ratio: 32 / 15;
	}

	.cd-home-hero__content {
		padding: 15px 8px 0;
	}

	.cd-home-hero__title {
		font-size: clamp(34px, 10.5vw, 64px);
		line-height: .96;
	}

	.cd-cover-queue {
		margin-top: 32px;
		padding-top: 18px;
	}

	.cd-cover-queue__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cd-cover-card__title {
		font-size: clamp(25px, 7vw, 38px);
	}

	.cd-home-feed {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-top: 42px;
	}

	.cd-home-feed__ads {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.cd-home-hero__media {
		aspect-ratio: 16 / 9;
	}

	.cd-home-hero__title {
		font-size: clamp(31px, 10vw, 48px);
		letter-spacing: -.045em;
	}

	.cd-feed-card {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 8px;
		padding: 9px 10px;
	}

	.cd-feed-card__title {
		flex-basis: 220px;
		font-size: 15px;
	}

	.cd-home-feed__ads {
		grid-template-columns: 1fr;
	}
}
