/* Custom styles for Flüchtlingshilfe Xanten */

/* Prevent nav links from wrapping to multiple lines */
.g-navlinks a {
  white-space: nowrap;
}

/* Ensure Font Awesome icons render properly */
.g-navlinks i,
.g-nav__cta i,
.g-nav__toggle i {
  display: inline-block;
  width: auto;
  height: auto;
}

/* Slightly reduce nav padding if needed to fit all items */
@media (min-width: 768px) and (max-width: 1024px) {
  .g-navlinks a {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 0.95rem;
  }
}
