.product-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: inherit;
}

.product-brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 38px;
  height: 34px;
  padding: 3px;
  border-radius: 9px;
  background: #fff;
  object-fit: contain;
}

.product-brand-name {
  color: #fff;
  font: 700 20px Manrope, sans-serif;
  letter-spacing: -.02em;
}

.product-brand-full {
  display: block;
  width: min(330px, 100%);
  height: auto;
  padding: 8px 10px;
  border-radius: 14px;
  background: #fff;
}

.auth-mobile-brand {
  display: none;
  margin-bottom: 28px;
}

.error-brand .product-brand-mark {
  width: 42px;
  height: 38px;
  border: 1px solid #dfe9e7;
}

.error-brand .product-brand-name {
  color: var(--ink);
  font-size: 19px;
}

.sidebar-wordmark .product-brand-name {
  font-size: 22px;
  letter-spacing: -.035em;
}

@media (max-width: 760px) {
  .auth-mobile-brand { display: block; }
  .auth-mobile-brand .product-brand-full { width: min(240px, 100%); }
  .sidebar.collapsed .sidebar-wordmark { display: inline-flex; }
  .sidebar.collapsed .product-brand-name { display: block; }
}
