:is(
	[data-id="e1d2c9d"],
	[data-interaction-id="e1d2c9d"],
	[data-id="cdtrmact"],
	[data-interaction-id="cdtrmact"]
) > a {
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
	transition: text-decoration-color 160ms ease;
}

:is(
	[data-id="e1d2c9d"],
	[data-interaction-id="e1d2c9d"],
	[data-id="cdtrmact"],
	[data-interaction-id="cdtrmact"]
) > a:is(:hover, :focus-visible) {
	text-decoration-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
	:is(
		[data-id="e1d2c9d"],
		[data-interaction-id="e1d2c9d"],
		[data-id="cdtrmact"],
		[data-interaction-id="cdtrmact"]
	) > a {
		transition: none;
	}
}
