/* Two-row public navigation for long menus. */
.ccf-nav-two-row .container {
  align-items: center;
  flex-direction: column;
}

.ccf-nav-two-row .ccf-brand {
  margin-right: 0;
  text-align: center;
}

.ccf-nav-two-row .ccf-nav-menu {
  margin-left: 0 !important;
  margin-top: .75rem;
  width: 100%;
}

.ccf-nav-two-row .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  gap: .35rem .5rem;
  justify-content: center;
}

.ccf-nav-two-row .nav-link {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .ccf-nav-two-row .navbar-nav {
    justify-content: flex-start;
  }

  .ccf-nav-two-row .ccf-brand {
    text-align: left;
    white-space: normal;
    width: 100%;
  }

  .ccf-nav-two-row .ccf-brand-subtitle {
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
