body.comtop-article-redesign {
	--comtop-article-bg: #f7f9fc;
	--comtop-article-surface: #fff;
	--comtop-article-navy: #00112b;
	--comtop-article-text: #273445;
	--comtop-article-muted: #687386;
	--comtop-article-border: #dee5ec;
	--comtop-article-accent: #f58220;
	--comtop-article-max: 1270px;
	background: var(--comtop-article-bg);
	color: var(--comtop-article-text);
}

.comtop-article-redesign .main-page-wrapper {
	padding-top: 0;
	background: var(--comtop-article-bg);
}

.comtop-article-redesign .title-blog {
	position: relative;
	min-height: 230px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 36px 0;
	overflow: hidden;
	isolation: isolate;
	background: var(--comtop-article-navy) url("../images/blog/blog-page-title.jpg") center / cover no-repeat;
	color: #fff;
	text-align: center;
}

.comtop-article-redesign .title-blog::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 17, 43, .78);
}

.comtop-article-redesign .title-blog > .container {
	position: relative;
	z-index: 2;
}

.comtop-article-redesign .title-blog .entry-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(34px, 4.6vw, 52px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -.03em;
}

.comtop-article-redesign .title-blog .wd-breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
	font-weight: 700;
}

.comtop-article-redesign .title-blog .wd-breadcrumbs a { color: #fff; }

.comtop-article-redesign .content-layout-wrapper {
	width: min(var(--comtop-article-max), calc(100% - 48px));
	max-width: var(--comtop-article-max);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: clamp(44px, 6vw, 78px);
	align-items: start;
	margin-inline: auto;
	padding: clamp(58px, 8vw, 98px) 0;
}

.comtop-article-redesign .wd-content-area,
.comtop-article-redesign .wd-sidebar {
	width: 100%;
	max-width: none;
	min-width: 0;
	grid-column: auto;
}

.comtop-article-redesign .post-single-page { margin-bottom: 0; }

.comtop-article-redesign .wd-single-post-header {
	gap: 0;
	margin: 0;
	text-align: center;
}

.comtop-article-redesign .wd-single-post-header::after {
	content: "";
	width: 100%;
	margin-top: 34px;
	border-bottom: 1px solid var(--comtop-article-border);
}

.comtop-article-redesign .wd-single-post-header .wd-post-cat {
	position: static;
	margin: 0 !important;
	padding: 0;
	background: transparent;
	transform: none;
}

.comtop-article-redesign .wd-single-post-header .wd-post-cat a {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(245, 130, 32, .11);
	color: var(--comtop-article-accent);
	font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.comtop-article-redesign .wd-single-post-header .wd-post-title {
	max-width: 780px;
	margin: 20px auto 18px;
	color: var(--comtop-article-navy);
	font-size: clamp(40px, 5vw, 68px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -.045em;
}

.comtop-article-redesign .wd-single-post-header .wd-post-meta {
	display: flex;
	justify-content: center;
	gap: 8px 18px;
	margin: 0;
	color: var(--comtop-article-muted);
	font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
	font-size: 12px;
	line-height: 1.5;
}

.comtop-article-redesign .wd-single-post-header .wd-post-meta > div {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: inherit;
}

.comtop-article-redesign .wd-single-post-header .wd-post-meta > div + div::before {
	content: "\00b7";
	position: absolute;
	right: calc(100% + 7px);
	color: var(--comtop-article-border);
}

.comtop-article-redesign .wd-single-post-header .wd-post-author img,
.comtop-article-redesign .wd-single-post-header .wd-post-reply::before {
	display: none;
}

.comtop-article-redesign .wd-single-post-header .wd-post-image {
	width: min(100%, 520px);
	display: block;
	margin: 42px auto 0;
}

.comtop-article-redesign .comtop-article-feature-link {
	display: block;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 22px 52px rgba(0, 17, 43, .17);
}

.comtop-article-redesign .comtop-article-feature-link img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	cursor: zoom-in;
	transition: transform .25s ease;
}

.comtop-article-redesign .comtop-article-feature-link:hover img { transform: scale(1.018); }

.comtop-article-redesign .comtop-article-feature-caption {
	display: block;
	margin-top: 13px;
	color: var(--comtop-article-muted);
	font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

.comtop-article-redesign .post-single-page > .wd-entry-content {
	width: min(100%, 760px);
	margin: 44px auto 0;
	color: var(--comtop-article-text);
	font-size: 17px;
	line-height: 1.7;
}

.comtop-article-redesign .post-single-page > .wd-entry-content p { margin: 0 0 18px; }

.comtop-article-redesign .post-single-page > .wd-entry-content > p:has(> strong:only-child) {
	margin-bottom: 14px;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(20px, 2.2vw, 24px);
	line-height: 1.55;
}

.comtop-article-redesign .post-single-page > .wd-entry-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.comtop-article-redesign .wd-single-footer {
	width: min(100%, 760px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin: 48px auto 0;
	padding: 28px 0;
	border-block: 1px solid var(--comtop-article-border);
}

.comtop-article-redesign .wd-single-footer::before {
	content: "Share this post";
	color: var(--comtop-article-muted);
	font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.comtop-article-redesign .wd-single-footer .wd-social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-left: auto;
}

.comtop-article-redesign .wd-single-footer .wd-social-icon {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	margin: 0;
	border: 1px solid var(--comtop-article-border);
	border-radius: 50%;
	background: var(--comtop-article-surface);
	color: var(--comtop-article-text);
}

.comtop-article-redesign .wd-single-footer .wd-social-icon:hover {
	border-color: var(--comtop-article-navy);
	background: var(--comtop-article-navy);
	color: #fff;
}

.comtop-article-redesign .wd-single-footer .wd-social-icon .wd-icon::before {
	color: var(--comtop-article-navy);
}

.comtop-article-redesign .wd-single-footer .wd-social-icon:hover .wd-icon::before {
	color: #fff;
}

.comtop-article-redesign .wd-page-nav {
	width: min(100%, 760px);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	margin: 0 auto;
	padding: 34px 0;
}

.comtop-article-redesign .wd-page-nav-btn { min-width: 0; }
.comtop-article-redesign .wd-page-nav-btn:last-child { text-align: right; }
.comtop-article-redesign .wd-page-nav:not(:has(.back-to-archive)) { grid-template-columns: 1fr 1fr; }

.comtop-article-redesign .wd-page-nav-btn a {
	min-height: 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.comtop-article-redesign .wd-page-nav-btn .wd-label {
	color: var(--comtop-article-muted);
	font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.comtop-article-redesign .wd-page-nav-btn .wd-entities-title {
	margin-top: 5px;
	color: var(--comtop-article-navy);
	font-size: 14px;
	font-weight: 800;
}

.comtop-article-redesign .wd-page-nav-btn .wd-page-nav-icon { display: none; }

.comtop-article-redesign .wd-page-nav .back-to-archive {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid var(--comtop-article-border);
	border-radius: 50%;
	background: var(--comtop-article-surface);
}

.comtop-article-redesign .wd-sidebar {
	position: sticky;
	top: 112px;
}

.comtop-article-redesign .wd-sidebar > .wd-heading { display: none !important; }

.comtop-article-redesign .wd-sidebar .sidebar-widget {
	margin: 0;
	padding: 28px 0;
	border-top: 1px solid var(--comtop-article-border);
}

.comtop-article-redesign .wd-sidebar .sidebar-widget:first-child {
	border-top: 2px solid var(--comtop-article-text);
}

.comtop-article-redesign .wd-sidebar .widget-title {
	margin: 0 0 20px;
	color: var(--comtop-article-navy);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.comtop-article-redesign .wd-sidebar .widget_categories ul,
.comtop-article-redesign .woodmart-recent-posts-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comtop-article-redesign .wd-sidebar .widget_categories li {
	margin: 0;
	border-bottom: 1px solid var(--comtop-article-border);
}

.comtop-article-redesign .wd-sidebar .widget_categories a {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--comtop-article-muted);
}

.comtop-article-redesign .wd-sidebar .widget_categories a::after {
	content: "\2192";
	margin-left: 12px;
}

.comtop-article-redesign .wd-sidebar .widget_categories a:hover { color: var(--comtop-article-accent); }

.comtop-article-redesign .woodmart-recent-posts-list {
	display: grid;
	gap: 18px;
}

.comtop-article-redesign .woodmart-recent-posts-list > li {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0;
}

.comtop-article-redesign .recent-posts-thumbnail {
	width: 74px;
	height: 65px;
	overflow: hidden;
	border-radius: 3px;
	font-size: 0;
}

.comtop-article-redesign .recent-posts-thumbnail img {
	width: 74px;
	height: 65px;
	display: block;
	object-fit: cover;
}

.comtop-article-redesign .recent-posts-info .wd-entities-title {
	color: var(--comtop-article-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.comtop-article-redesign .recent-posts-info .wd-entities-title a:hover { color: var(--comtop-article-accent); }

.comtop-article-redesign .recent-posts-time {
	display: block;
	margin-top: 5px;
	color: var(--comtop-article-muted);
	font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
	font-size: 10px;
	line-height: 1.5;
}

.comtop-article-redesign .recent-posts-comment,
.comtop-article-redesign .wd-sidebar .woodmart-instagram,
.comtop-article-redesign .wd-sidebar .widget_recent_comments {
	display: none;
}

@media (max-width: 980px) {
	.comtop-article-redesign .content-layout-wrapper {
		width: min(var(--comtop-article-max), calc(100% - 32px));
		grid-template-columns: 1fr;
	}

	.comtop-article-redesign .wd-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px;
		visibility: visible;
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}
}

@media (max-width: 620px) {
	.comtop-article-redesign .title-blog { min-height: 180px; }

	.comtop-article-redesign .content-layout-wrapper {
		width: min(var(--comtop-article-max), calc(100% - 24px));
		padding: 46px 0;
	}

	.comtop-article-redesign .wd-single-post-header .wd-post-title {
		font-size: clamp(38px, 13vw, 54px);
	}

	.comtop-article-redesign .wd-single-post-header .wd-post-meta {
		display: grid;
		gap: 4px;
	}

	.comtop-article-redesign .wd-single-post-header .wd-post-meta > div + div::before { display: none; }

	.comtop-article-redesign .wd-single-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.comtop-article-redesign .wd-single-footer .wd-social-icons { margin-left: 0; }

	.comtop-article-redesign .wd-page-nav {
		grid-template-columns: 1fr 44px;
	}

	.comtop-article-redesign .wd-page-nav-btn.next-btn {
		grid-column: 1 / -1;
		padding-top: 20px;
		border-top: 1px solid var(--comtop-article-border);
		text-align: left;
	}

	.comtop-article-redesign .wd-sidebar { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.comtop-article-redesign .comtop-article-feature-link img { transition: none; }
}
