/*
 Theme Name: OES Block Theme – Child
 Template: oes-block-theme-main
 Description: Child theme for OES Block
 Author: Robert Kryński
 Version: 1.0.0
*/


.navigation.pagination {
  display: flex;
  gap: .5rem;
  justify-content: center;
  margin-top: 2rem;
}
.navigation.pagination .page-numbers {
  padding: .4rem .7rem;
  border: 1px solid var(--wp--preset--color--foreground, currentColor);
  text-decoration: none;
}
.navigation.pagination .current { font-weight: 700; }
