.whippet-query-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.whippet-query-pagination .whippet-button {
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .whippet-query-pagination .whippet-button {
    height: 56px;
    width: 56px;
    padding: 14px;
  }
  .whippet-query-pagination .whippet-button .text {
    display: none;
  }
}
.whippet-query-pagination .whippet-button svg {
  width: 24px;
  height: 24px;
}
.whippet-query-pagination .whippet-button.prev {
  margin-right: auto;
}
.whippet-query-pagination .whippet-button.next {
  margin-left: auto;
}
.whippet-query-pagination .page-numbers {
  font-size: 1.075rem;
  font-weight: 700;
}
.whippet-query-pagination .page-numbers.dots {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .whippet-query-pagination {
    gap: 20px;
  }
}
