/* =========================================================
   Rencontres & Actualités — News pagination
   ========================================================= */

.meetups-page .news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;

  margin: 22px auto 18px;
}

.meetups-page .news-pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-width: 132px;
  min-height: 38px;
  padding: 7px 18px;

  color: var(--green, #2b625b);
  background: #fffdf8;
  border: 1px solid rgba(43, 98, 91, 0.55);
  border-radius: 8px;

  font-family: var(--body, "Nunito", sans-serif);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.meetups-page .news-pagination-btn span {
  font-family: var(--script, "Caveat", cursive);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 0.8;
}

.meetups-page .news-pagination-btn:hover {
  background: rgba(43, 98, 91, 0.08);
}

.meetups-page .news-pagination-btn[hidden] {
  display: none !important;
}

.meetups-page .news-page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 38px;
  min-height: 38px;

  color: #1f302d;
  font-family: var(--body, "Nunito", sans-serif);
  font-size: 1rem;
  font-weight: 900;
}