.th-content {
	min-height: 60vh;
}

.th-section-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.th-archive-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	padding: 32px 0 56px;
}

.th-archive-header {
	margin-bottom: 24px;
}

.th-archive-title {
	font-size: 28px;
}

.th-archive-desc {
	color: var(--th-text-muted);
	margin-top: 8px;
}

.th-archive-grid {
	grid-template-columns: repeat(3, 1fr);
}

.th-pagination ul {
	display: flex;
	gap: 8px;
	margin-top: 32px;
	flex-wrap: wrap;
}

.th-pagination a,
.th-pagination span {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--th-border);
	border-radius: 8px;
	padding: 0 10px;
}

.th-pagination .current {
	background: var(--th-accent);
	color: #fff;
	border-color: var(--th-accent);
}

.th-page-wrap {
	padding: 32px 0 56px;
	max-width: 760px;
	margin: 0 auto;
}

.th-page-title {
	font-size: 32px;
	margin-bottom: 20px;
}

.th-404-wrap {
	padding: 64px 0;
	text-align: center;
}

.th-404-title {
	font-size: 80px;
	color: var(--th-accent);
}

.th-404-text {
	color: var(--th-text-muted);
	margin: 16px 0 24px;
}

.th-404-wrap .th-search-form {
	max-width: 420px;
	margin: 0 auto 40px;
}

.th-404-wrap .th-section-title {
	text-align: left;
	margin-top: 32px;
}
