.single-center {
	display: grid;
	gap: 16px;
}

.single-article,
.single-side-card,
.single-adjacent a,
.single-comments {
	border: 1px solid var(--home-line);
	border-radius: 14px;
	background: var(--home-card);
	box-shadow: var(--home-shadow);
}

.single-article {
	padding: 22px 24px 25px;
}

.single-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 20px;
	color: var(--home-muted);
	font-size: 10px;
}

.single-breadcrumb a {
	color: #75695f;
	text-decoration: none;
}

.single-breadcrumb a:hover {
	color: var(--home-orange);
}

.single-header h1 {
	margin: 0;
	font-size: clamp(22px, 2.1vw, 29px);
	line-height: 1.35;
}

.single-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 15px;
	margin-top: 14px;
	color: #9d8d80;
	font-size: 10px;
}

.single-meta > span,
.single-meta > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.single-meta .dashicons {
	width: 13px;
	height: 13px;
	font-size: 13px;
}

.single-meta__author img {
	width: 25px;
	height: 25px;
	border: 2px solid #ffe4c4;
	border-radius: 50%;
}

.single-meta__category {
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--home-orange-soft);
	color: var(--home-orange);
	text-decoration: none;
}

.single-lead {
	position: relative;
	padding: 13px 16px 13px 35px;
	margin: 18px 0;
	border-left: 3px solid #ffb15f;
	border-radius: 8px;
	background: linear-gradient(90deg, #fff3df, #fff0dc);
	color: #796b60;
	font-size: 11px;
	line-height: 1.75;
}

.single-lead i {
	position: absolute;
	top: 13px;
	left: 13px;
	color: #f6b548;
	font-style: normal;
}

.single-hero {
	margin: 0 0 21px;
}

.single-hero img {
	display: block;
	width: 100%;
	aspect-ratio: 778 / 294;
	border-radius: 11px;
	object-fit: cover;
}

.single-content {
	color: #665b53;
	font-size: 12px;
	line-height: 1.9;
}

.single-content > :first-child {
	margin-top: 0;
}

.single-content > :last-child {
	margin-bottom: 0;
}

.single-content p {
	margin: 0 0 17px;
}

.single-content h2,
.single-content h3,
.single-content h4 {
	position: relative;
	scroll-margin-top: 22px;
	color: var(--home-text);
	line-height: 1.45;
}

.single-content h2 {
	padding-left: 27px;
	margin: 26px 0 12px;
	font-size: 17px;
}

.single-content h2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "🌻";
	font-size: 17px;
}

.single-content h2::after {
	margin-left: 8px;
	color: #f2b548;
	content: "✦";
	font-size: 11px;
}

.single-content h3 {
	padding-left: 24px;
	margin: 22px 0 10px;
	font-size: 15px;
}

.single-content h3::before {
	position: absolute;
	left: 0;
	color: #bd9270;
	content: "▣";
}

.single-content ul,
.single-content ol {
	padding: 14px 18px 14px 38px;
	margin: 13px 0 20px;
	border: 1px solid #dcefe5;
	border-radius: 9px;
	background: #f5fcf8;
}

.single-content li {
	padding: 3px 0;
}

.single-content li::marker {
	color: #65c792;
}

.single-content blockquote {
	padding: 15px 18px;
	margin: 20px 0;
	border: 0;
	border-left: 3px solid var(--home-orange);
	border-radius: 8px;
	background: #fff7eb;
	color: #76685d;
	font-family: Georgia, "Noto Serif SC", serif;
	font-size: 12px;
}

.single-content pre {
	padding: 17px;
	border-radius: 10px;
	background: #292622;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 7%);
	color: #f7f0e9;
	font-size: 11px;
}

.single-content code {
	padding: 2px 5px;
	border-radius: 4px;
	background: #fff0df;
	color: #d9772e;
}

.single-content pre code {
	padding: 0;
	background: transparent;
	color: inherit;
}

.single-content img {
	border-radius: 10px;
}

.single-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0;
	font-size: 11px;
}

.single-content th,
.single-content td {
	padding: 10px;
	border: 1px solid var(--home-line);
	text-align: left;
}

