/* Single / page content */

.entry-header {
	margin-bottom: 2rem;
	padding-bottom: 1.35rem;
	border-bottom: 1px solid #e8e1f0;
}

.entry-header__type {
	margin-bottom: 0.75rem;
}

.entry-header__title {
	margin: 0;
	font-family: var(--font-body);
	font-size: var(--fs-heading);
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0.02em;
}

.entry-header__unit {
	margin-left: 0.25rem;
	font-size: 0.55em;
	font-weight: 400;
	color: #666;
}

.entry-header__title .taxadded {
	display: block;
	margin-top: 0.55rem;
	font-size: 0.72em;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.02em;
	color: #666;
}

.map-eyecatch {
	margin: 1.75rem 0 0;
}

.map-eyecatch .image.bod {
	margin: 0;
}

.map-eyecatch img {
	display: block;
	width: 100%;
	height: auto;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: var(--font-body);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #000;
}

.entry-content h2 {
	margin: 2.6em 0 1em;
	padding: 0 0 0.55em;
	border-bottom: 1px solid #ddd6e4;
	font-size: 1.2rem;
}

.entry-content h3 {
	margin: 2.2em 0 0.85em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #ebe4f2;
	font-size: 1.1rem;
}

.entry-content h4 {
	margin: 2em 0 0.85em;
	padding: 0.7rem 0.9rem;
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #f7f3fb;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
}

.entry-content h5 {
	margin: 2em 0 0.75em;
	padding: 0.35rem 0 0.5rem;
	border-bottom: 1px dashed #000000;
	font-size: 1.05rem;
}

.entry-content h6 {
	margin: 1.75em 0 0.55em;
	display: inline-block;
	padding: 0.2em 0.55em;
	background: #f3eef8;
	font-size: 0.88rem;
	letter-spacing: 0.06em;
	color: #222;
}

.entry-content i,
.entry-content em {
	font-style: normal;
	font-weight: 500;
}

/*
 * Article lists
 * default ol/ul = accent number badge / square bullet
 * ul.low / ul.lown / ol.lown / *.asterisk = specialized variants
 */
.entry-content ul.low,
.entry-content ul.lown,
.entry-content ol.lown {
	list-style: none;
	margin: 0 0 1.35rem;
	padding: 0;
}

/* —— ul.low — airy, no fill —— */
.entry-content ul.low {
	margin: 1.15rem 0 1.65rem;
	padding: 0;
	background: none;
	border: 0;
}

.entry-content ul.low > li {
	position: relative;
	margin: 0;
	padding: 0.7em 0 0.7em 1.35em;
	border-bottom: 1px solid #efe8f5;
	background: none;
	line-height: 1.85;
	letter-spacing: 0.02em;
	color: #111;
}

.entry-content ul.low > li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.entry-content ul.low > li::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0.4em;
	top: calc(0.9em + 0.58em);
	width: 0.38em;
	height: 0.38em;
	border: 1.5px solid #a88fd8;
	background: none;
}

/* —— ul.lown — bordered rows; marker fits in 1em left padding —— */
.entry-content ul.lown {
	border-top: 1px solid #ebe4f2;
}

.entry-content ul.lown > li {
	position: relative;
	margin: 0;
	padding: 0.55em 0.55em 0.55em 1em;
	border-bottom: 1px dashed #d8d0e4;
	line-height: 1.75;
	color: #111;
}

.entry-content ul.lown > li::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0.12em;
	top: calc(0.55em + 0.65em);
	width: 0.28em;
	height: 0.28em;
	border: none;
	background: #111;
}

.entry-content ul.lown > li:last-child {
	border-bottom-color: #ebe4f2;
}

/* —— ol.lown — same padding as ul.lown; number fits in 1em gutter —— */
.entry-content ol.lown {
	counter-reset: lown;
	border-top: 1px solid #ebe4f2;
}

.entry-content ol.lown > li {
	position: relative;
	margin: 0;
	padding: 0.55em 0.55em 0.55em 1.5em;
	border-bottom: 1px dashed #d8d0e4;
	line-height: 1.75;
	color: #111;
	counter-increment: lown;
}

.entry-content ol.lown > li:last-child {
	border-bottom-color: #ebe4f2;
}

