/* ---------------------------------------------------------------------------
   Executive Board — the four rows are .ils-board-row (components.css); just
   the list reset and inter-row spacing live here.
   --------------------------------------------------------------------------- */

.board__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
  margin: 0;
  padding: 0;
  list-style: none;
}
