.pagination-custom{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.page-item-custom{
  margin: 0 8px;
}
.page-link-custom{
  min-width: 27px;
  height: 27px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--bs-body-color) !important;
}
.page-link-custom span{
  padding-top: 4px;
}
.page-link-custom.active {
  border-color: var(--bs-body-color);;
}
@media (min-width:992px){
  .page-item-custom{
    margin: 0 9px;
  }
  .page-link-custom{
    min-width: 30px;
    height: 30px;
  }
}
