.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  padding: 18px;
  border-top: 1px solid var(--line);
}

.pagination a {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  padding: 0 9px;
  border-radius: 7px;
  background: #16283c;
  color: var(--muted);
  text-decoration: none;
}

.pagination a:hover,
.pagination a.active {
  background: var(--blue);
  color: #06131f;
  font-weight: 800;
}

.event-list.archive {
  max-height: none;
}
