.post-full {
	max-width: 1000px;
	margin: 0 auto;
	background: #fffdf9;
	border: 1px solid #e8dfd0;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(26, 23, 20, 0.07);
	padding: clamp(14px, 2.5vw, 32px);
}

.post-full::after {
	content: '';
	display: table;
	clear: both;
}

.post-full header {
	text-align: left;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.post-full-header {
	padding-top: 0.5em !important;
	padding-left: 1.5em;
}

#main > section.three .post-full header h2 {
	display: block !important;
	text-align: left !important;
	font-family: "Manrope", "Source Sans Pro", sans-serif !important;
	font-size: clamp(0.94em, 2.31vw, 1.08em) !important;
	font-weight: 700 !important;
	margin: 0 0 0.5em 0 !important;
}

.post-full .post-body {
	color: var(--ink-soft);
	font-size: 0.9em;
	line-height: 1.5;
	text-align: justify;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.post-full .post-body p {
	margin: 0 0 0.5em 0;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	line-height: inherit;
}
.post-full .post-body div {
	margin: 0 0 0.5em 0;
}
.post-full .post-body b,
.post-full .post-body strong {
	font-weight: 700 !important;
}
.post-full .post-body h3 {
	font-size: 1.05em;
	margin: 0.6em 0 0.2em 0;
	font-weight: 700 !important;
	font-family: "Manrope", "Source Sans Pro", sans-serif !important;
	color: var(--ink) !important;
}
.post-full .post-body blockquote {
	margin: 0.4em 0;
	padding: 0.2em 0.8em;
	border-left: 3px solid var(--jade);
	color: var(--ink-soft);
}
.post-full .post-body a {
	color: var(--gold-soft);
	text-decoration: none;
	border-bottom: 1px solid rgba(184,149,107,0.35);
}
.post-full .post-body a:hover {
	color: var(--gold);
	border-bottom-color: transparent;
}
.post-full .post-body u {
	text-decoration: underline;
}
.post-full .post-body.clear-below strong {
	display: block;
	text-align: left;
	font-weight: 700;
	font-size: 1.05em;
	color: var(--ink);
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.clear-below {
	clear: both;
	padding-top: 1.5em;
}

.post-descriptions-top {
	display: flex;
	align-items: flex-start;
	gap: clamp(0.3em, 0.8vw, 0.7em);
	margin-bottom: 0;
}

.post-descriptions-text {
	flex: 1;
	min-width: 0;
	padding-top: 0.4em;
}

.post-descriptions-text header {
	text-align: left;
	margin: 0 0 0 0 !important;
}

.post-descriptions-text header h2,
#main > section.three .post-full .post-descriptions-text header h2 {
	text-align: left !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	text-indent: 0 !important;
	margin-bottom: 0 !important;
}

.post-chinese-name {
	text-align: left;
	font-size: clamp(16px, 1.8vw, 20px);
	color: var(--ink-soft);
	margin-top: 0;
	margin-bottom: 2em;
	padding-left: 0;
}

.post-descriptions-top + .clear-below {
	padding-top: 0.5em;
}

.post-descriptions-text .post-intro {
	margin-top: 0;
	overflow: visible;
}

.post-descriptions-text a {
	color: var(--gold-soft);
	text-decoration: none;
	border-bottom: none;
}

.post-descriptions-text a:hover {
	color: var(--gold) !important;
}

.post-descriptions-text .intro-row {
	display: flex;
	justify-content: flex-start;
	column-gap: 0.5em;
	padding: 0;
	font-size: clamp(14px, 1.4vw, 16px);
	margin: 0 0 0.5em 0 !important;
	line-height: 1.2;
}
.intro-value {
	text-align: right;
	white-space: nowrap;
}

.post-full .post-body.clear-below strong:first-child {
	margin-top: 0;
}

.beside-album {
	overflow: hidden;
}

.post-full-header {
	clear: none;
	text-align: left;
	padding-top: 0;
}

.post-intro {
	overflow: hidden;
	font-weight: 700;
	font-size: 0.88em;
	margin-top: 1.5em;
}

.post-intro p {
	max-width: none !important;
	margin: 0 0 0.5em 0 !important;
	text-indent: 0 !important;
	margin-bottom: 0 !important;
}

.post-album {
	float: left;
	width: 40%;
	max-width: 480px;
	margin: 0 1em 0.8em 1.5em;
	border-radius: 12px !important;
	overflow: hidden !important;
}
.album-main {
	position: relative;
	border-radius: 12px;
}
.album-main-img {
	display: block;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
	border-radius: 12px !important;
}
.album-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.4;
	cursor: pointer;
	padding: 22px 18px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.25s;
}
.album-arrow:hover { opacity: 0.85; }
.album-prev { left: 0; }
.album-next { right: 0; }
.arrow-icon {
	display: block;
	width: 28px;
	height: 28px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.arrow-left  { transform: rotate(45deg); margin-left: 4px; }
.arrow-right { transform: rotate(-135deg); margin-right: 4px; }
.album-thumbs {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 6px 0;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(0,0,0,0.15) transparent;
}
.album-thumb {
	flex: 0 0 auto;
	width: clamp(56px, 7vw, 80px);
	height: clamp(42px, 5vw, 60px);
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.2s, opacity 0.2s;
	opacity: 0.55;
	background: var(--parchment-deep);
}
.album-thumb:hover { opacity: 0.8; }
.album-thumb.active {
	opacity: 1;
	border-color: var(--jade);
}
.album-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 900px) {
	.post-descriptions-top {
		gap: 1.2em;
	}
	.post-album {
		width: 40%;
		margin-right: 1em;
		margin-left: 1.5em;
	}
}

