/* Bosla feature chunk: trending — conditional bundle (audit P1-A). */

.bosla-trending-list {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: bosla-trending;
}

.bosla-trending-item {
	display: flex;
	align-items: baseline;
	gap: 0.7rem;
	padding-block: 0.55rem;
	border-block-end: 1px solid var(--bosla-color-border, #e2e5e9);
}

.bosla-trending-item:last-child {
	border-block-end: 0;
}

.bosla-trending-rank {
	flex: none;
	inline-size: 1.5rem;
	block-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bosla-accent-soft, rgb(56 88 233 / 0.1));
	color: var(--bosla-color-accent, #3858e9);
	font-size: 0.8rem;
	font-weight: 700;
}

.bosla-trending-link {
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}

.bosla-trending-link:hover {
	color: var(--bosla-color-accent, #3858e9);
}
