/* V31 header qualification slots: reserve stable room for four small logos. */
.top .logo {
  flex: 0 0 470px !important;
  min-width: 470px !important;
  max-width: 470px !important;
  gap: 10px !important;
}

.top .logo .logo-a {
  flex: 0 0 171px !important;
  margin-right: 10px !important;
}

.zj-top-quals {
  display: grid !important;
  grid-template-columns: repeat(4, 64px) !important;
  grid-auto-flow: column !important;
  gap: 6px !important;
  width: 274px !important;
  min-width: 274px !important;
  max-width: 274px !important;
  height: 45px !important;
  align-items: center !important;
  justify-content: start !important;
  overflow: visible !important;
}

.zj-top-qual {
  width: 64px !important;
  height: 45px !important;
  overflow: visible !important;
}

.zj-top-qual > img {
  display: block !important;
  width: 64px !important;
  height: 42px !important;
  max-width: 64px !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

.top .ss {
  flex: 1 1 auto !important;
  min-width: 320px !important;
}

@media screen and (max-width: 1180px) and (min-width: 1025px) {
  .top .logo {
    flex-basis: 470px !important;
    min-width: 470px !important;
    max-width: 470px !important;
  }
}

@media screen and (max-width: 1024px) {
  .top .logo {
    flex: initial !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .zj-top-quals {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
