.editor-styles-wrapper .is-root-container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-weight: 400;
}

.c-Gutenberg,
.editor-styles-wrapper .is-root-container {
  line-height: 1.8;
}
.c-Gutenberg h1,
.editor-styles-wrapper .is-root-container h1 {
  margin: 0 0 24px;
  padding: 10px 25px;
  font-size: 1.875rem;
  font-weight: bold;
  font-weight: 700;
  background-color: #F7F7F7;
  border-left: solid 2px #A99870;
}
@media (max-width: 767.9px) {
  .c-Gutenberg h1,
  .editor-styles-wrapper .is-root-container h1 {
    padding: 12px 20px;
    font-size: 1.25rem;
  }
}
.c-Gutenberg h2,
.editor-styles-wrapper .is-root-container h2 {
  margin: 0 0 24px;
  padding: 12px 25px;
  font-size: 1.6875rem;
  font-weight: bold;
  font-weight: 700;
  background-color: #F7F7F7;
  border-left: solid 2px #A99870;
}
@media (max-width: 767.9px) {
  .c-Gutenberg h2,
  .editor-styles-wrapper .is-root-container h2 {
    padding: 10px 20px;
    font-size: 1.125rem;
  }
}
.c-Gutenberg h3,
.editor-styles-wrapper .is-root-container h3 {
  margin: 0 0 25px;
  padding: 0 0 0 50px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767.9px) {
  .c-Gutenberg h3,
  .editor-styles-wrapper .is-root-container h3 {
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 1rem;
  }
}
.c-Gutenberg h3::before,
.editor-styles-wrapper .is-root-container h3::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #A99870;
  position: absolute;
  left: 0;
  top: 0.85em;
}
@media (max-width: 767.9px) {
  .c-Gutenberg h3::before,
  .editor-styles-wrapper .is-root-container h3::before {
    width: 24px;
    height: 2px;
  }
}
.c-Gutenberg h4,
.editor-styles-wrapper .is-root-container h4 {
  margin: 0 0 20px;
  padding: 0 0 0 24px;
  font-size: 1.375rem;
  font-weight: bold;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767.9px) {
  .c-Gutenberg h4,
  .editor-styles-wrapper .is-root-container h4 {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 1rem;
  }
}
.c-Gutenberg h4::before,
.editor-styles-wrapper .is-root-container h4::before {
  content: "";
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #A99870;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media (max-width: 767.9px) {
  .c-Gutenberg h4::before,
  .editor-styles-wrapper .is-root-container h4::before {
    width: 13px;
    top: 0.5em;
  }
}
.c-Gutenberg h5,
.editor-styles-wrapper .is-root-container h5 {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .c-Gutenberg h5,
  .editor-styles-wrapper .is-root-container h5 {
    font-size: 1rem;
  }
}
.c-Gutenberg h6,
.editor-styles-wrapper .is-root-container h6 {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .c-Gutenberg h6,
  .editor-styles-wrapper .is-root-container h6 {
    font-size: 1rem;
  }
}
.c-Gutenberg p,
.editor-styles-wrapper .is-root-container p {
  margin: 0 0 30px;
}
.c-Gutenberg ul,
.editor-styles-wrapper .is-root-container ul {
  margin: 0 0 30px;
  padding: 0 0 0 2rem;
  list-style: disc;
}
.c-Gutenberg ul li,
.editor-styles-wrapper .is-root-container ul li {
  margin: 0 0 8px;
  position: relative;
}
.c-Gutenberg ol,
.editor-styles-wrapper .is-root-container ol {
  margin: 0 0 30px;
  padding: 0 0 0 2rem;
  list-style-type: decimal;
}
@media (max-width: 767.9px) {
  .c-Gutenberg ol,
  .editor-styles-wrapper .is-root-container ol {
    margin-bottom: 25px;
  }
}
.c-Gutenberg ol li,
.editor-styles-wrapper .is-root-container ol li {
  margin: 0 0 8px;
}
.c-Gutenberg img,
.editor-styles-wrapper .is-root-container img {
  width: max-content;
  max-width: 100%;
  height: auto;
}
.c-Gutenberg .aligncenter,
.editor-styles-wrapper .is-root-container .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-Gutenberg .alignright,
.editor-styles-wrapper .is-root-container .alignright {
  float: right;
  margin-left: 1.5em;
}
.c-Gutenberg .alignleft,
.editor-styles-wrapper .is-root-container .alignleft {
  float: left;
  margin-right: 1.5em;
}
.c-Gutenberg a img,
.editor-styles-wrapper .is-root-container a img {
  transition: 0.3s ease-out;
}
.c-Gutenberg a:hover img,
.editor-styles-wrapper .is-root-container a:hover img {
  opacity: 0.7;
}
.c-Gutenberg a,
.editor-styles-wrapper .is-root-container a {
  color: #0080C7;
  text-decoration: underline;
  word-break: break-all;
}
.c-Gutenberg a:hover,
.editor-styles-wrapper .is-root-container a:hover {
  text-decoration: none;
}
.c-Gutenberg blockquote,
.editor-styles-wrapper .is-root-container blockquote {
  margin: 0 0 30px;
  padding: 30px 40px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media (max-width: 767.9px) {
  .c-Gutenberg blockquote,
  .editor-styles-wrapper .is-root-container blockquote {
    padding: 20px 25px;
  }
}
.c-Gutenberg blockquote *,
.editor-styles-wrapper .is-root-container blockquote * {
  margin: 0;
}
.c-Gutenberg iframe,
.c-Gutenberg .wp-block-embed__wrapper iframe,
.c-Gutenberg .is-type-video iframe,
.editor-styles-wrapper .is-root-container iframe,
.editor-styles-wrapper .is-root-container .wp-block-embed__wrapper iframe,
.editor-styles-wrapper .is-root-container .is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
.c-Gutenberg .wp-block-flexible-table-block-table,
.editor-styles-wrapper .is-root-container .wp-block-flexible-table-block-table {
  color: #A99870;
}
.c-Gutenberg table,
.editor-styles-wrapper .is-root-container table {
  margin-bottom: 30px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}
.c-Gutenberg table th,
.editor-styles-wrapper .is-root-container table th {
  padding: 15px 15px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}
.c-Gutenberg table td,
.editor-styles-wrapper .is-root-container table td {
  padding: 15px 15px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}/*# sourceMappingURL=gutenberg.css.map */