/* Original symbols paired with live, accessible site wordmarks. */
.brand.brand-custom {
  gap: 10px;
  flex-shrink: 0;
}
.brand-custom .brand-symbol {
  display: block;
  width: 38px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 38px;
}
.brand-custom .brand-wordmark {
  white-space: nowrap;
}
.site-footer .brand-custom {
  color: var(--color-white);
}
.site-footer .brand-custom small {
  color: #8fe6f3;
}
.brand.brand-tax {
  gap: 8px;
}
.brand-tax .brand-symbol {
  width: 30px;
  flex-basis: 30px;
  height: 52px;
}
.brand.brand-tax strong {
  font-family: Manrope, "Avenir Next", ui-sans-serif, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.08;
  text-transform: lowercase;
}
.brand.brand-tax small {
  margin-top: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}
.site-footer .brand-tax small {
  color: #b9e59a;
}
@media (max-width: 650px) {
  .brand-custom .brand-symbol {
    width: 32px;
    flex-basis: 32px;
    height: 44px;
  }
  .brand-tax .brand-symbol {
    width: 26px;
    flex-basis: 26px;
    height: 46px;
  }
  .brand.brand-tax strong {
    font-size: 1.5rem;
  }
}
