.editor-content .attention-marker,
.wp-block-post-content .attention-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f1c232));
  background: -webkit-linear-gradient(transparent 60%, #f1c232 60%);
  background: linear-gradient(transparent 60%, #f1c232 60%);
}
.editor-content .attention-color,
.wp-block-post-content .attention-color {
  color: red;
}
.editor-content .box-sub,
.wp-block-post-content .box-sub {
  background-color: #f9f9f9;
  padding: 3%;
  margin-bottom: 2.5em;
}
@media (max-width: 600px) {
  .editor-content .box-sub,
  .wp-block-post-content .box-sub {
    padding: 6%;
  }
}
.editor-content .box-sub__inner *:last-child,
.wp-block-post-content .box-sub__inner *:last-child {
  margin-bottom: 0;
}
.editor-content .box-sub__inner p,
.editor-content .box-sub__inner li,
.wp-block-post-content .box-sub__inner p,
.wp-block-post-content .box-sub__inner li {
  font-size: 0.9em;
}
.editor-content .box-sub__inner p,
.wp-block-post-content .box-sub__inner p {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.editor-content .box-sub__inner li,
.wp-block-post-content .box-sub__inner li {
  margin-bottom: 0.5em;
}
.editor-content .box-sub__inner ul,
.editor-content .box-sub__inner ol,
.wp-block-post-content .box-sub__inner ul,
.wp-block-post-content .box-sub__inner ol {
  margin-bottom: 0.8em;
}
.editor-content .box-simple,
.wp-block-post-content .box-simple {
  border: 2px solid #036eb8;
  margin-bottom: 2.5em;
}
.editor-content .box-simple p.title,
.wp-block-post-content .box-simple p.title {
  display: block;
  background-color: #036eb8;
  padding: 8px 10px;
  color: #fff;
  margin: 0;
}
.editor-content .box-simple__inner,
.wp-block-post-content .box-simple__inner {
  padding: 3%;
}
@media (max-width: 600px) {
  .editor-content .box-simple__inner,
  .wp-block-post-content .box-simple__inner {
    padding: 6%;
  }
}
.editor-content .box-simple__inner *:last-child,
.wp-block-post-content .box-simple__inner *:last-child {
  margin-bottom: 0;
}
.editor-content .box-simple__inner p,
.editor-content .box-simple__inner li,
.wp-block-post-content .box-simple__inner p,
.wp-block-post-content .box-simple__inner li {
  font-size: 0.9em;
}
.editor-content .box-simple__inner p,
.wp-block-post-content .box-simple__inner p {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.editor-content .box-simple__inner li,
.wp-block-post-content .box-simple__inner li {
  margin-bottom: 0.5em;
}
.editor-content .box-simple__inner ul,
.editor-content .box-simple__inner ol,
.wp-block-post-content .box-simple__inner ul,
.wp-block-post-content .box-simple__inner ol {
  margin-bottom: 0.8em;
}/*# sourceMappingURL=style.css.map */