.wysiwyg-small p:not(:last-child), .wysiwyg-small ul:not(:last-child), .wysiwyg-small ol:not(:last-child) {
  padding-bottom: 10px;
}
.wysiwyg-small p a {
  text-decoration-thickness: from-font;
}
.wysiwyg-small p,
.wysiwyg-small p a,
.wysiwyg-small ol li,
.wysiwyg-small ul li {
  font: var(--body-s-font);
}
.wysiwyg-small p:not(:has(img, picture)):not(:last-child),
.wysiwyg-small ul:not(:last-child),
.wysiwyg-small ol:not(:last-child) {
  padding-bottom: 0.625rem;
}
.wysiwyg-small ul {
  list-style-type: disc;
  margin-left: 0.875rem;
}
.wysiwyg-small ol {
  margin: 0;
  padding-left: 0.875rem;
}
.wysiwyg-small strong {
  font-weight: 600;
}
.wysiwyg-small a.target-blank:after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: var(--primary-dark);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  vertical-align: middle;
  margin-left: 0.1875rem;
  -webkit-transition: var(--bezier);
  transition: var(--bezier);
  -webkit-mask-image: var(--icon-external-link);
          mask-image: var(--icon-external-link);
}