/**
 * Allied Members page template (allied-members.php).
 * Layers on aia-directory.css: the .aia-dir shell, grid, and person cards come
 * from there. This file adds only the entry-content slot and the rule that
 * stands in for the controls bar (same 2px ink line, same gap to the grid).
 */

.aia-allied {
  padding-top: 56px;
}

/* The page's own editor content carries no bottom margin of its own — the
   last block's rhythm gap is the space down to the "Allied Members" head. */

/* Section head — mirrors .matisse-updated-grid__head-title (title + muted
   count), sitting on the ink rule below. */
.aia-allied__head {
  margin: 0 0 0.625rem;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
}
.aia-allied__head .count {
  color: var(--color-text-muted, rgba(110, 108, 102, 0.72));
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 0.25rem;
}

.aia-allied__rule {
  border: 0;
  border-top: 2px solid var(--aia-ink);
  margin: 0 0 28px;
}
