/* Single guide/post page + archive (category) page styling. */

.deu-post-hero {
	background: var(--deu-indigo); padding-block: 40px; margin-bottom: 0;
}
.deu-post-hero .deu-tag {
	display: inline-block; font-family: "Sora", sans-serif; font-weight: 700; font-size: 11.5px;
	color: #fff; background: rgba(255,255,255,.15); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.deu-post-hero h1 { color: #fff; font-size: clamp(26px,4vw,38px); margin: 0 0 10px; max-width: 46ch; }
.deu-post-hero .deu-post-meta { color: #c7c1da; font-size: 13.5px; }

.deu-post-body { max-width: 720px; margin: 0 auto; padding: 48px 20px 64px; }
.deu-post-body img { border-radius: 14px; margin-block: 20px; }
.deu-post-body h2 { font-family: "Sora", sans-serif; color: var(--deu-indigo); font-size: 24px; margin: 36px 0 14px; }
.deu-post-body h3 { font-family: "Sora", sans-serif; color: var(--deu-indigo); font-size: 18px; margin: 28px 0 10px; }
.deu-post-body p, .deu-post-body li { font-size: 16px; line-height: 1.7; color: var(--deu-ink); }
.deu-post-body a { color: var(--deu-coral-deep); text-decoration: underline; }
.deu-post-body ul, .deu-post-body ol { padding-left: 22px; }

.deu-post-nav {
	max-width: 720px; margin: 0 auto 48px; padding: 0 20px; display: flex; justify-content: space-between;
	gap: 16px; border-top: 1px solid var(--deu-line); padding-top: 24px;
}
.deu-post-nav a { color: var(--deu-indigo); font-family: "Sora", sans-serif; font-weight: 700; font-size: 14px; text-decoration: none; max-width: 45%; }
.deu-post-nav a:hover { color: var(--deu-coral-deep); }
.deu-post-nav .label { display: block; font-size: 11px; color: var(--deu-ink-soft); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }

/* Comments (WordPress default comment form appears on posts) */
.deu-post-body ~ #comments, .comments-area {
	max-width: 720px; margin: 0 auto 64px; padding: 0 20px;
}

/* Archive / category listing */
.deu-archive-head { background: var(--deu-mist-2); padding-block: 56px 40px; }
.deu-archive-head .deu-wrap h1 { font-family: "Sora", sans-serif; color: var(--deu-indigo); font-size: clamp(26px,4vw,36px); margin: 0 0 8px; }
.deu-archive-head .deu-wrap p { color: var(--deu-ink-soft); margin: 0; }
.deu-archive-list { padding-block: 48px; }
