/*
 * DLC Guide — single post article redesign.
 * Applies to all standard blog posts (the DLC Guide news
 * announcements). Scoped under .dlc-redesign / body.single-post so it
 * cannot affect pages, other post types, header, or footer.
 */

article.dlc-redesign {
	border: 1px solid #e2e2e2;
	background: #fff;
	margin-bottom: 2rem;
}

.dlc-redesign .dlc-hero {
	position: relative;
	line-height: 0;
}
.dlc-redesign .dlc-hero img {
	width: 100%;
	height: auto;
	display: block;
}
.dlc-redesign .dlc-hero-rule {
	height: 3px;
	background: linear-gradient(90deg, #d50001, #b83210);
}

.dlc-redesign .dlc-article-body {
	padding: 2.25rem 2.5rem 2.5rem;
}
@media (max-width: 560px) {
	.dlc-redesign .dlc-article-body {
		padding: 1.5rem 1.25rem 2rem;
	}
}

.dlc-redesign .dlc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 600;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #d50001;
	margin-bottom: 0.9rem;
}
.dlc-redesign .dlc-eyebrow::before {
	content: "";
	width: 18px;
	height: 2px;
	background: #d50001;
	display: inline-block;
}

.dlc-redesign h1.dlc-headline {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: clamp(1.8rem, 3.2vw, 2.55rem);
	line-height: 1.15;
	letter-spacing: -0.01em;
	margin: 0 0 1.1rem;
}

.dlc-redesign .dlc-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem;
	padding-bottom: 1.4rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e2e2e2;
	font-size: 0.86rem;
	color: #666;
}
.dlc-redesign .dlc-meta-row .dlc-meta-item {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}
.dlc-redesign .dlc-meta-row svg {
	width: 15px;
	height: 15px;
	flex: none;
	opacity: 0.75;
}
.dlc-redesign .dlc-meta-row a {
	color: #666;
	text-decoration: none;
}
.dlc-redesign .dlc-meta-row a:hover {
	color: #d50001;
}

.dlc-redesign .entry-content.dlc-copy {
	max-width: 62ch;
	font-size: 1.02rem;
	line-height: 1.7;
	margin: 0 0 1.75rem;
}
.dlc-redesign .entry-content.dlc-copy p:first-child {
	font-size: 1.08rem;
	font-weight: 500;
}

.dlc-redesign .dlc-recognition {
	border: 1px solid #ccc;
	padding: 1.4rem 1.6rem;
	margin: 0 0 2rem;
	background: linear-gradient(180deg, rgba(213, 0, 1, 0.05), rgba(213, 0, 1, 0));
	max-width: 62ch;
}
.dlc-redesign .dlc-recognition .dlc-rec-title {
	font-weight: 600;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #d50001;
	margin-bottom: 1rem;
}
.dlc-redesign .dlc-recognition dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 2rem;
	margin: 0;
}
@media (max-width: 560px) {
	.dlc-redesign .dlc-recognition dl {
		grid-template-columns: 1fr;
	}
}
.dlc-redesign .dlc-recognition dt {
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 0.2rem;
}
.dlc-redesign .dlc-recognition dd {
	margin: 0;
	font-size: 0.96rem;
	font-weight: 500;
}

.dlc-redesign footer.entry-footer.dlc-tag-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e2e2e2;
}
.dlc-redesign footer.entry-footer.dlc-tag-row .cat-links a {
	display: inline-block;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: #d50001;
	border: 1px solid #d50001;
	padding: 0.3rem 0.7rem;
	border-radius: 2px;
	text-decoration: none;
}
.dlc-redesign footer.entry-footer.dlc-tag-row .edit-link a {
	font-size: 0.85rem;
	color: #666;
	text-decoration: none;
}
.dlc-redesign footer.entry-footer.dlc-tag-row .edit-link a:hover {
	color: #d50001;
}

/*
 * Sidebar harmonization — the widget area (#right-sidebar) is a shared
 * template output outside the <article>, so it can't be reached via
 * .dlc-redesign. Scoped instead to body.single-post, which WordPress
 * adds only on standard-post singles — pages and other post types
 * (hotel_restaurant, wellness, etc.) keep their existing sidebar
 * styling untouched.
 */
body.single-post #right-sidebar aside.widget {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 1.4rem 1.4rem 1.6rem;
	margin-bottom: 2rem;
}

body.single-post #right-sidebar .wp-block-heading {
	font-family: 'Roboto Slab', serif;
	font-size: 1.05rem;
	margin: 0 0 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #d50001;
}

body.single-post #right-sidebar .wp-block-search__input {
	border-color: #ccc;
}
body.single-post #right-sidebar .wp-block-search__input:focus {
	outline: 2px solid #d50001;
	outline-offset: 2px;
	box-shadow: none;
	border-color: #d50001;
}
body.single-post #right-sidebar .wp-block-search__button.btn-primary {
	background-color: #d50001;
	border-color: #d50001;
	color: #fff;
}
body.single-post #right-sidebar .wp-block-search__button.btn-primary:hover,
body.single-post #right-sidebar .wp-block-search__button.btn-primary:focus {
	background-color: #b83210;
	border-color: #b83210;
}

body.single-post #right-sidebar .wp-block-latest-posts__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.single-post #right-sidebar .wp-block-latest-posts__list li {
	padding: 0.8rem 0;
	border-bottom: 1px solid #e2e2e2;
}
body.single-post #right-sidebar .wp-block-latest-posts__list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
body.single-post #right-sidebar .wp-block-latest-posts__post-title {
	color: #1c1a17;
	text-decoration: none;
	font-size: 0.92rem;
	line-height: 1.4;
}
body.single-post #right-sidebar .wp-block-latest-posts__post-title:hover {
	color: #d50001;
}

body.single-post #right-sidebar .no-comments {
	font-size: 0.9rem;
	color: #666;
	margin: 0;
}
