/* PaperPapa - reading-page chrome (back link + prev/next nav). */
.dse-backlink { font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 0.85rem; margin: 0 0 1rem; }
.dse-backlink a { color: #2563eb; text-decoration: none; }
.dse-backlink a:hover { text-decoration: underline; }
.dse-nav {
	display: flex; justify-content: space-between; gap: 1rem;
	margin: 2.5rem 0 0.5rem; padding-top: 1.2rem; border-top: 1px solid #e5e7eb;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.dse-nav a { display: flex; flex-direction: column; gap: 0.15rem; color: #2563eb; text-decoration: none; font-weight: 600; font-size: 0.85rem; max-width: 100%; }
.dse-nav a:hover .t { color: #2563eb; }
.dse-nav .t { color: #64748b; font-weight: 400; font-size: 0.8rem; }
.dse-nav-prev { max-width: 48%; }
.dse-nav-next { max-width: 48%; text-align: right; margin-left: auto; }
@media (max-width: 600px) { .dse-nav { flex-direction: column; } .dse-nav-next { text-align: left; margin-left: 0; } }

/* ---- Paywall ---- */
.dse-paywall { font-family: "Source Serif 4", Georgia, "Times New Roman", serif; max-width: 760px; margin: 0 auto; }
.dse-paywall-title { border-bottom: 2px solid #2c3e50; padding-bottom: 0.4rem; margin: 0.5rem 0 0.8rem; }
.dse-paywall-prompt { background: #eef3f8; border-left: 4px solid #5d8aa8; padding: 0.8rem 1.1rem; border-radius: 0 4px 4px 0; font-size: 0.95rem; color: #2c3e50; }
.dse-paywall-lock {
	margin: 1.6rem 0; padding: 2rem 1.4rem; text-align: center;
	border: 1px solid #e5e7eb; border-radius: 14px; background: #f8fafc;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.dse-paywall-icon { font-size: 2rem; }
.dse-paywall-msg { max-width: 46ch; margin: 0.6rem auto 1.2rem; color: #475569; line-height: 1.6; }
.dse-paywall-actions { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; }
.dse-pw-btn {
	display: inline-block; padding: 0.6rem 1.2rem; border-radius: 8px; font-weight: 600;
	text-decoration: none; font-size: 0.92rem; border: 1px solid #cbd5e1; color: #1f2a37; background: #fff;
}
.dse-pw-btn:hover { border-color: #94a3b8; }
.dse-pw-btn.primary { background: #2563eb; border-color: #2563eb; color: #fff; }
.dse-pw-btn.primary:hover { background: #1d4ed8; }
