/* ========== 博客文章分类侧边栏 ========== */
.gt-bc {
	width: 100%;
}

.gt-bc-serif {
	font-family: 'Noto Serif SC', serif;
}

.gt-bc-heading {
	font-size: 18px;
	color: #000;
	letter-spacing: 0.2em;
	margin-bottom: 24px;
}

.gt-bc-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.gt-bc-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #f3f4f6;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #6b7280;
	text-decoration: none;
	transition: color 0.25s ease;
}

.gt-bc-item:hover {
	color: #000;
}

.gt-bc-item.is-active {
	color: #000;
	font-weight: 500;
}

.gt-bc-count {
	font-size: 12px;
	color: #9ca3af;
	transition: color 0.25s ease;
}

.gt-bc-item:hover .gt-bc-count,
.gt-bc-item.is-active .gt-bc-count {
	color: #000;
}
