body.archive.category {
  padding: 0px;
}

.pagination {
  position: relative;
  z-index: 4;
}

.page-item {
  padding: 0 5px;
}

.page-item a, .page-numbers.current {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  border: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  color: #888DA0;
  background: #fff;
  letter-spacing: 1px;
}

.page-numbers.current, .page-item a:hover {
  color: #fff;
  background: #4DB7FE;
}