/* SoftLegal – centrování hlavního menu */
#slHead .slh-nav-wrap {
  display: flex !important;
  justify-content: center !important;
}

#slHead .slh-nav {
  width: auto !important;
  min-width: min(100%, 1060px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
  gap: 8px !important;
}

#slHead .slh-nav a {
  text-align: center !important;
}

@media (max-width: 991px) {
  #slHead .slh-nav {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
  }
}