.entry-content ol.lown > li::before {
	content: counter(lown);
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0.9em;
	width: 1.1em;
	height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	color: #111;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

/* Footnote mark: .asta (inline ※n) */
.entry-content .asta {
	font-size: 0.6em;
	vertical-align: super;
	line-height: 1;
}

/* Community stats note ([comnum_loop] / .cocosay) */
.entry-content .cocosay,
.cocosay {
	font-size: 0.8em;
	padding: 0.35em 0.6em;
	display: block;
	border: 1px dashed #749;
	color: #749;
	line-height: 1.7;
	margin: 0.8em 0 1.2em;
}

/* Footnote list: ol/ul.asterisk */
.entry-content ol.asterisk {
	counter-reset: number;
	list-style: none;
	margin: 1.1rem 0 1.4rem;
	padding: 0;
}

.entry-content ol.asterisk > li {
	position: relative;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2.1em;
	line-height: 1.8;
	letter-spacing: 0;
	font-size: 0.9em;
}

.entry-content ol.asterisk > li::before {
	counter-increment: number;
	content: "※" counter(number) " ";
	position: absolute;
	left: 0;
	top: 0.5em;
	padding: 0 0.2em;
	width: auto;
	border: none;
	font-weight: 400;
}

/* Continue numbering across separate lists (※2, ※3, …) */
.entry-content ol.asterisk.start2 {
	counter-reset: number 1;
}

.entry-content ol.asterisk.start3 {
	counter-reset: number 2;
}

.entry-content ol.asterisk.start4 {
	counter-reset: number 3;
}

.entry-content ul.asterisk {
	list-style: none;
	margin: 0.85rem 0 1.4rem;
	padding: 0.55rem 0.75rem;
	border-left: 2px solid #dac7f8;
	background: #faf7fc;
}

.entry-content ul.asterisk > li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0.15em 0 0.15em 1.35em;
	text-indent: 0;
	line-height: 1.7;
	font-size: 0.82em;
	color: #555;
	letter-spacing: 0.02em;
}

.entry-content ul.asterisk > li::before {
	display: block;
	content: "※";
	position: absolute;
	left: 0;
	top: 0.15em;
	padding: 0;
	color: #8a74b5;
	font-weight: 500;
}

.entry-content ul.asterisk > li.sml,
.entry-content ul.asterisk > li .sml {
	font-size: inherit;
}

.entry-content img,
.entry-content figure {
	margin: 1.5rem 0;
}

/* Image frames: simg / msimg / ssimg (+ bod) — sizes from legacy coco */
.entry-content .simg,
.entry-content .msimg,
.entry-content .ssimg {
	margin: 1.5rem auto;
	padding: 0;
	background: transparent;
	border: 0;
	box-sizing: border-box;
}

.entry-content .simg {
	max-width: 80%;
}

.entry-content .msimg {
	max-width: 60%;
}

.entry-content .ssimg {
	max-width: 40%;
}

.entry-content .simg img,
.entry-content .msimg img,
.entry-content .ssimg img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1.25rem;
	background: #fff;
	box-sizing: border-box;
}

.entry-content .simg.bod img,
.entry-content .msimg.bod img,
.entry-content .ssimg.bod img {
	border: 1px solid #e4dde9;
}

.entry-content .simg span,
.entry-content .msimg span,
.entry-content .ssimg span {
	display: block;
	width: 100%;
	margin-top: 0.5em;
	font-size: 0.8em;
	line-height: 1.8;
	text-align: left;
	color: #555;
}

@media screen and (max-width: 736px) {
	.entry-content .simg,
	.entry-content .msimg {
		max-width: 100%;
	}

	.entry-content .ssimg {
		max-width: 70%;
	}
}

/*
 * Legacy layout: .rowuni + .wid* (+ .borderimg / .lityimg)
 * Ported from coco/css/row.css + borderimg rules
 */
.entry-content .rowuni {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5em 1.5em;
	padding: 0;
}

.entry-content .rowuni.btmn {
	margin-bottom: 0;
}

.entry-content .rowuni > [class*="wid"] {
	box-sizing: border-box;
	padding: 0.5em;
	min-width: 0;
}

.entry-content .rowuni .wid12u {
	width: 100%;
}

.entry-content .rowuni .wid9u {
	width: 75%;
}

.entry-content .rowuni .wid8u,
.entry-content .rowuni .wid8u8u {
	width: 66.6667%;
}

