/* AURA D3.11B — final Case Studies card QA polish
   Approved by Product Owner: 13 Aug 2026.
   Scope only:
   - Match the combined Talent Acquisition Transformation outcome styling to its sister cards.
   - Use the approved Text Muted token consistently for all three card outcomes.
   - Lightly normalize desktop pre-image spacing so the three evidence visuals align more naturally.
   - No other card architecture, content, skills, imagery, routes, or behaviour changes. */

.case-library-card > p.case-outcome,
.case-card-combined .case-combined-outcomes p.case-outcome{
  color:var(--d311-muted);
  line-height:1.65;
  margin:0;
}

.case-card-combined .case-combined-outcomes{
  margin:0;
}

@media(min-width:1051px){
  .case-card-hmt .case-card-visual{margin-top:1.3rem}
  .case-card-kickoff .case-card-visual{margin-top:.4rem}
}
