/* ========================================
   评论排序 Tabs + 作者标记
   ======================================== */

/* ── 排序 Tabs ── */
.sicza-sort-tabs {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 0 16px;
}

.sicza-sort-tab {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 500;
	color: #999;
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 100px;
	text-decoration: none;
	transition: all .15s;
}

.sicza-sort-tab:hover { color: #555; background: #eee; }

.sicza-sort-tab--active {
	color: #fff;
	background: #333;
	border-color: #333;
}

.sicza-sort-tab--active:hover { color: #fff; background: #555; }

/* ── 作者名旁小圆图标 ── */
.sicza-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 9px;
	border-radius: 50%;
	margin-left: 5px;
	vertical-align: middle;
	line-height: 1;
}

.sicza-mark--author {
	background: #e3f2fd;
	color: #1565c0;
}

.sicza-mark--replied {
	background: #f0f0f0;
	color: #999;
}
