/* Devithor company brand + Aurora product lockup */
:root {
  --devithor-teal: #004D47;
  --brand-mark-size: 36px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: inherit;
}

.brand-lockup .brand-mark,
.brand-mark {
  width: var(--brand-mark-size);
  height: var(--brand-mark-size);
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 77, 71, 0.12);
}

.brand-lockup-lg .brand-mark {
  --brand-mark-size: 44px;
}

.brand-lockup-sm .brand-mark {
  --brand-mark-size: 28px;
}

.brand-logo-full {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.brand-logo-full-lg {
  height: 56px;
  max-width: 220px;
}

.brand-powered {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 11px;
  color: inherit;
  opacity: 0.85;
}

.brand-powered img {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.adm-brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 10px 18px;
}

.adm-brand-lockup img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.adm-brand-lockup span {
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 11px;
  color: #c9a06a;
  line-height: 1.2;
}

.adm-brand-lockup small {
  display: block;
  font-size: 9px;
  color: #8b93a7;
  letter-spacing: 0.08em;
}
