/* wgf-expansion-depth.css - the two layouts the /expansion/<slug>/ era blocks need beyond the
   page's own .wgf-exp-items rows (assets/wgf-expansions.css) and the zone cards
   (assets/wgf-ag-card.css). Producer: expansion_depth_render.py. Tokens only, squared. */

.wgf-expx { margin-top: 1.6rem; }
.wgf-expx-reps { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 4px; }
.wgf-exp-item.wgf-expx-rep { flex-direction: column; align-items: flex-start; gap: 4px;
  padding: 8px 10px; }
.wgf-expx-desc { color: var(--wgf-text); font-size: .86rem; line-height: 1.5; }