.single-content th {
	background: #fff7ed;
}

.single-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 18px;
	margin-top: 27px;
	border-top: 1px solid var(--home-line);
	color: var(--home-muted);
	font-size: 9px;
}

.single-footer p {
	margin: 0;
	text-align: right;
}

.single-footer__tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.single-footer__tags a {
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--home-orange-soft);
	color: var(--home-orange);
	text-decoration: none;
}

.single-footer__tags .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.single-right {
	display: grid;
	gap: 14px;
}

.single-right > * {
	margin: 0;
}

.single-side-card {
	padding: 17px;
}

.single-side-card > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.single-side-card h2,
.single-side-card > header h2 {
	margin: 0;
	font-size: 14px;
}

.single-toc {
	position: sticky;
	top: 15px;
}

.single-toc header button {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	min-height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #c58b5d;
	font-size: 9px;
}

.single-toc header button .dashicons {
	width: 13px;
	height: 13px;
	font-size: 13px;
	transition: transform 0.2s ease;
}

.single-toc.is-collapsed header button .dashicons {
	transform: rotate(180deg);
}

.single-toc ol {
	display: grid;
	gap: 1px;
	padding: 0;
	margin: 12px 0 0;
	list-style: none;
}

.single-toc.is-collapsed ol {
	display: none;
}

.single-toc li {
	position: relative;
}

.single-toc a,
.single-toc__empty {
	display: block;
	padding: 7px 9px 7px 13px;
	border-radius: 6px;
	color: #75695f;
	font-size: 10px;
	line-height: 1.45;
	text-decoration: none;
}

.single-toc .toc-level-3 a {
	padding-left: 25px;
	font-size: 9px;
}

.single-toc li.is-active a,
.single-toc a:hover {
	background: #fff5e8;
	color: var(--home-orange);
}

.single-toc li.is-active::before {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 0;
	width: 2px;
	border-radius: 2px;
	background: var(--home-orange);
	content: "";
}

.single-share h2 {
	margin-bottom: 15px;
}

.single-share > div {
	display: flex;
	gap: 13px;
}

.single-share button,
.single-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
}

