@charset "UTF-8";

#wp_page_numbers {
  display: flex;
  gap: 4px;
  padding: 0;
}

#wp_page_numbers li {
  width: 39px;
  height: 43px;
  border: 1px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  border-radius: 4px;
  list-style: none
}

#wp_page_numbers li.space {
  border: none;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

#wp_page_numbers li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: bold;
}

#wp_page_numbers li.active_page a {
  color: #fff;
  background-color: #4fa8d9;
}

#wp_page_numbers li a:hover {
  color: #fff;
  background-color: #4fa8d9;
}