.taledale-novel-chapter .entry-header .entry-meta {
	display: none;
}

.taledale-novel-chapter .entry-content > p:nth-of-type(1),
.taledale-novel-chapter .entry-content > p:nth-of-type(2) {
	display: none;
}

.taledale-story-context {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 1.5rem;
	color: #64748b;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.taledale-story-context a {
	font-weight: 600;
	text-decoration: none;
}

.taledale-story-context a:hover,
.taledale-story-context a:focus-visible {
	text-decoration: underline;
}

.taledale-story-context strong {
	color: #334155;
	font-weight: 600;
}

body.single-post.taledale-novel-chapter .entry-content > nav.taledale-chapter-navigation[aria-label="Chapter navigation"] {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin: 3rem 0 1.5rem;
	padding: 24px 0;
	border-top: 1px solid #e2e8f0;
}

.taledale-chapter-navigation a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 50px;
	padding: 10px 20px;
	border: 2px solid #1769d2;
	border-radius: 5px;
	background: #ffffff;
	color: #1769d2;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.taledale-chapter-navigation .taledale-next-chapter {
	background: #1769d2;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(23, 105, 210, 0.25);
}

.taledale-chapter-navigation a:hover,
.taledale-chapter-navigation a:focus-visible {
	border-color: #0f55ad;
	background: #0f55ad;
	color: #ffffff;
}

.taledale-chapter-pages {
	margin: 1rem 0 2.5rem;
	padding: 18px 0 0;
	border-top: 1px solid #e2e8f0;
	text-align: center;
}

.taledale-pages-label {
	display: block;
	margin-bottom: 12px;
	color: #334155;
	font-size: 15px;
	font-weight: 700;
}

.taledale-page-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.taledale-page-links a,
.taledale-page-links .taledale-page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 9px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	background: #ffffff;
	color: #1769d2;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
}

.taledale-page-links .taledale-page-set {
	min-width: 82px;
}

.taledale-page-links .is-current {
	border-color: #1769d2;
	background: #1769d2;
	color: #ffffff;
	box-shadow: 0 3px 8px rgba(23, 105, 210, 0.25);
}

.taledale-page-links a:hover,
.taledale-page-links a:focus-visible {
	border-color: #0f55ad;
	background: #0f55ad;
	color: #ffffff;
}

.taledale-chapter-list {
	margin: 2rem 0;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

.taledale-chapter-list > summary {
	padding: 16px 20px;
	background: #f4f8fd;
	color: #1769d2;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	list-style-position: inside;
}

.taledale-chapter-list > summary:hover,
.taledale-chapter-list > summary:focus-visible {
	background: #eaf2fc;
	color: #0f55ad;
}

.taledale-chapter-list-content {
	padding: 6px 20px 20px;
}

.taledale-chapter-list-content h3 {
	margin-top: 1.25rem;
}

@media (max-width: 600px) {
	.taledale-novel-chapter .entry-title {
		font-size: 32px;
		line-height: 1.15;
	}

	.taledale-story-context {
		gap: 5px;
		margin-bottom: 1.25rem;
		font-size: 13px;
	}

	.taledale-story-context-separator {
		display: none;
	}

	.taledale-story-context span:last-child {
		flex-basis: 100%;
	}

	.taledale-page-links {
		gap: 7px;
	}

	.taledale-page-links a,
	.taledale-page-links .taledale-page-number {
		min-width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.taledale-page-links .taledale-page-set {
		min-width: 78px;
	}

	body.single-post.taledale-novel-chapter .entry-content > nav.taledale-chapter-navigation[aria-label="Chapter navigation"] {
		flex-direction: column;
		gap: 10px;
	}

	.taledale-chapter-navigation a {
		width: 100%;
		min-width: 0;
	}

	.taledale-chapter-list > summary {
		padding: 14px 16px;
		font-size: 17px;
	}

	.taledale-chapter-list-content {
		padding: 4px 16px 16px;
	}
}
