.pagination a {
  border: 1px solid #B39172;
  border-radius: 50%;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5208333333vw;
  color: #B39172;
  font-family: "Lora", serif;
}
@media (min-width: 1025px) {
  .pagination a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination a {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .pagination a {
    font-size: 20px !important;
  }
}
.pagination a.prev-page, .pagination a.next-page {
  border: none !important;
}
.pagination a.current-page {
  background-color: #B39172;
  color: #ffffff;
}
/*# sourceMappingURL=journal.min.css.map */
