.single-article .single-content {
	max-width: 780px;
}

.single-article-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
	gap: clamp(32px, 5vw, 76px);
	align-items: center;
	margin-bottom: 48px;
}

.single-article-intro .single-header {
	max-width: none;
	margin-bottom: 0;
}

.single-article-intro .single-featured-image {
	max-width: none;
	margin: 0;
}

.single-article-intro .single-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
}

.single-entry-layout .single-sidebar {
	position: sticky;
	top: 120px;
	align-self: start;
	padding: 0;
}

.single-entry-layout .sidebar-ad {
	display: block;
	position: relative;
	height: auto;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.single-entry-layout .sidebar-ad__label {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	padding: 4px 6px;
	background: rgba(17, 17, 17, 0.72);
}

.sidebar-ad__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	margin: 0;
	object-fit: contain;
}

.sidebar-ad--dark .sidebar-ad__image {
margin-bottom: 0;
}