.wp-paginate a {
  background: #ddd;
  border: 1px solid #ddd;
  color: #1d1a1a;
  margin-right: 4px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.wp-paginate .current {
  color: #fff;
  background: #ff6a3e;
  border: 1px solid #ff6a3e;
  margin-right: 4px;
  padding: 10px 12px;
  border-radius: 5px;
}
.wp-paginate.font-inherit {
  font-family: inherit;
  text-align: center;
}
.wp-paginate a:hover, .wp-paginate a:active {
  background: #ccc;
  color: #1d1a1a;
}