.single-share .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.share-wechat { background: #70d87b; }
.share-weibo { background: #f4645d; }
.share-native { background: #55aee8; }
.share-favorite { background: #f4b751; }

.single-share button.is-active {
	box-shadow: 0 0 0 3px rgb(244 183 81 / 24%);
}

.single-share__status {
	min-height: 14px;
	margin: 8px 0 -5px;
	color: var(--home-muted);
	font-size: 9px;
}

.single-adjacent {
	display: grid;
	gap: 10px;
}

.single-adjacent a {
	display: grid;
	gap: 4px;
	padding: 14px 17px;
	color: var(--home-text);
	text-decoration: none;
}

.single-adjacent small {
	color: var(--home-muted);
	font-size: 9px;
}

.single-adjacent strong {
	overflow: hidden;
	font-size: 11px;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-comments {
	padding: 22px;
}

.single-comments .comments-area {
	padding: 0;
	margin: 0;
	border: 0;
}

.comments-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--home-line);
}

.comments-heading > div > p {
	margin: 0 0 3px;
	color: #c99669;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.comments-heading > div > p span {
	color: #f2b548;
}

.comments-heading h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 18px;
}

.comments-heading h2 b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 25px;
	height: 21px;
	padding: 0 7px;
	border-radius: 999px;
	background: var(--home-orange-soft);
	color: var(--home-orange);
	font-size: 10px;
}

.comments-heading > p {
	margin: 0;
	color: var(--home-muted);
	font-size: 9px;
	text-align: right;
}

.comment-list,
.comment-list .children {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comment-list {
	display: grid;
	gap: 13px;
	padding: 18px 0 4px;
}

.comment-list .children {
	position: relative;
	display: grid;
	gap: 10px;
	padding: 10px 0 0 38px;
}

.comment-list .children::before {
	position: absolute;
	top: 7px;
	bottom: 12px;
	left: 16px;
	width: 1px;
	background: linear-gradient(var(--home-orange), rgb(255 151 71 / 8%));
	content: "";
}

.hinata-comment {
	margin: 0;
}

.hinata-comment__body {
	position: relative;
	padding: 15px 16px 14px;
	border: 1px solid var(--home-line);
	border-radius: 11px;
	background: #fffdfa;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hinata-comment__body:hover {
	border-color: rgb(255 151 71 / 42%);
	box-shadow: 0 8px 20px rgb(112 78 45 / 7%);
	transform: translateY(-1px);
}

.bypostauthor > .hinata-comment__body {
	border-color: rgb(255 151 71 / 35%);
	background: linear-gradient(135deg, #fffdfa, #fff8ed);
}

.bypostauthor > .hinata-comment__body::after {
	position: absolute;
	top: 14px;
	right: 15px;
	padding: 3px 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ffad5c, #ff9141);
	color: #fff;
	content: "作者";
	font-size: 8px;
	font-weight: 600;
}

.hinata-comment__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.hinata-comment__author {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.hinata-comment__author > img {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 3px solid #fff1df;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgb(134 88 49 / 12%);
	object-fit: cover;
}

.hinata-comment__author > div {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.hinata-comment__author strong,
.hinata-comment__author strong a {
	overflow: hidden;
	color: var(--home-text);
	font-size: 11px;
	line-height: 1.3;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hinata-comment__author strong a:hover {
	color: var(--home-orange);
}

.hinata-comment__time {
	color: var(--home-muted);
	font-size: 8px;
	text-decoration: none;
}

.hinata-comment__actions {
	display: flex;
	align-items: center;
	gap: 9px;
	padding-right: 0;
}

.bypostauthor > .hinata-comment__body .hinata-comment__actions {
	padding-right: 47px;
}

.hinata-comment__actions a {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 5px 8px;
	border-radius: 999px;
	color: #a08e80;
	font-size: 8px;
	text-decoration: none;
}

.hinata-comment__actions a:hover {
	background: var(--home-orange-soft);
	color: var(--home-orange);
}

.hinata-comment__actions .dashicons {
	width: 12px;
	height: 12px;
	font-size: 12px;
}

.hinata-comment__content {
	padding-left: 52px;
	margin-top: 8px;
	color: #695e55;
	font-size: 10px;
	line-height: 1.8;
}

.hinata-comment__content > :first-child {
	margin-top: 0;
}

.hinata-comment__content > :last-child {
	margin-bottom: 0;
}

.hinata-comment__content a {
	color: var(--home-orange);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.hinata-comment__notice,
.no-comments {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 11px;
	margin: 10px 0 0 52px;
	border-radius: 7px;
	background: #fff6e6;
	color: #bd814d;
	font-size: 9px;
}

.hinata-comment__notice .dashicons,
.no-comments .dashicons {
	width: 13px;
	height: 13px;
	font-size: 13px;
}

.hinata-pingback {
	padding: 11px 14px;
	border: 1px dashed var(--home-line);
	border-radius: 9px;
	background: #fffaf3;
}

.hinata-pingback p {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	color: var(--home-muted);
	font-size: 9px;
}

.hinata-pingback .dashicons {
	width: 13px;
	height: 13px;
	font-size: 13px;
}

.comments-area .comment-navigation {
	padding: 7px 0 17px;
	margin: 0;
}

.comments-area .comment-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.comments-area .comment-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 0 12px;
	border: 1px solid var(--home-line);
	border-radius: 999px;
	color: #88786c;
	font-size: 9px;
	text-decoration: none;
}

.comments-area .comment-navigation a:hover {
	border-color: var(--home-orange);
	color: var(--home-orange);
}

.comments-empty {
	display: grid;
	justify-items: center;
	padding: 26px 20px;
	margin: 18px 0 5px;
	border: 1px dashed #f0dcc7;
	border-radius: 11px;
	background: #fffaf4;
	color: var(--home-muted);
	text-align: center;
}

.comments-empty .dashicons {
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
	color: #eab275;
	font-size: 32px;
}

.comments-empty strong {
	color: var(--home-text);
	font-size: 11px;
}

.comments-empty p {
	margin: 3px 0 0;
	font-size: 9px;
}

.comment-respond {
	padding-top: 21px;
	margin-top: 18px;
	border-top: 1px solid var(--home-line);
}

.comment-list .comment-respond {
	padding: 16px;
	margin: 10px 0 0;
	border: 1px solid var(--home-line);
	border-radius: 10px;
	background: #fffaf3;
}

.comment-reply-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}

.comment-reply-heading span {
	display: block;
	margin-bottom: 3px;
	color: #c99669;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.comment-reply-title {
	margin: 0;
	font-size: 16px;
}

.cancel-reply {
	margin-left: 8px;
	font-size: 9px;
}

.cancel-reply a {
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--home-orange-soft);
	color: var(--home-orange);
	text-decoration: none;
}

.comment-notes,
.logged-in-as,
.must-log-in {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 13px;
	color: var(--home-muted);
	font-size: 9px;
}

.comment-notes .dashicons {
	width: 13px;
	height: 13px;
	color: #78bd98;
	font-size: 13px;
}

.logged-in-as a,
.must-log-in a {
	color: var(--home-orange);
}

.hinata-comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hinata-comment-form > p {
	margin: 0;
}

.hinata-comment-form .comment-notes,
.hinata-comment-form .logged-in-as,
.hinata-comment-form .must-log-in,
.hinata-comment-form .comment-form-comment,
.hinata-comment-form .comment-form-cookies-consent,
.hinata-comment-form .form-submit {
	grid-column: 1 / -1;
}

.hinata-comment-form .comment-form-url {
	grid-column: 1 / -1;
}

.hinata-comment-form label:not([for="wp-comment-cookies-consent"]) {
	display: block;
	margin-bottom: 6px;
	color: #6f6258;
	font-size: 9px;
	font-weight: 600;
}

.hinata-comment-form label span {
	color: #ef7d68;
}

.hinata-comment-form input[type="text"],
.hinata-comment-form input[type="email"],
.hinata-comment-form input[type="url"],
.hinata-comment-form textarea {
	width: 100%;
	border: 1px solid var(--home-line);
	border-radius: 9px;
	outline: 0;
	background: #fffdfa;
	color: var(--home-text);
	font: inherit;
	font-size: 10px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hinata-comment-form input[type="text"],
.hinata-comment-form input[type="email"],
.hinata-comment-form input[type="url"] {
	height: 38px;
	padding: 0 12px;
}

.hinata-comment-form textarea {
	min-height: 132px;
	padding: 12px 13px;
	line-height: 1.7;
	resize: vertical;
}

.hinata-comment-form input:focus,
.hinata-comment-form textarea:focus {
	border-color: rgb(255 151 71 / 70%);
	background: #fff;
	box-shadow: 0 0 0 3px rgb(255 151 71 / 10%);
}

.hinata-comment-form input::placeholder,
.hinata-comment-form textarea::placeholder {
	color: #b7aaa0;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	color: var(--home-muted);
	font-size: 9px;
	line-height: 1.55;
}

.comment-form-cookies-consent input {
	width: 14px;
	height: 14px;
	margin: 1px 0 0;
	accent-color: var(--home-orange);
}

.hinata-comment-form .form-submit {
	display: flex;
	justify-content: flex-end;
	padding-top: 2px;
}

.hinata-comment-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 118px;
	height: 38px;
	min-height: 38px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ffad5c, #ff9141);
	box-shadow: 0 7px 15px rgb(255 145 65 / 20%);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
}

.hinata-comment-submit:hover {
	box-shadow: 0 9px 18px rgb(255 145 65 / 30%);
	transform: translateY(-1px);
}

.hinata-comment-submit .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

[data-theme="dark"] .hinata-comment__body,
[data-theme="dark"] .hinata-comment-form input,
[data-theme="dark"] .hinata-comment-form textarea {
	background: #302923;
}

[data-theme="dark"] .bypostauthor > .hinata-comment__body,
[data-theme="dark"] .comment-list .comment-respond,
[data-theme="dark"] .comments-empty,
[data-theme="dark"] .hinata-pingback {
	background: #352c25;
}

[data-theme="dark"] .hinata-comment__content,
[data-theme="dark"] .hinata-comment-form label:not([for="wp-comment-cookies-consent"]) {
	color: var(--home-text);
}

[data-theme="dark"] .hinata-comment__notice,
[data-theme="dark"] .no-comments {
	background: #493522;
}

[data-theme="dark"] .hinata-comment-form input:focus,
[data-theme="dark"] .hinata-comment-form textarea:focus {
	background: #372f29;
}

html[data-theme="dark"] .single-comments .hinata-comment-form input,
html[data-theme="dark"] .single-comments .hinata-comment-form textarea {
	background-color: #302923 !important;
	color: #f7ede4;
}

html[data-theme="dark"] .single-comments .hinata-comment-form input:focus,
html[data-theme="dark"] .single-comments .hinata-comment-form textarea:focus {
	background-color: #372f29 !important;
}

.single-closing {
	margin: 0;
	color: #a18f80;
	font-family: Georgia, "Noto Serif SC", serif;
	font-size: 12px;
	text-align: center;
}

.single-closing span {
	color: #f2b548;
}

[data-theme="dark"] .single-breadcrumb a,
[data-theme="dark"] .single-content,
[data-theme="dark"] .single-toc a {
	color: var(--home-text);
}

[data-theme="dark"] .single-lead,
[data-theme="dark"] .single-content blockquote,
[data-theme="dark"] .single-content th,
[data-theme="dark"] .single-toc li.is-active a,
[data-theme="dark"] .single-toc a:hover {
	background: #3d3026;
	color: var(--home-text);
}

[data-theme="dark"] .single-content ul,
[data-theme="dark"] .single-content ol {
	border-color: #365247;
	background: #263a32;
}

[data-theme="dark"] .single-content code {
	background: #493322;
}

@media (max-width: 1199px) {
	.single-article { padding-inline: 20px; }
	.single-meta { gap-inline: 10px; }
}

@media (max-width: 900px) {
	.single-center { grid-column: 1; }
	.single-article { padding: 19px; }
	.single-meta > span:last-child { display: none; }
}

@media (max-width: 680px) {
	.single-article { padding: 17px 15px 20px; }
	.single-header h1 { font-size: 22px; }
	.single-breadcrumb { margin-bottom: 15px; }
	.single-meta { font-size: 9px; }
	.single-meta > span:nth-last-child(-n + 2) { display: none; }
	.single-lead { padding-left: 31px; }
	.single-hero { margin-inline: -3px; }
	.single-hero img { aspect-ratio: 16 / 8.5; }
	.single-content { font-size: 11px; }
	.single-content h2 { font-size: 16px; }
	.single-footer { align-items: flex-start; flex-direction: column; }
	.single-footer p { text-align: left; }
	.single-right { margin-top: 18px; }
	.single-toc { position: static; }
	.single-comments { padding: 18px 15px; }
	.comments-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
	.comments-heading > p { text-align: left; }
	.comment-list .children { padding-left: 22px; }
	.comment-list .children::before { left: 8px; }
	.hinata-comment__body { padding: 13px; }
	.hinata-comment__content { padding-left: 0; margin-top: 11px; }
	.hinata-comment__notice { margin-left: 0; }
	.hinata-comment-form { grid-template-columns: 1fr; }
	.hinata-comment-form > p { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
	.single-meta__category { display: none !important; }
	.single-meta > span:nth-child(4) { display: none; }
	.single-hero img { aspect-ratio: 16 / 9; }
	.single-content ul,
	.single-content ol { padding-left: 32px; }
	.hinata-comment__header { align-items: flex-start; }
	.hinata-comment__author > img { width: 38px; height: 38px; }
	.hinata-comment__actions { align-self: center; }
	.hinata-comment__actions > a:not(.comment-reply-link) { display: none; }
	.bypostauthor > .hinata-comment__body::after { top: 57px; right: 13px; }
	.bypostauthor > .hinata-comment__body .hinata-comment__actions { padding-right: 0; }
	.comment-list .children { padding-left: 14px; }
	.comment-list .children::before { left: 3px; }
	.hinata-comment-submit { width: 100%; }
}
