/* Keep editorial card copy on shared baselines when cards sit in rows. */
@media (min-width: 761px) {
  .home-art .capability-ledger .status-label {
    min-block-size: 2lh;
    margin-block-end: 5px;
  }

  .home-art .capability-ledger h3,
  .sectors-art .sectors-audiences .audience-grid h3,
  .boundary-note-art .obligation-grid h3 {
    min-block-size: 2lh;
  }
}

/* Keep the introduction and four tracks on one editorial axis. */
.home-art .platform-priority-heading {
  max-width: var(--max);
}
