/* Customer-case logo wall: restrained enterprise styling with explicit mobile collapse. */

#smv_con_9_47 {
  height: 1230px !important;
  overflow: visible !important;
}

#smv_con_9_47 > .yibuFrameContent {
  height: 100%;
  overflow: visible !important;
}

.bs-customer-logo-wall {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 24px;
  box-sizing: border-box;
}

.bs-customer-logo-wall-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bs-customer-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bs-customer-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  padding: 18px 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(28, 84, 164, 0.13);
  border-radius: 4px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.bs-customer-logo-tile:hover {
  border-color: rgba(28, 84, 164, 0.32);
  box-shadow: 0 8px 20px rgba(28, 84, 164, 0.08);
  transform: translateY(-2px);
}

.bs-customer-logo-tile--dark {
  background: #173f68;
  border-color: #173f68;
}

.bs-customer-logo-tile--dark:hover {
  border-color: #285a87;
  box-shadow: 0 8px 20px rgba(23, 63, 104, 0.18);
}

.bs-customer-logo-tile img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: contain;
  object-position: center;
}

@media (prefers-reduced-motion: reduce) {
  .bs-customer-logo-tile {
    transition: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .bs-customer-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #smv_con_9_47 {
    height: auto !important;
    margin-bottom: 0 !important;
  }

  #smv_con_9_47 > .yibuFrameContent {
    height: auto !important;
  }

  .bs-customer-logo-wall {
    width: 100%;
    max-width: none;
    padding: 0 12px 8px;
  }

  .bs-customer-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bs-customer-logo-tile {
    min-height: 92px;
    padding: 12px 10px;
  }

  .bs-customer-logo-tile img {
    height: 54px;
  }
}
