.block.wysiwyg { padding: 72px 0; }
.block.wysiwyg .wysiwyg-content { max-width: 820px; color: var(--ink); font-size: 16px; line-height: 1.7; }
.block.wysiwyg h1,
.block.wysiwyg h2,
.block.wysiwyg h3 { color: var(--ink); letter-spacing: -0.01em; margin: 1.6em 0 .5em; font-weight: 700; }
.block.wysiwyg h1 { font-size: 2rem; margin-top: 0; }
.block.wysiwyg h2 { font-size: 1.4rem; }
.block.wysiwyg h3 { font-size: 1.1rem; }
.block.wysiwyg p { margin: 0 0 1em; }
.block.wysiwyg ul,
.block.wysiwyg ol { margin: 0 0 1em 1.25em; padding: 0; }
.block.wysiwyg li { margin: .25em 0; }
.block.wysiwyg a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: rgba(26, 79, 209, 0.3);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color .15s ease, text-decoration-color .15s ease;
}
.block.wysiwyg a:hover { color: var(--orange); text-decoration-color: currentColor; }
.block.wysiwyg a:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; border-radius: 2px; text-decoration-color: currentColor; }
.block.wysiwyg strong { font-weight: 700; }
.block.wysiwyg hr { border: 0; border-top: 1px solid #e6e8ec; margin: 2em 0; }
