@charset "utf-8";

.editor-styles-wrapper p {
  font-size: 14px;
  line-height: 2;
  margin: 1em 0;
}

.editor-styles-wrapper h2 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  padding: 0.3em 1em 0.3em 1.2em;
  background: linear-gradient(
    90deg,
    #cfcdc6 0%,
    #cfcdc6 0.6em,
    transparent 0.6em,
    transparent 100%
  );
  margin: 1em 0;
}

.editor-styles-wrapper h3 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #a58734;
  margin: 1em 0;
}

@media (min-width: 900px) {
  .editor-styles-wrapper p {
    font-size: 15px;
  }

  .editor-styles-wrapper h2 {
    font-size: 20px;
  }

  .editor-styles-wrapper h3 {
    font-size: 20px;
  }
}