.entry-content .rowuni .wid6u {
	width: 50%;
}

.entry-content .rowuni .wid4u,
.entry-content .rowuni .wid4u4u,
.entry-content .rowuni .wid4u12u,
.entry-content .rowuni .wid4u6u12u {
	width: 33.3333%;
}

.entry-content .rowuni .wid3u,
.entry-content .rowuni .wid3u6u,
.entry-content .rowuni .wid3u6u12u,
.entry-content .rowuni .wid3um6u12u {
	width: 25%;
}

.entry-content .rowuni .wid2u4u,
.entry-content .rowuni .wid2u4u6u {
	width: 16.6667%;
}

.entry-content .rowuni img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.entry-content .rowuni a {
	display: block;
	line-height: 0;
	border-bottom: 0;
}

.entry-content .rowuni.lityimg {
	margin-bottom: 1em;
}

.entry-content .rowuni.lityimg a::after {
	content: none;
}

.entry-content .borderimg img {
	border: 1px solid #e4dde9;
	padding: 4px;
	background: #fff;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
	.entry-content .rowuni .wid2u4u,
	.entry-content .rowuni .wid2u4u6u {
		width: 33.3333%;
	}

	.entry-content .rowuni .wid3u6u12u,
	.entry-content .rowuni .wid4u6u12u {
		width: 50%;
	}
}

@media screen and (max-width: 980px) {
	.entry-content .rowuni .wid3um6u12u {
		width: 50%;
	}
}

@media screen and (max-width: 736px) {
	.entry-content .rowuni .wid2u4u6u,
	.entry-content .rowuni .wid3u6u {
		width: 50%;
	}

	.entry-content .rowuni .wid3um6u12u,
	.entry-content .rowuni .wid3u6u12u,
	.entry-content .rowuni .wid4u12u,
	.entry-content .rowuni .wid4u6u12u,
	.entry-content .rowuni .wid3u,
	.entry-content .rowuni .wid9u,
	.entry-content .rowuni .wid4u,
	.entry-content .rowuni .wid4u4u,
	.entry-content .rowuni .wid8u,
	.entry-content .rowuni .wid8u8u,
	.entry-content .rowuni .wid6u {
		width: 100%;
	}
}

/* Tables */
.entry-content .table-wrap {
	margin: 1.5rem 0 1.75rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	border: 1px solid #e4dde9;
	background: #fff;
}

.entry-content .table-wrap::-webkit-scrollbar {
	height: 8px;
}

.entry-content .table-wrap::-webkit-scrollbar-thumb {
	background: #cfc6db;
}

.entry-content .table-wrap::-webkit-scrollbar-track {
	background: #f3eef8;
}

.entry-content table.table {
	width: 100%;
	min-width: 36rem;
	border-collapse: collapse;
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #111;
	background: #fff;
}

.entry-content table.table.small {
	font-size: 0.82rem;
	line-height: 1.5;
}

.entry-content table.table th,
.entry-content table.table td {
	padding: 0.7rem 0.85rem;
	border-bottom: 1px solid #ebe4f2;
	border-right: 1px solid #f0ebf6;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	background: #fff;
}

.entry-content table.table th:last-child,
.entry-content table.table td:last-child {
	border-right: 0;
}

.entry-content table.table thead th {
	background: #fff;
	border-bottom: 1px solid #000;
	font-weight: 500;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.entry-content table.table.alt tbody tr:nth-child(even) td {
	background: #fff;
}

.entry-content table.table tbody tr:hover td {
	background: #fff;
}

.entry-content table.table.t01 th,
.entry-content table.table.t01 td {
	padding: 0.65rem 0.75rem;
}

.entry-content table.table i,
.entry-content table.table em {
	font-style: normal;
	font-weight: 500;
}

/* Galleries — inherit shortcode columns/size; legacy coco layout */
.entry-content .gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.75rem 2%;
	width: 100%;
	margin: 1.5rem 0 1.75rem;
	padding: 0;
	overflow: hidden;
}

.entry-content .gallery br {
	display: none;
}

.entry-content .gallery-item {
	margin: 0 !important;
	padding: 0;
	width: auto;
	float: none !important;
	position: relative;
	box-sizing: border-box;
}

/* Column widths (legacy coco) */
.entry-content .gallery.gallery-columns-1 .gallery-item {
	flex: 0 0 100%;
	max-width: 100%;
}