@media (max-width: 700px) {
	.post-album {
		float: none;
		width: calc(100% - 3em);
		max-width: none;
		margin: 0 auto 0.6em auto;
		padding: 0;
	}
	.post-descriptions-top {
		flex-direction: column;
		align-items: stretch;
	}
	.post-descriptions-text { margin-top: 0; padding-top: 0.2em; padding-left: 1.5em; }
	.post-chinese-name { margin-bottom: 1em; }
	.post-descriptions-top .post-album {
		width: calc(100% - 3em);
		max-width: none;
		float: none;
		margin: 0 auto 0.6em auto;
	}
	.clear-below {
		clear: none;
		padding-top: 0;
	}
}
@media (max-width: 600px) {
	.album-arrow { padding: 18px 14px; }
	.arrow-icon { width: 22px; height: 22px; }
	.album-main-img { max-height: 30vh; }
	.album-thumb { width: clamp(44px, 12vw, 60px); height: clamp(34px, 9vw, 46px); }
}

.lightbox-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-overlay.hidden { display: none; }

.lightbox-img {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	cursor: default;
	border-radius: 6px;
}

.lightbox-arrow {
	position: absolute;
	cursor: pointer;
	z-index: 100001;
	opacity: 0.5;
	transition: opacity 0.2s;
}
.lightbox-arrow:hover { opacity: 1; }
.lightbox-prev, .lightbox-next {
	top: 50%;
	transform: translateY(-50%);
	padding: 22px 18px;
}
.lightbox-prev { left: 8px; }
.lightbox-next { right: 8px; }
.lightbox-arrow .arrow-icon {
	display: block;
	width: 32px;
	height: 32px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.lightbox-close {
	top: 10px !important;
	right: 14px !important;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: none !important;
	padding: 0 !important;
}
.lightbox-close .close-x {
	position: relative;
	width: 32px;
	height: 32px;
}
.lightbox-close .close-x::before,
.lightbox-close .close-x::after {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 3px;
	height: 32px;
	background: #fff;
	border-radius: 1px;
}
.lightbox-close .close-x::before { transform: rotate(45deg); }
.lightbox-close .close-x::after  { transform: rotate(-45deg); }

.lightbox-counter {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.85em;
}

@media (max-width: 600px) {
	.lightbox-prev, .lightbox-next { padding: 14px 12px; }
	.lightbox-arrow .arrow-icon { width: 24px; height: 24px; }
	.lightbox-close { top: 6px; right: 8px; width: 40px; height: 40px; }
	.lightbox-close .close-x { width: 24px; height: 24px; }
	.lightbox-close .close-x::before,
	.lightbox-close .close-x::after { width: 2px; height: 24px; left: 11px; }
	.lightbox-prev { left: 2px; }
	.lightbox-next { right: 2px; }
}
