.gka-system-sources {
  margin-top: 13px;
  color: var(--gka-muted);
  font-size: 10px;
}

.gka-system-sources summary {
  width: max-content;
  color: var(--gka-red);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gka-system-sources ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.gka-system-sources a {
  color: var(--gka-ink) !important;
  text-underline-offset: 3px;
}

.gka-company-data > h2 {
  max-width: 100%;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.02em;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .gka-company-data > h2 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .gka-company-data > h2 {
    font-size: 24px;
  }
}