.entry-content .gallery.gallery-columns-2 .gallery-item {
	flex: 0 0 calc((100% - 2%) / 2);
	max-width: calc((100% - 2%) / 2);
}

.entry-content .gallery.gallery-columns-3 .gallery-item {
	flex: 0 0 calc((100% - 4%) / 3);
	max-width: calc((100% - 4%) / 3);
}

.entry-content .gallery.gallery-columns-4 .gallery-item {
	flex: 0 0 calc((100% - 6%) / 4);
	max-width: calc((100% - 6%) / 4);
}

.entry-content .gallery.gallery-columns-5 .gallery-item {
	flex: 0 0 calc((100% - 8%) / 5);
	max-width: calc((100% - 8%) / 5);
}

.entry-content .gallery.gallery-columns-6 .gallery-item,
.entry-content .gallery.gallery-columns-7 .gallery-item,
.entry-content .gallery.gallery-columns-8 .gallery-item,
.entry-content .gallery.gallery-columns-9 .gallery-item {
	flex: 0 0 calc((100% - 10%) / 6);
	max-width: calc((100% - 10%) / 6);
}

.entry-content .gallery-icon {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	text-align: center;
	line-height: 0;
}

.entry-content .gallery-icon a {
	display: block;
	line-height: 0;
	max-width: 100%;
}

/* size-* is honored by WP image markup; CSS fills the column like legacy */
.entry-content .gallery-icon img,
.entry-content .gallery .attachment-thumbnail,
.entry-content .gallery .attachment-medium,
.entry-content .gallery .attachment-large,
.entry-content .gallery .attachment-full,
.entry-content .gallery .size-thumbnail,
.entry-content .gallery .size-medium,
.entry-content .gallery .size-large,
.entry-content .gallery .size-full {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	aspect-ratio: auto;
	object-fit: unset;
	background: none;
	border: 1px solid #aaa;
	padding: 4px;
	box-sizing: border-box;
}

.entry-content .gallery-caption,
.entry-content .wp-caption-text.gallery-caption {
	display: block;
	margin: 0.35rem 0 0;
	padding: 0;
	font-size: 0.8rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #000;
	text-align: center;
}

@media (max-width: 720px) {
	.entry-content .gallery {
		gap: 0.55rem 1.5%;
	}

	.entry-content .gallery.gallery-columns-3 .gallery-item {
		flex: 0 0 calc((100% - 3%) / 3);
		max-width: calc((100% - 3%) / 3);
	}

	.entry-content .gallery.gallery-columns-4 .gallery-item,
	.entry-content .gallery.gallery-columns-5 .gallery-item,
	.entry-content .gallery.gallery-columns-6 .gallery-item,
	.entry-content .gallery.gallery-columns-7 .gallery-item,
	.entry-content .gallery.gallery-columns-8 .gallery-item,
	.entry-content .gallery.gallery-columns-9 .gallery-item {
		flex: 0 0 calc((100% - 2%) / 2);
		max-width: calc((100% - 2%) / 2);
	}

	.entry-content .gallery.gallery-columns-1 .gallery-item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.entry-content .gallery-icon img,
	.entry-content .gallery .attachment-thumbnail,
	.entry-content .gallery .size-thumbnail {
		padding: 2px;
	}
}

.entry-content blockquote {
	margin: 1.5rem 0;
	padding: 0.2rem 0 0.2rem 1rem;
	border-left: 3px solid var(--color-accent-deep);
	color: var(--color-ink-soft);
}

/* —— Default lists (plain ol / ul) —— */
.entry-content ul:not(.low):not(.lown):not(.asterisk):not(.tags):not(.actions),
.entry-content ol:not(.lown):not(.asterisk) {
	list-style: none;
	margin: 0 0 1.4rem;
	padding: 0;
}

.entry-content ul:not(.low):not(.lown):not(.asterisk):not(.tags):not(.actions) > li,
.entry-content ol:not(.lown):not(.asterisk) > li {
	position: relative;
	margin: 0 0 0.55em;
	line-height: 1.75;
	color: #111;
	letter-spacing: 0.02em;
}

.entry-content ul:not(.low):not(.lown):not(.asterisk):not(.tags):not(.actions) > li:last-child,
.entry-content ol:not(.lown):not(.asterisk) > li:last-child {
	margin-bottom: 0;
}

