/*
 Theme Name:   astra-child
 Template:     astra
*/



/* Sibling Page Navigation - Complete */
.child-page-navigation {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

/* General style for BOTH links */
.child-page-navigation a {
  text-decoration: none;
  font-weight: bold;
  color: #0073aa; /* WordPress blue, change as needed */
  padding: 0.5rem 0; /* Adds some vertical space */
}

.child-page-navigation a:hover {
  text-decoration: underline;
}

/* Specific selector for the PREVIOUS link */
.child-page-navigation .prev-page-link {
  margin-right: auto; /* This pushes the element to the end (left) */
}

/* Specific selector for the NEXT link */
.child-page-navigation next-page-link {
  margin-left: auto; /* This pushes the element to the end (right) */
}