.brand-owner-logo {
  width: 52px;
  height: 52px;
  flex: none;
  object-fit: contain;
  filter: drop-shadow(0 7px 14px #0009);
}

.brand-product {
  min-width: 0;
  line-height: 1;
}

.brand-product strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.brand-product small {
  display: block;
  margin-top: 6px;
  color: #ffcf32;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

@media (max-width: 390px) {
  .brand-owner-logo { width: 46px; height: 46px; }
  .brand-product strong { font-size: 1.18rem; }
  .brand-product small { font-size: 0.5rem; }
}