/* Default ul — small square bullet */
.entry-content ul:not(.low):not(.lown):not(.asterisk):not(.tags):not(.actions) > li {
	padding-left: 1.15em;
}

.entry-content ul:not(.low):not(.lown):not(.asterisk):not(.tags):not(.actions) > li::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0.68em;
	width: 0.32em;
	height: 0.32em;
	background: #111;
}

/* Default ol — accent number badge */
.entry-content ol:not(.lown):not(.asterisk) {
	counter-reset: entry-ol;
}

.entry-content ol:not(.lown):not(.asterisk) > li {
	padding-left: 2.35em;
	counter-increment: entry-ol;
}

.entry-content ol:not(.lown):not(.asterisk) > li::before {
	content: counter(entry-ol);
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0.18em;
	min-width: 1.7em;
	height: 1.7em;
	padding: 0 0.25em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #efe6fb;
	border: 1px solid #dac7f8;
	color: #111;
	font-size: 0.78em;
	font-weight: 500;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0;
	line-height: 1;
}

/* Nested lists */
.entry-content ul:not(.low):not(.lown):not(.asterisk) ul,
.entry-content ul:not(.low):not(.lown):not(.asterisk) ol,
.entry-content ol:not(.lown):not(.asterisk) ul,
.entry-content ol:not(.lown):not(.asterisk) ol {
	margin: 0.45em 0 0.2em;
}

.entry-content ol:not(.lown):not(.asterisk) ol {
	counter-reset: entry-ol-nested;
}

.entry-content ol:not(.lown):not(.asterisk) ol > li {
	counter-increment: entry-ol-nested;
	padding-left: 2.1em;
}

.entry-content ol:not(.lown):not(.asterisk) ol > li::before {
	content: counter(entry-ol-nested, lower-alpha);
	background: #f7f3fb;
	border-color: #e2d6f0;
	min-width: 1.55em;
	height: 1.55em;
	top: 0.22em;
	font-size: 0.74em;
}

.entry-content ul.low,
.entry-content ul.lown,
.entry-content ol.lown,
.entry-content ol.asterisk,
.entry-content ul.asterisk {
	padding-left: 0;
}

.entry-footer {
	margin-top: 3.5rem;
	padding-top: 0;
	border-top: 0;
}

.entry-meta {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin: 0 0 1.75rem;
	padding: 1.15rem 0 1.35rem;
	border-top: 1px solid #e8e1f0;
}

.entry-meta__byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.85rem;
	margin: 0;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	color: #666;
	line-height: 1.4;
}

.entry-meta__date {
	font-variant-numeric: tabular-nums;
}

.entry-meta__updated {
	opacity: 0.85;
}

.entry-meta__updated::before {
	content: "·";
	margin-right: 0.85rem;
	opacity: 0.45;
}

.entry-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-terms a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: var(--label-h);
	min-height: var(--label-h);
	padding: 0 0.55em var(--label-nudge);
	border: 1px solid #ddd6e4;
	background: #fff;
	text-decoration: none;
	font-size: 0.78rem;
	line-height: 1;
	color: #000;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.entry-terms a:hover {
	background: #f3ecfb;
	border-color: #c9b6ea;
	color: #000;
}

/* Series nav (clipped「補充療法の考え方」) — separate from global post-nav */
.series-nav {
	margin: 2.5rem 0 0;
	padding: 1.35rem 1.25rem 1.4rem;
	border: 1px solid #e2d6f0;
	background: #faf7fc;
}

.series-nav__head {
	margin: 0 0 1.1rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid #ebe4f2;
}

.series-nav__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
}

.series-nav__eyebrow a {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	color: #666;
	text-decoration: none;
}

.series-nav__eyebrow a:hover,
.series-nav__eyebrow a:focus-visible {
	color: #111;
	outline: none;
}

.series-nav__mark {
	font-size: 0.95em;
	line-height: 1;
}

