.photorecept-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  clear: both;
}

.photorecept-pagination a,
.photorecept-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #bfbfbf;
  padding: 0;
  text-decoration: none;
}

.photorecept-pagination a {
  margin: 7px;
  color: rgba(0, 0, 0, 0.9);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.photorecept-pagination span {
  margin: 2px;
}

.photorecept-pagination a:hover,
.photorecept-pagination a:focus-visible,
.photorecept-pagination .current {
  border-color: currentColor;
}

.photorecept-pagination .current {
  font-weight: 700;
}

@media (max-width: 767px) {
  .archive-pagination.numbered-pagination {
    padding-right: 4px;
    padding-left: 4px;
  }

  .photorecept-pagination {
    gap: 6px;
  }

  .photorecept-pagination a,
  .photorecept-pagination span {
    margin: 0;
    width: 30px;
    height: 30px;
    padding: 0;
  }

  .photorecept-pagination a {
    font-size: 16px;
  }

}
