.item {
	@apply px-4 space-x-2 inline-flex w-full items-center hover:bg-light transition-colors cursor-pointer h-10;
}

.item-label {
	@apply flex-grow max-w-full overflow-hidden text-ellipsis whitespace-nowrap;
}

.group-label {
	@apply h-10 px-4 text-overline text-muted leading-10;
}

.active {
	@apply bg-accent text-white hover:bg-accent;
}

.group {
	@apply pb-5 pt-5 first-of-type:pt-0 last-of-type:pb-0;
}

.list {
	@apply divide-y;
}
