.dmb-trust-page {
	max-width: 820px;
	margin-inline: auto;
}

.dmb-trust-page .dmb-kicker {
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .8rem;
	font-weight: 700;
	color: #9a6417;
}

.dmb-trust-page h2,
.dmb-trust-page h3 {
	margin-top: 1.5em;
}

.dmb-responsibility,
.dmb-affiliate-disclosure {
	margin: 2rem 0 0;
	padding: 1rem 1.1rem;
	border-left: 4px solid #b67a20;
	background: #faf6ee;
	color: #32291f;
}

.dmb-editorial-ad {
	margin: 2rem 0;
	text-align: center;
	min-height: 100px;
}

.dmb-editorial-ad > span {
	display: block;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .68rem;
	color: #777;
	margin-bottom: .5rem;
}

.dmb-researched-article p,
.dmb-researched-article li,
.dmb-researched-article a {
	font-weight: 400 !important;
}

.dmb-researched-article h2,
.dmb-researched-article h3 {
	font-weight: 700;
}

/* Consistent editorial layout for every existing and future blog post. */
body.single-post #main-content {
	background: #f3eee5 !important;
}

body.single-post #main-content > .container {
	width: 100% !important;
	max-width: none !important;
	padding-top: 0 !important;
}

body.single-post #main-content .container::before,
body.single-post #sidebar {
	display: none !important;
}

body.single-post #left-area {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

body.single-post article.et_pb_post {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 64px !important;
	background: transparent !important;
}

body.single-post .et_post_meta_wrapper {
	box-sizing: border-box;
	width: 100%;
	padding: clamp(38px, 6vw, 72px) max(24px, calc((100vw - 1080px) / 2));
	background:
		radial-gradient(circle at 82% 20%, rgba(181, 121, 32, .22), transparent 32%),
		linear-gradient(135deg, #0c0b09 0%, #1d1711 100%) !important;
	border-bottom: 4px solid #b57920;
}

body.single-post .et_post_meta_wrapper .entry-title {
	max-width: 1080px;
	margin: 0 auto 14px !important;
	padding: 0 !important;
	color: #fff8e8 !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2.05rem, 4.1vw, 3.65rem) !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	letter-spacing: -.02em;
}

body.single-post .et_post_meta_wrapper .post-meta {
	max-width: 1080px;
	margin: 0 auto !important;
	color: #cfc3ad !important;
	font-size: .92rem !important;
	line-height: 1.6;
}

body.single-post .et_post_meta_wrapper .post-meta a {
	color: #e8bd65 !important;
	font-weight: 600;
	text-decoration: none;
}

body.single-post .et_post_meta_wrapper .post-meta a:hover,
body.single-post .et_post_meta_wrapper .post-meta a:focus {
	color: #fff !important;
	text-decoration: underline;
}

body.single-post .et_post_meta_wrapper > img {
	display: block;
	width: min(1080px, 100%);
	max-height: 560px;
	margin: 34px auto 0;
	border-radius: 10px;
	object-fit: cover;
}

body.single-post .entry-content {
	box-sizing: border-box;
	width: min(920px, calc(100% - 40px)) !important;
	max-width: 920px !important;
	margin: 38px auto 0 !important;
	padding: clamp(30px, 5vw, 62px) clamp(24px, 6vw, 68px) !important;
	background: #fff !important;
	border: 1px solid #e3dbcf;
	border-radius: 12px;
	box-shadow: 0 14px 38px rgba(45, 33, 20, .08);
	color: #2d2924 !important;
}

body.single-post .entry-content .et-l,
body.single-post .entry-content .et_builder_inner_content,
body.single-post .entry-content .et_pb_section,
body.single-post .entry-content .et_pb_column,
body.single-post .entry-content .et_pb_module,
body.single-post .entry-content .et_pb_text_inner {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: transparent !important;
}

body.single-post .entry-content .et_pb_section,
body.single-post .entry-content .et_pb_row {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-post .entry-content p,
body.single-post .entry-content li {
	color: #37312b !important;
	font-size: clamp(1.04rem, 1.35vw, 1.14rem) !important;
	font-weight: 400 !important;
	line-height: 1.82 !important;
}

body.single-post .entry-content p {
	margin: 0 0 1.35em !important;
	padding: 0 !important;
}

body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4 {
	color: #241c14 !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

body.single-post .entry-content h2 {
	margin: 1.85em 0 .72em !important;
	padding: 0 0 .42em !important;
	border-bottom: 2px solid #d6a44f;
	font-size: clamp(1.65rem, 2.6vw, 2.18rem) !important;
}

body.single-post .entry-content h3 {
	margin: 1.6em 0 .6em !important;
	padding: 0 !important;
	font-size: clamp(1.3rem, 2vw, 1.65rem) !important;
}

body.single-post .entry-content h4 {
	margin: 1.45em 0 .5em !important;
	padding: 0 !important;
	font-size: 1.18rem !important;
}

body.single-post .entry-content > h2:first-child,
body.single-post .entry-content .et_pb_text_inner > h2:first-child {
	margin-top: 0 !important;
}

body.single-post .entry-content a {
	color: #9a5f0a !important;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.single-post .entry-content a:hover,
body.single-post .entry-content a:focus {
	color: #5f3905 !important;
}

body.single-post .entry-content ul,
body.single-post .entry-content ol {
	margin: .4em 0 1.65em 1.25em !important;
	padding-left: 1em !important;
}

body.single-post .entry-content li {
	margin-bottom: .42em;
	padding-left: .2em;
}

body.single-post .entry-content blockquote {
	margin: 1.8em 0;
	padding: 1.1em 1.35em;
	border-left: 5px solid #b57920;
	background: #faf6ee;
	color: #3a3027;
}

body.single-post .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

body.single-post .entry-content hr {
	margin: 2.2rem 0;
	border: 0;
	border-top: 1px solid #ddd2c4;
}

.dmb-trust-footer {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 24px;
	background: #111;
	color: #d8b66a;
	border-top: 1px solid rgba(216, 182, 106, .35);
	text-align: center;
	font-size: .9rem;
	line-height: 1.7;
}

.dmb-trust-footer > span {
	display: block;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .72rem;
	color: #a9a9a9;
}

.dmb-trust-footer div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.dmb-trust-footer a {
	color: #f0dfae;
	text-decoration: none;
}

.dmb-trust-footer a:hover,
.dmb-trust-footer a:focus {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 782px) {
	body.single-post .et_post_meta_wrapper {
		padding: 34px 22px;
	}

	body.single-post .entry-content {
		width: calc(100% - 24px) !important;
		margin-top: 18px !important;
		padding: 30px 22px !important;
		border-radius: 8px;
	}

	body.single-post article.et_pb_post {
		padding-bottom: 34px !important;
	}

	body.single-post .entry-content h2 {
		margin-top: 1.55em !important;
	}
}

@media (max-width: 600px) {
	.dmb-trust-footer div {
		gap: 7px;
	}

	.dmb-trust-footer div > span {
		display: none;
	}

	.dmb-trust-footer a {
		display: block;
		width: 100%;
	}
}
