/* ── AGENTS PAGE ── */
.agents-grid-full {
  padding-bottom: 100px;
}

.agents-grid-full .agent-card {
  gap: var(--space-4);
}

@media (max-width: 900px) {
  .agents-grid-full {
    padding-bottom: 60px;
  }
}
