/* Aces Guide: accessible brand colors by surface */
.skip-link {
  color: #C91826 !important;
}

/* Deep red for normal text and links on white or scorecard gray. */
body main .has-custom-gallery-white-background-color .has-custom-aces-red-color,
body main .has-custom-gallery-white-background-color .has-custom-aces-red-color a,
body main .has-custom-scorecard-gray-background-color .has-custom-aces-red-color,
body main .has-custom-scorecard-gray-background-color .has-custom-aces-red-color a,
body.page-id-52 main .wp-block-paragraph a:not(.wp-element-button),
body.page-id-1887 main .wp-block-paragraph a:not(.wp-element-button),
body.page-id-1754 main .wp-block-paragraph a:not(.wp-element-button),
body.page-id-1931 main .wp-block-paragraph a:not(.wp-element-button),
body.page-id-1947 main .wp-block-paragraph a:not(.wp-element-button),
body.page-id-2141 main .wp-block-paragraph a:not(.wp-element-button) {
  color: #C91826 !important;
}

/* Bright Aces red for red text and links on black surfaces. */
body main .has-custom-flag-black-background-color .has-custom-aces-red-color,
body main .has-custom-flag-black-background-color .has-custom-aces-red-color a,
body main .has-custom-tournament-black-background-color .has-custom-aces-red-color,
body main .has-custom-tournament-black-background-color .has-custom-aces-red-color a,
body main .has-custom-tournament-black-background-color .has-custom-aces-deep-red-color,
body main .has-custom-tournament-black-background-color .has-custom-aces-deep-red-color a {
  color: #F01E2E !important;
}

/* Preserve deep red inside light cards nested within dark sections. */
body main .has-custom-tournament-black-background-color .has-custom-gallery-white-background-color .has-custom-aces-red-color,
body main .has-custom-tournament-black-background-color .has-custom-gallery-white-background-color .has-custom-aces-red-color a,
body main .has-custom-tournament-black-background-color .has-custom-scorecard-gray-background-color .has-custom-aces-red-color,
body main .has-custom-tournament-black-background-color .has-custom-scorecard-gray-background-color .has-custom-aces-red-color a {
  color: #C91826 !important;
}