.wysiwyg img {
  max-width: 100%;
  width: inherit;
  height: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin-bottom: 20px;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  margin-top: 30px;
  font-weight: bold;
  position: relative;
}
.wysiwyg h1 {
  padding-left: 15px;
}
.wysiwyg h1::before {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #dad1b3;
    position: absolute;
    top: 0;
    left: 0;
}
.wysiwyg h2 {
  padding-left: 15px;
}
.wysiwyg h2::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #dad1b3;
    position: absolute;
    top: 0.65em;
    left: 0;
}
.wysiwyg h3 {
  padding-left: 15px;
}
.wysiwyg h3::before {
    content: "";
    width: 10px;
    height: 4px;
    background-color: #dad1b3;
    position: absolute;
    top: 0.75em;
    left: 0;
}
.wysiwyg h4 {
  color: #806d08;
}
.wysiwyg p:nth-last-child(1) {
  margin-bottom: 0;
}
.wysiwyg b, .wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg a {
  color: #48750c;
  text-decoration: underline !important;
  text-decoration-color: #48750c;
}
.wysiwyg a:hover {
  text-decoration: none !important;
}
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 30px;
  
}
.wysiwyg ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.wysiwyg li {
  list-style-type: inherit;
}
.wysiwyg li::marker {
  color: #af9d5f;
}
.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}
.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}
.wysiwyg blockquote {
  background-color: #efefef;
  padding: 5px 10px;
}
.wysiwyg table {
  border-collapse: collapse;
}
.wysiwyg th, .wysiwyg td {
  border: solid 1px #efefef;
}
.wysiwyg video {
  width: 100%;
  height: auto;
  max-height: 90vh;
  background-color: #f0f0f0;
}
.wysiwyg .player {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wysiwyg .player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
    margin-bottom: 15px;
  }
}