/* utility wysiwyg-editor */

.u-wysiwyg-editor {
  max-width: 680px;
}

.u-wysiwyg-editor h1,
.u-wysiwyg-editor h2,
.u-wysiwyg-editor h3,
.u-wysiwyg-editor h4 {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.u-wysiwyg-editor h2 {
  /* color: var(--blue-sky-color); */
  margin-top: 50px;
}

.u-wysiwyg-editor h2:first-child {
  margin-top: 0;
}

.u-wysiwyg-editor p {
  opacity: 0.9;
  overflow-wrap: anywhere;
}

.u-wysiwyg-editor p,
.u-wysiwyg-editor ul,
.u-wysiwyg-editor ol {
  margin-bottom: 30px;
}

.u-wysiwyg-editor ul,
.u-wysiwyg-editor ol {
  list-style: auto;
  list-style-position: inside;
}

.u-wysiwyg-editor hr {
  margin-bottom: 30px;
}

.u-wysiwyg-editor iframe {
  margin-bottom: 50px !important;
}

.u-wysiwyg-editor a {
  display: inline;
  text-decoration: underline;
}

@media(max-width: 1025px) {
  .u-wysiwyg-editor {
    overflow: hidden;

    * {
      word-wrap: break-word;
    }
  }
  
  .u-wysiwyg-editor h1,
  .u-wysiwyg-editor h2,
  .u-wysiwyg-editor h3,
  .u-wysiwyg-editor h4 {
    margin: 20px 0;
  }

  .u-wysiwyg-editor h1 {
    font-size: 32px;
  }

  .u-wysiwyg-editor h2 {
    font-size: 24px;
  }

  .u-wysiwyg-editor h3 {
    font-size: 25px;
    text-transform: uppercase;
  }

  .u-wysiwyg-editor h4 {
    font-size: 20px;
  }
}
