/* TV Tracker 0.1.77a - Brand header fit hotfix */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  text-decoration: none;
  overflow: visible;
  flex: 0 0 auto;
}

.brand-mark-img {
  display: block;
  width: 58px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  line-height: 1;
  white-space: nowrap;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

.brand-tv {
  color: #2f7cff;
  font-size: 1.42rem;
  font-weight: 900;
}

.brand-tracker {
  color: #e5edf7;
  font-size: 1.26rem;
  font-weight: 820;
}

.brand:hover .brand-mark-img,
.brand:hover .brand-wordmark {
  filter: brightness(1.08);
}

@media (max-width: 720px) {
  .brand {
    gap: 7px;
  }

  .brand-mark-img {
    width: 50px;
    height: 31px;
  }

  .brand-tv {
    font-size: 1.18rem;
  }

  .brand-tracker {
    font-size: 1.08rem;
  }
}
/* /TV Tracker 0.1.77a */
