/* ==========================================================================
   CHI SIAMO — DOWNLOADS  (Figma 2001:2756, y=3440–3717)
   Six rows of (document label + download link) — the "download row"
   repeating unit anticipated in the project goal notes. The button turned
   out to be a plain PULSANTE instance (label "download" + the same
   arrow-right glyph used everywhere else, get_design_context on 2001:2818),
   not a distinct icon — so this reuses .aec-btn unmodified rather than
   adding a new button variant.
   ========================================================================== */
.downloads { padding-bottom: var(--space-120); }

.downloads__list { border-top: 1px solid var(--c-rule); }
.downloads__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;   /* measured: row-to-row is 46px (3440→3486…), label+button are 22px tall */
  border-bottom: 1px solid var(--c-rule);
}
.downloads__label {
  margin: 0;
  text-transform: uppercase;   /* Figma types the label pre-uppercased; done via CSS instead, same as the kickers */
}
