# Card
## Accessibility
## Accessibility
The `Card` component is a presentational container intended to visually group related content. While the component itself meets relevant WCAG 2.0 accessibility criteria, teams should thoroughly test their card implementations to ensure they remain accessible in context. Because the Card is a styled `
` with no inherent semantics or interactivity, accessibility relies entirely on the structure and elements placed within it.
### General accessibility guidance
- Ensure that content within the card (such as text, buttons, or icons) meets all relevant accessibility criteria, including contrast, focus visibility, and heading hierarchy.
- If a card is meant to be interactive (e.g., clickable to navigate), use a semantic `` or `