.cd-single {
	min-height: 60vh;
	padding-bottom: 0;
}

.cd-single-header {
	padding-top: 48px;
}

.cd-single-category {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--cd-blue);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .045em;
	text-decoration: none;
	text-transform: uppercase;
}

.cd-single-category:hover,
.cd-single-category:focus {
	color: #d71920;
}

.cd-single-header h1 {
	max-width: 1120px;
	margin: 0;
	color: #101820;
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(40px, 5.6vw, 72px);
	font-weight: 900;
	letter-spacing: -.048em;
	line-height: .96;
}

.cd-single-deck {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	margin: 36px 0 30px;
	padding: 18px 0;
	color: #303944;
	border-top: 1px dashed var(--cd-blue);
	border-bottom: 1px dashed var(--cd-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 500;
	line-height: 1.3;
}

.cd-single-deck > span {
	width: 12px;
	height: 12px;
	margin-top: .35em;
	background: var(--cd-yellow);
	border: 3px solid var(--cd-blue);
	border-radius: 50%;
}

.cd-single-deck p {
	margin: 0;
}

.cd-single-hero {
	margin: 0;
}

.cd-single-hero__image {
	display: block;
	width: 100%;
	max-height: 720px;
	object-fit: cover;
}

.cd-single-hero figcaption {
	padding: 13px 16px;
	color: #5a626c;
	background: #f2f3f4;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.cd-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.15fr) minmax(280px, .85fr);
	align-items: start;
	gap: 54px;
	padding-top: 42px;
	padding-bottom: 64px;
}

.cd-single-main {
	min-width: 0;
}

.cd-single-byline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 38px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e0e5eb;
}

.cd-single-author {
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 0;
}

.cd-single-author__avatar {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	object-fit: cover;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--cd-blue), 0 7px 16px rgba(3, 31, 69, .14);
}

.cd-single-author strong,
.cd-single-author span,
.cd-single-author time {
	display: block;
}

