I wouldn’t use an ID to edit the element’s CSS because an ID only works for a single element, and in a repeating group, you have a list.
The ideal approach is to find the CSS class using the browser’s inspect tool and add !important at the end (before the semicolon).
Example: text-decoration: none !important;