/* TEMP FIX: External-link CTAs in Resources List (Square) are defaulting to
   btn-gold because paragraph--cta.html.twig pulls button_color straight off
   the link's own auto-added external-link attributes (btn-gold), and there's
   no field/UI to override it since Link Attributes module isn't enabled.
   Scoped to this component only to avoid affecting other legitimate gold
   buttons sitewide. See note for root-cause fix. */
.paragraph--resources-list--square__item a.btn-gold {
    background-color: transparent !important;
    border-color: #002c5f !important;
    color: #002c5f !important;
}

.paragraph--resources-list--square__item a.btn-gold:hover {
    background-color: #002c5f !important;
    color: #ffffff !important;
}