How can I change the link color in a coded section to black?

I have a checkbox section on my cart page here https://teefiti.dk/cart/ code: Teefiti2022. This checkbox section is coded in by a shopify expert and is not part of the original theme. So I cant change the link color through the theme settings, so how do i code it, so the link is black? Preferably black no matter if it is clicked or not.

@Barbieson As i mentioned this does nothing to this particular link as it isnt part of the theme its coded in by someone else. The settings you mentioned are already set to black hence why the “levering” link is black.

@MetteT

Add this code

.payment-terms a { color: black !important; }

Thank you!