/* Fix: Service category heading links in section-2 (What we do)
   These are .hero-heading elements in #acm-hero-150.
   Their color is set by the ACM module CSS, overriding template CSS.
   This inline custom CSS runs last and overrides all external stylesheets. */
#acm-hero-150 .hero-heading,
#acm-hero-150 .hero-heading a,
#acm-hero-150 .hero-heading a:visited {
    color: #ddeeff !important;
    text-decoration-line: underline
}

#acm-hero-150 .hero-heading a:hover {
    color: #22cc99 !important;
}

/* Fix: "View all Case Stories" link on dark section background */
.category-link {
    color: #ddeeff !important;
}
/*
a[href*="case-stories.html"] {
    color: #bbccff !important;
}
a[href*="case-stories.html"]:hover {
    color: #22cc99 !important;
}
*/