/* div_block_73 — values-grid heading wrapper (shared child of icon_cards).
   Reproduces the parent icon_cards values-variant eyebrow row, scoped under
   this SDC root (data-component) so the shared canonical class tokens
   (c-about_info__*, c-icon_cards__eyebrow*) never leak as bare utility
   selectors (rule 9). Values mirror icon_cards.css lines 56-82. */

[data-component="div_block_73"] {
  display: block;
  width: 100%;
}

[data-component="div_block_73"] .c-about_info__headin-links {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  width: 100%;
  min-height: 60px;
}

/* The eyebrow and eyebrow-dot declaration blocks were lifted to shared atoms
   (atom_c_icon_cards_eyebrow_dot, atom_c_icon_cards_eyebrow); their CSS now
   lives in css/atoms.css and the elements render via {% embed %} in
   div_block_73.twig (framework-13 WS-FE-1 Stage 2). */
