/* Existing portal public pages use the imported marketing components and palette.
   These additions are scoped so the imported website and signed-in app retain
   their own layouts. */
.contact-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-card h2 {
  font-family: var(--display);
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 0.6em;
}

.contact-card .button {
  max-width: 100%;
  margin-top: auto;
  overflow-wrap: anywhere;
}

.contact-questions {
  align-items: start;
}

.contact-partner-card {
  gap: 1.5em;
}

.contact-partner-card .eyebrow {
  margin-bottom: 0;
}

.contact-email {
  max-width: 100%;
  font-size: 1.25em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
}

.legal-prose {
  max-width: 76ch;
  color: var(--muted);
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.legal-prose h2 {
  color: var(--ink);
  font-size: 1.25em;
  font-weight: 500;
  margin-block: 2em 0.75em;
}

.legal-prose > :first-child {
  margin-top: 0;
}

.legal-prose p + p {
  margin-top: 1em;
}

.legal-prose ul,
.legal-prose ol {
  padding-left: 1.5em;
}

.legal-prose li + li {
  margin-top: 0.5em;
}

.legal-prose a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
