
/*
  TODO: update this CSS so it pulls the FA icon
  This is what's needed in the project theme currently
  
 .openclose {
   @extend .fas-icon;
   &:before {
     content: '\f0d7';
   }
 }
*/

.rpkn-pagenav .hovertext {
  display: none;
}

li.rknav-l1 {
/* margin-left: 10px; */
  position: relative;
}

.page-links ul ul {
  padding: 12px 0 0px 10px;
}

/* 
 * This makes sure if one link has prefix and the other doesn't that the titlese line up.
 * TODO display with flex?
*/
.prev-next-links .title_prefix {
  height: 1.2em;
}

.prev-next-links a {
  hyphens: auto;
}