/* KOPASH V48 — production-only alignment and logo containment */
.header-v2 nav > a {
  font-size: 13px;
}

.lead-fields:first-of-type {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.viz-mark {
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.viz-mark b,
.viz-logo-circle.viz-mark b {
  font-size: 17cqw;
  line-height: .88;
  transform: none;
}

.viz-mark i,
.viz-logo-circle.viz-mark i {
  display: block;
  max-width: 88%;
  margin-top: -1cqw;
  font-size: 12.5cqw;
  line-height: .78;
  white-space: nowrap;
  transform: none;
}

@media (max-width: 780px) {
  .header-v2 nav > a {
    font-size: 13.5px;
  }

  .lead-fields:first-of-type {
    grid-template-columns: 1fr;
  }
}
