/* ── Post Nav Widget ──────────────────────────────────── */
.pnw-wrap {
	font-family: inherit;
}

/* ── Prev / Next 区块 ─────────────────────────────────── */
.pnw-block {
	padding: 14px 0;
	border-bottom: 1px solid #e8e8e8;
}

.pnw-block:first-child {
	border-top: 1px solid #e8e8e8;
}

/* ── 标签（Prev / Next） ──────────────────────────────── */
.pnw-label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #3a3a3a;
	line-height: 1.2;
	margin-bottom: 6px;
}

/* ── 日期 ─────────────────────────────────────────────── */
.pnw-date {
	display: block;
	font-size: 13px;
	color: #999;
	margin-bottom: 4px;
}

/* ── 文章标题 ─────────────────────────────────────────── */
.pnw-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

.pnw-title a {
	color: #3a3a3a;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pnw-title a:hover {
	color: #c0392b;
}

/* ── 无文章占位 ───────────────────────────────────────── */
.pnw-empty {
	margin: 0;
	font-size: 14px;
	color: #999;
}

/* ── 按钮区域 ─────────────────────────────────────────── */
.pnw-btn-wrap {
	margin-top: 16px;
	text-align: center;
}

.pnw-btn {
	display: inline-block;
	width: 100%;
	padding: 12px 24px;
	font-size: 14px;
	color: #3a3a3a;
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.pnw-btn:hover {
	color: #ffffff;
	background-color: #3a3a3a;
	border-color: #3a3a3a;
}
