
/* Founder top-navigation treatment */
.founder-nav-link{
  display:inline-flex !important;
  align-items:center;
  gap:.42rem;
}
.founder-nav-icon{
  display:inline-grid;
  place-items:center;
  width:1.15rem;
  height:1.15rem;
  border:1px solid currentColor;
  border-radius:50%;
  font-size:.48rem;
  line-height:1;
  opacity:.9;
}