.series-nav__title {
	margin: 0 0 0.55rem;
	font-family: var(--font-body);
	font-size: 1.05rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.series-nav__title a {
	color: #111;
	text-decoration: none;
}

.series-nav__title a:hover,
.series-nav__title a:focus-visible {
	color: #5f4d7a;
	outline: none;
}

.series-nav__lead {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.7;
	color: #555;
	letter-spacing: 0.02em;
}

.series-nav__links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.series-nav__prev,
.series-nav__next {
	display: block;
	padding: 0.95rem 1rem 1.05rem;
	text-decoration: none;
	background: #fff;
	border: 1px solid #e4dde9;
	color: #111;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.series-nav__prev:hover,
.series-nav__prev:focus-visible,
.series-nav__next:hover,
.series-nav__next:focus-visible {
	background: #f3eef8;
	border-color: #c9b6ea;
	outline: none;
}

.series-nav__prev span,
.series-nav__next span {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	color: #777;
}

.series-nav__next {
	text-align: right;
}

.series-nav__prev strong,
.series-nav__next strong {
	display: block;
	font-family: var(--font-body);
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.series-nav__placeholder {
	display: block;
}

.post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.post-nav a {
	display: block;
	padding: 1.15rem 1.2rem 1.25rem;
	text-decoration: none;
	background: #fff;
	border: 1px solid #e4dde9;
	color: #111;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.post-nav a:hover,
.post-nav a:focus-visible {
	background: #f7f3fb;
	border-color: #c9b6ea;
	outline: none;
}

.post-nav span {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	line-height: 1;
	color: #777;
}

.post-nav__prev span::before,
.post-nav__next span::after {
	content: "";
	display: block;
	width: 0.85em;
	height: 1px;
	background: currentColor;
	transition: width 0.2s ease;
}

.post-nav__prev:hover span::before,
.post-nav__prev:focus-visible span::before,
.post-nav__next:hover span::after,
.post-nav__next:focus-visible span::after {
	width: 1.35em;
}

.post-nav strong {
	display: block;
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0.02em;
}

.post-nav__next {
	text-align: right;
}

.post-nav__next span {
	justify-content: flex-end;
}

/* Password-protected post form */
.post-password-box {
	margin: 0.5rem 0 1.5rem;
	padding: 1.35rem 1.25rem 1.4rem;
	border: 1px solid #e2d6f0;
	background: linear-gradient(180deg, #faf7fc 0%, #fff 70%);
}

.post-password-box__head {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.65rem;
}

.post-password-box__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.75rem;
	height: 1.75rem;
	background: #efe6fb;
	border: 1px solid #dac7f8;
	color: #5f4d7a;
}

.post-password-box__icon .icon-lock {
	width: 14px;
	height: 14px;
}

.post-password-box__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	color: #111;
}

.post-password-box__lead {
	margin: 0 0 1.15rem;
	font-size: 0.88rem;
	line-height: 1.7;
	color: #555;
}

.post-password-box__lead a {
	color: #5f4d7a;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.post-password-box__lead a:hover,
.post-password-box__lead a:focus-visible {
	color: #111;
}

.post-password-box__form {
	margin: 0;
}

.post-password-box__label {
	display: block;
	margin: 0 0 0.4rem;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #333;
}

.post-password-box__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: stretch;
}

.post-password-box__input {
	flex: 1 1 12rem;
	min-width: 0;
	min-height: 2.75rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid #c9b6ea;
	background: #fff;
	font: inherit;
	font-size: 1rem;
	letter-spacing: 0.08em;
	color: #111;
}

.post-password-box__input:focus {
	outline: none;
	border-color: #a88fd8;
	box-shadow: 0 0 0 2px rgba(218, 199, 248, 0.55);
}

.post-password-box__input::placeholder {
	color: #aaa;
	letter-spacing: 0.02em;
}

.post-password-box__submit {
	flex: 0 0 auto;
	min-height: 2.75rem;
	padding: 0.55rem 1.35rem;
	border: 1px solid #c9b6ea;
	background: #f0e8fb;
	color: #111;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.post-password-box__submit:hover,
.post-password-box__submit:focus-visible {
	background: #ebe1fb;
	border-color: #b39ddd;
	outline: none;
}

@media (max-width: 520px) {
	.post-password-box__submit {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.entry-content ol.asterisk > li {
		padding-left: 1.7em;
	}

	.series-nav__links {
		grid-template-columns: 1fr;
	}

	.series-nav__next {
		text-align: left;
	}

	.series-nav__placeholder {
		display: none;
	}

	.post-nav {
		grid-template-columns: 1fr;
	}

	.post-nav__next {
		text-align: left;
	}

	.post-nav__next span {
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
}
