@container main (min-width: 64.0625rem) {
  .wysiwyg p:not(:last-child),
  .wysiwyg ul:not(:last-child),
  .wysiwyg ol:not(:last-child),
  .wysiwyg h2:not(:last-child),
  .wysiwyg figure:not(:last-child),
  .wysiwyg blockquote:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
@container main (max-width: 64rem) {
  .wysiwyg p:not(:last-child),
  .wysiwyg ul:not(:last-child),
  .wysiwyg ol:not(:last-child),
  .wysiwyg h2:not(:last-child),
  .wysiwyg figure:not(:last-child),
  .wysiwyg blockquote:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@container main (min-width: 64.0625rem) {
  .wysiwyg h2:not(:first-child) {
    margin-top: 3.125rem;
  }
}
@container main (max-width: 64rem) {
  .wysiwyg h2:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@container main (min-width: 64.0625rem) {
  .wysiwyg h3:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@container main (max-width: 64rem) {
  .wysiwyg h3:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@container main (min-width: 64.0625rem) {
  .wysiwyg h4:not(:first-child) {
    margin-top: 3.125rem;
  }
}
@container main (max-width: 64rem) {
  .wysiwyg h4:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.wysiwyg ul,
.wysiwyg ol {
  display: -ms-grid;
  display: grid;
  row-gap: 0.4375rem;
  padding-left: 1.75rem;
}
.wysiwyg ul li,
.wysiwyg ol li {
  font: var(--body-font);
}
.wysiwyg a {
  color: inherit;
  font-weight: 500;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg picture {
  display: block;
  overflow: hidden;
  line-height: 1;
}
.wysiwyg figure {
  padding: 0;
  margin: 0;
}
.wysiwyg figure.alignnone {
  width: 100% !important;
  height: auto;
}
.wysiwyg figure img,
.wysiwyg figure picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.wysiwyg figure picture:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.wysiwyg figure figcaption {
  font: var(--body-small-font);
}