/* AURA D3.11I — Structured Assessment desktop label hotfix
   Date: 14 Aug 2026
   Status: INSPECTION ONLY — NOT PRODUCTION APPROVED
   Scope: Prevent the "Communication" assessment-dimension label from
   overrunning its tile on desktop/web. Mobile is intentionally untouched.
*/

@media (min-width:701px){
  /* Preserve the approved four-tile system and typography hierarchy while
     reclaiming a few pixels of usable label width inside assessment tiles. */
  .combined-summary-card.assessment .summary-system-item{
    padding-left:.18rem;
    padding-right:.18rem;
  }
  .combined-summary-card.assessment .summary-system-item b{
    font-size:.64rem;
    line-height:1.16;
  }
}
