.term-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--spacing-20);
	list-style: none;
	margin: 0;
	padding: 0;

	@media (width >= 1000px) {
		gap: var(--spacing-30);
	}
}

.term-links__item {
	font-size: var(--step--1);
}

.term-links__link {
	font-size: var(--step--1);
	font-weight: 600;
	text-decoration: none;

	.term-links__item:first-child & {
		text-decoration: underline;
	}

	&:hover,
	&:focus-visible {
		text-decoration: underline;
	}
}
