/* Header-bottom nav: full-bleed row; inner padding matches theme .container (5%) */
@media (min-width: 992px) {
  .header-bottom > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .header-bottom .inner-wrap {
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-bottom .main-nav {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* Orta hiza: li öğeleri blok olarak gruplanır, sol/sağ boşluk eşitlenir */
  .header-bottom .main-nav .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
}
