.l-switcher {
	display: flex;
	row-gap: 0;
	column-gap: var(--space-m);
	flex-wrap: wrap;

	& > * {
		flex-grow: 1;
		flex-basis: calc(( 75ch - 100%) * 999);
		word-wrap: anywhere;
	}

	& > *:nth-last-child(n + 4) {
		flex-basis: 100%;
	}
}
