.site-header .eform-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  min-height: 44px;
  text-decoration: none;
  color: var(--ink, #24221f);
}

.site-header .eform-brand .eform-symbol {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.eform-brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eform-wordmark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.8px;
}

.eform-signature {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .3px;
}