.cd-single-author strong {
	color: #111d2c;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}

.cd-single-author span {
	margin-top: 2px;
	color: #4b5664;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.cd-single-author time {
	margin-top: 8px;
	color: #89919b;
	font-size: 10px;
	font-weight: 700;
}

.cd-single-share {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cd-single-share > span {
	margin-right: 2px;
	color: #697484;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.cd-single-share a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	transition: box-shadow .18s ease, transform .18s ease;
}

.cd-share-whatsapp {
	background: #1fae5b;
}

.cd-share-x {
	background: #111;
}

.cd-single-share a img {
	display: block;
	width: 23px;
	height: 23px;
	object-fit: contain;
}

.cd-share-whatsapp img {
	width: 25px;
	height: 25px;
}

.cd-single-share a:hover,
.cd-single-share a:focus {
	box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
	transform: translateY(-2px);
}

.cd-single-content {
	color: #25303b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.55;
}

.cd-single-content > :first-child {
	margin-top: 0;
}

.cd-single-content p {
	margin: 0 0 1.25em;
}

.cd-single-content h2,
.cd-single-content h3,
.cd-single-content h4 {
	color: #101820;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.cd-single-content h2 {
	margin: 1.5em 0 .55em;
	font-size: clamp(26px, 2.6vw, 36px);
}

.cd-single-content h3 {
	margin: 1.4em 0 .5em;
	font-size: clamp(22px, 2.1vw, 29px);
}

.cd-single-content a {
	color: var(--cd-blue);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.cd-single-content img {
	height: auto;
	border-radius: 7px;
}

.cd-single-sidebar {
	align-self: stretch;
	min-height: 100%;
}

.cd-single-sidebar__sticky {
	position: sticky;
	top: 20px;
}

.cd-article-ad {
	margin-block: 34px;
	font-family: Arial, Helvetica, sans-serif;
}

.cd-article-ad__creative {
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #f1f1f1;
}

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

.cd-article-ad--sidebar {
	margin: 0;
}

.cd-article-ad--sidebar .cd-article-ad__creative {
	min-height: 560px;
	aspect-ratio: 1 / 1.8;
}

.cd-article-ad--inline .cd-article-ad__creative,
.cd-article-ad--footer .cd-article-ad__creative {
	min-height: 150px;
	aspect-ratio: 6 / 1.25;
}

.cd-article-ad__creative--available {
	border: 1px solid #d3d7dc;
	background:
		repeating-linear-gradient(
			-45deg,
			#f0f0f0,
			#f0f0f0 12px,
			#e9e9e9 12px,
			#e9e9e9 24px
		);
}

.cd-article-ad__creative--available p {
	max-width: 260px;
	margin: 18px;
	padding: 10px 12px;
	color: #646b72;
	background: rgba(255, 255, 255, .86);
	border: 1px solid #d2d5d8;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
}

.cd-article-ad__label {
	margin-top: 7px;
	color: #6b737c;
	font-size: 9px;
	letter-spacing: .1em;
	text-align: right;
}

.cd-read-also {
	margin: 34px 0;
	padding-left: 16px;
	border-left: 3px solid var(--cd-yellow);
	font-family: Arial, Helvetica, sans-serif;
}

.cd-read-also a {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(190px, .75fr);
	align-items: stretch;
	min-height: 170px;
	overflow: hidden;
	color: inherit;
	background: #f4f6f8;
	border-radius: 0 8px 8px 0;
	text-decoration: none;
}

.cd-read-also__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}

.cd-read-also__content > span {
	color: var(--cd-blue);
	font-size: 18px;
	font-weight: 900;
}

.cd-read-also h2 {
	margin: 4px 0 10px;
	font-size: clamp(22px, 2.35vw, 31px);
	line-height: 1.02;
}

.cd-read-also small {
	color: #5e6772;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.cd-read-also__media img,
.cd-read-also__media > span {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 170px;
	object-fit: cover;
}

.cd-read-also__media > span {
	background:
		linear-gradient(135deg, rgba(255, 212, 0, .7), transparent 50%),
		var(--cd-blue);
}

.cd-comments {
	margin-top: 54px;
	padding-top: 30px;
	border-top: 4px solid var(--cd-blue);
	font-family: Arial, Helvetica, sans-serif;
}

.cd-comments__header > span,
.cd-recommendations__heading > span {
	color: var(--cd-blue);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.cd-comments__header h2,
.cd-recommendations__heading h2 {
	margin: 4px 0 24px;
	color: #101820;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	letter-spacing: -.04em;
}

.cd-comment-list {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.cd-comment-list .comment {
	margin-bottom: 16px;
	padding: 18px;
	background: #f4f6f8;
	border-radius: 8px;
}

.cd-comment-list .children {
	margin: 16px 0 0 38px;
	list-style: none;
}

.cd-comment-list .comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cd-comment-list .avatar {
	border-radius: 50%;
}

.cd-comment-list .comment-meta {
	margin: 5px 0 12px 62px;
	font-size: 10px;
}

.cd-comments__moderation {
	padding: 10px 12px;
	color: #536173;
	background: #edf3f9;
	border-left: 3px solid var(--cd-blue);
	font-size: 12px;
}

.cd-comments .comment-form label {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.cd-comments .comment-form input:not([type="checkbox"]),
.cd-comments .comment-form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccd4dd;
	border-radius: 6px;
	font: inherit;
}

.cd-comments .form-submit input {
	padding: 12px 20px;
	color: #fff;
	background: var(--cd-blue);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.cd-recommendations {
	padding: 54px 0 70px;
	background: #f2f5f8;
	border-top: 1px solid #e0e6ec;
}

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

.cd-recommendation-card {
	overflow: hidden;
	background: #fff;
	border-radius: 9px;
	box-shadow: 0 7px 20px rgba(3, 31, 69, .07);
}

.cd-recommendation-card a {
	color: inherit;
	text-decoration: none;
}

.cd-recommendation-card__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e7ecf1;
}

.cd-recommendation-card__media img,
.cd-recommendation-card__media span {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

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

.cd-recommendation-card__body {
	padding: 14px 15px 17px;
}

.cd-recommendation-card time {
	color: #6f7885;
	font-size: 9px;
	font-weight: 800;
}

.cd-recommendation-card h3 {
	margin: 6px 0 0;
	color: #111d2c;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.05;
}

.cd-recommendation-card:hover img,
.cd-recommendation-card:focus-within img {
	transform: scale(1.04);
}

@media (max-width: 900px) {
	.cd-single-layout {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.cd-single-sidebar {
		display: none;
	}

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

@media (max-width: 600px) {
	.cd-single-header {
		padding-top: 30px;
	}

	.cd-single-header h1 {
		font-size: clamp(34px, 10.8vw, 50px);
	}

	.cd-single-deck {
		margin-block: 24px 20px;
		font-size: 18px;
	}

	.cd-single-layout {
		padding-top: 28px;
	}

	.cd-single-byline {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 28px;
	}

	.cd-single-author__avatar {
		width: 58px;
		height: 58px;
	}

	.cd-single-share {
		align-self: flex-end;
	}

	.cd-single-content {
		font-size: 17px;
		line-height: 1.52;
	}

	.cd-article-ad--inline .cd-article-ad__creative,
	.cd-article-ad--footer .cd-article-ad__creative {
		min-height: 120px;
		aspect-ratio: auto;
	}

	.cd-read-also {
		padding-left: 8px;
	}

	.cd-read-also a {
		grid-template-columns: 1fr;
	}

	.cd-read-also__media {
		order: -1;
		aspect-ratio: 16 / 9;
	}

	.cd-read-also__media img,
	.cd-read-also__media > span {
		min-height: 0;
	}

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