.js-pager__items {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  font-size: 1.6rem;
}

.path-frontpage .js-pager__items {
  justify-content: left;
}

.js-pager__items .is-active a {
  color: #000;
}

@media (min-width: 768px) {
  .frontpage-pager {
    display: flex;
    justify-content: space-between;
  }
}
.frontpage-pager #rss {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

/*# sourceMappingURL=pagination.css.map */
