/* Filter chip active state toggle */
.ioc-filter-chip { cursor: pointer; user-select: none; }

/* Year section spacing */
.ioc-page-section { padding-bottom: 24px; }

/* Divider between filter groups */
.ioc-filter-divider {
	width: 1px;
	height: 20px;
	background: var(--line);
	margin: 0 4px;
	align-self: center;
	flex-shrink: 0;
}

/* Sort direction toggle */
.ioc-sort-dir { cursor: pointer; min-width: 32px; justify-content: center; }

/* Collection cards in this view have no progress bar — compact them slightly */
.ioc-collection-card { padding-bottom: 12px; }
