.bcl-brand-strip {
  margin: 1.25rem 0 1.5rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.bcl-brand-strip__title {
  margin-bottom: 0.75rem;
  color: #222;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.bcl-brand-strip__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
}

.bcl-brand-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 48px;
  padding: 0.45rem 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bcl-brand-strip__item:hover,
.bcl-brand-strip__item:focus {
  border-color: rgba(250, 165, 20, 0.75);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
  transform: translateY(-1px);
}

.bcl-brand-strip__item img {
  display: block;
  max-width: 110px;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 575px) {
  .bcl-brand-strip {
    margin: 1rem 0;
    padding: 0.85rem;
  }

  .bcl-brand-strip__items {
    gap: 0.5rem;
  }

  .bcl-brand-strip__item {
    min-width: 78px;
    height: 44px;
    padding: 0.35rem 0.5rem;
  }
}
