/* What We Do — Surface Pro 7 (901–1100px): "As seen in" logo bar.
   One centered horizontal row (label + all logos). Side-rail clear.
   Does not change phone (<901) or desktop (>1100). */

@media screen and (min-width: 901px) and (max-width: 1100px) {
  html body[class] .logo-bar.logo-bar--index {
    padding: 22px 24px 22px 20px !important;
    padding-right: 72px !important;
    box-sizing: border-box;
  }

  html body[class] .logo-bar--index .logo-bar-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body[class] .logo-bar--index .logo-bar-label {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    text-align: left !important;
  }

  html body[class] .logo-bar--index .logo-bar-logos {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  html body[class] .logo-bar--index .logo-item {
    white-space: nowrap !important;
    font-size: 15px !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
  }
}
