/* Your Next Customers — logo & brand marks */

.brand-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}

.brand-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand-logo--nav img {
  max-height: 40px;
  width: auto;
}

.brand-logo--sidebar img {
  max-height: 32px;
  max-width: calc(100% - 2.5rem);
}

.brand-logo--auth img {
  max-height: 48px;
}

.brand-logo--footer img {
  max-height: 36px;
  opacity: 0.95;
}

.brand-mark-only {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mark-only img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-mark-only--sm {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.text-gradient {
  background: var(--ync-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 640px) {
  .brand-logo--nav img { max-height: 32px; }
  .brand-logo--auth img { max-height: 40px; }
}
