/* Final specialty QA overrides from Design Review. */

/* Resource Hub titles hover to the approved purple, not aqua or slate. */
.page-template-template-specialty .coronis-specialty-resource-card--image:hover h3,
.page-template-template-specialty .coronis-specialty-resource-card--image:focus-within h3,
.page-template-template-specialty .coronis-specialty-resource-card--image:hover h3 a,
.page-template-template-specialty .coronis-specialty-resource-card--image:focus-within h3 a {
  color: #9929d4 !important;
}

/* Specialty case-study cards do not lift or gain a drop shadow on hover. */
.page-template-template-specialty .coronis-specialty-case-card:hover,
.page-template-template-specialty .coronis-specialty-case-card:focus-within {
  transform: none !important;
  box-shadow: none !important;
}
