Finding F-01
Payment error text does not meet minimum contrast
Description
The red validation message measures 3.2:1 against the white panel and is difficult to read at browser zoom.
Affected pages and states
Checkout — declined payment
Measured with the browser colour picker in the declined-card state.
Element: Payment declined message
Selector: #payment-error
<p id="payment-error">Payment declined</p>
Remediation
Use the approved dark-red error token and verify at least 4.5:1 for normal text.
Current code
color: #d86a6a;Recommended code
color: #9f2525;