.ep-sub-terms {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	padding: 8px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.ep-sub-terms::-webkit-scrollbar {
	display: none;
}

.ep-sub-terms__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	white-space: nowrap;
	color: var(--emp-charcoal, #2D2D2D);
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-decoration: none;
}

.ep-sub-terms__link:hover {
	text-decoration: underline;
	text-decoration-color: var(--emp-coral);
	color: var(--emp-charcoal);
}

.ep-sub-terms__link--active {
	color: var(--emp-coral, #E07856);
	text-decoration: underline;
	text-decoration-color: var(--emp-coral, #E07856);
	font-weight: 600;
}

.ep-sub-terms__link:active {
	transform: scale(0.97);
}