/**
 * Thank you message — Figma node 7:9
 * Composes section heading (with divider) + lead body copy.
 */

.fh-thank-you {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--fh-gap-thank-you);
  width: 100%;
  color: var(--fh-color-text);
  word-break: break-word;
}

.fh-thank-you__message {
  margin: 0;
  width: 100%;
  font-family: var(--fh-font-family);
  font-size: var(--fh-font-size-form-lead);
  font-weight: var(--fh-font-weight-form-lead);
  line-height: var(--fh-line-height-form-lead);
  color: var(--fh-color-text);
}
