/* Shared TAS nav logo — matches home page Website Logo block */

.tas-brand-logo {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  flex-shrink: 0;
  width: auto;
}

.tas-brand-logo__icon {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 75px;
  overflow: hidden;
}

.tas-brand-logo__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tas-brand-logo__text {
  margin: 0;
  padding: 0;
  font-family: "Clash Grotesk", "Clash Grotesk Placeholder", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.4;
  color: #f3b20c;
  white-space: nowrap;
}
