/* Keep the news list in normal document flow so the footer never covers it. */
.didi {
  height: auto !important;
  min-height: 0;
}

.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 24px 0 8px;
  font-size: 16px;
}

.news-pagination a {
  color: #478ac9;
  text-decoration: none;
}

.news-pagination a:hover {
  text-decoration: underline;
}
