html :where(.wp-block) {
  max-width: 100%;
}

.editor-styles-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  font-family: unset;
  font-size: min(1.75rem, 28px);
  line-height: 2;
  width: 100%;
  margin-top: min(2.083vw, 40px);
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center !important;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper {
    font-size: 1rem;
    margin-top: 5.128vw;
  }
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper p {
  all: revert;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  list-style: revert;
  padding: revert;
}
.editor-styles-wrapper li {
  display: revert;
  font-size: revert;
  list-style: revert;
  margin: revert;
  padding: revert;
}
.editor-styles-wrapper img {
  max-width: 100%;
}
.editor-styles-wrapper a {
  text-decoration: underline;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper em {
  font-style: italic;
}
.editor-styles-wrapper blockquote {
  background: #e5e4ea;
  font-size: 0.75em;
  line-height: 2;
  padding: min(0.26vw, 5px) min(0.521vw, 10px);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper blockquote {
    padding: 1.282vw 2.564vw;
  }
}
.editor-styles-wrapper blockquote p {
  margin-top: 0;
}
.editor-styles-wrapper hr {
  height: 1px;
  padding: 0;
  display: block;
  border: 0;
  background: #000;
}
.editor-styles-wrapper a {
  color: #924898;
  text-decoration: underline;
  vertical-align: baseline;
}
.editor-styles-wrapper del {
  vertical-align: baseline;
}
.editor-styles-wrapper h1 {
  font-size: min(2rem, 32px);
  line-height: 1.5;
}/*# sourceMappingURL=editor.css.map */