@charset "UTF-8";
.l-details-post-content {
  margin-top: 30px;
}
.l-details-post-content__intro-image {
  margin: 0 0 40px;
}
.l-details-post-content__intro-image img {
  border-radius: 20px;
}

.s-wysiwyg strong {
  font-weight: bold;
}
.s-wysiwyg h2 {
  font-size: 1.5em;
  color: #007ac7;
  font-weight: bold;
  margin: 35px 0 25px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .s-wysiwyg h2 {
    font-size: 1.125em;
  }
}
.s-wysiwyg h3,
.s-wysiwyg h4,
.s-wysiwyg h5,
.s-wysiwyg h6 {
  font-size: 1.125em;
  color: #007ac7;
  font-weight: bold;
  margin: 35px 0 25px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .s-wysiwyg h3,
  .s-wysiwyg h4,
  .s-wysiwyg h5,
  .s-wysiwyg h6 {
    font-size: 1em;
  }
}
.s-wysiwyg p {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.44;
}
@media (max-width: 1199.98px) {
  .s-wysiwyg p {
    font-size: 0.875em;
  }
}
.s-wysiwyg a {
  color: #007ac7 !important;
  text-decoration: underline;
}
.s-wysiwyg blockquote {
  border: solid 3px #000000;
  padding: 45px 30px 45px 110px;
  max-width: 670px;
  margin: 40px auto;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.45;
  font-style: italic;
  position: relative;
  background: #ffffff;
}
.s-wysiwyg blockquote:before {
  content: "";
  background: url("/wp-content/themes/caramoon/img/icons/quote-icon.svg") center center no-repeat;
  background-size: contain;
  height: 56px;
  width: 60px;
  position: absolute;
  left: 30px;
  top: 25px;
}
@media (max-width: 991.98px) {
  .s-wysiwyg blockquote:before {
    width: 35px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .s-wysiwyg blockquote {
    font-size: 1em;
    padding: 30px 30px 30px 80px;
  }
}
.s-wysiwyg blockquote p {
  display: inline-block;
  position: relative;
}
.s-wysiwyg blockquote p:last-child:after {
  content: "”";
}
.s-wysiwyg blockquote em {
  display: block;
  font-size: 1.5em;
  color: #000000;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 25px;
  line-height: 1.33;
  position: relative;
}
.s-wysiwyg blockquote em:before {
  content: "“";
  font-size: 4.375em;
  position: absolute;
  left: -55px;
  top: -25px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .s-wysiwyg blockquote em:before {
    font-size: 3.75em;
    left: -28px;
    top: -10px;
  }
}
.s-wysiwyg blockquote em strong {
  font-weight: bold;
  color: inherit;
}
@media (max-width: 991.98px) {
  .s-wysiwyg blockquote em {
    font-size: 16px;
    padding: 15px 15px 15px 40px;
    max-width: 90%;
  }
}
.s-wysiwyg blockquote strong {
  font-weight: normal;
  color: #000000;
}
.s-wysiwyg ul {
  padding-left: 30px;
}
@media (max-width: 1599.98px) {
  .s-wysiwyg ul {
    padding-left: 24px;
  }
}
.s-wysiwyg ul li {
  list-style-type: disc;
  margin: 25px 0;
  color: #000000;
}
@media (max-width: 1599.98px) {
  .s-wysiwyg ul li {
    margin: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .s-wysiwyg ul li {
    font-size: 0.875em;
    line-height: 1.67;
  }
}
@media (max-width: 575.98px) {
  .s-wysiwyg ul li {
    font-size: 0.75em;
  }
}
.s-wysiwyg ul li::marker {
  color: #000000;
}
.light .s-wysiwyg ul li {
  accent-color: #ffffff;
  color: #ffffff;
}
.light .s-wysiwyg ul li::marker {
  color: #ffffff;
}
.s-wysiwyg em {
  color: #000000;
  font-style: italic;
}
.s-wysiwyg table {
  width: 100%;
  font-size: 14px;
  margin: 0 0 40px;
}
@media (max-width: 575.98px) {
  .s-wysiwyg table {
    font-size: 12px;
  }
}
.s-wysiwyg table tr {
  background: #ffffff;
}
.s-wysiwyg table tr:nth-child(odd) {
  background: #f6f9fa;
}
.s-wysiwyg table td {
  text-align: left;
  color: #000000;
  font-weight: bold;
  padding: 8px 15px;
  width: 35%;
}
@media (max-width: 575.98px) {
  .s-wysiwyg table td {
    padding: 10px 5px;
    width: 40%;
  }
}
.s-wysiwyg table th {
  text-align: left;
  color: #000000;
  padding: 8px 15px;
  width: 30%;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .s-wysiwyg table th {
    padding: 10px 5px;
    width: 20%;
  }
}
.s-wysiwyg img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
}