.editor-styles-wrapper:after {
  display: none !important;
}

.wp-admin .editor-styles-wrapper {
  padding: 0 40px;
}

.editor-styles-wrapper {
  color: #fff;
  font-weight: 300;
}

.wp-admin .editor-styles-wrapper {
  color: #000;
}

.editor-styles-wrapper h2 {
  font-size: 26px;
  font-weight: normal;
  padding: 10px 30px;
  margin-bottom: 2rem;
  background-color: rgba(9, 43, 103, 0.3);
  position: relative;
}

.editor-styles-wrapper h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background-color: #003ccc;
}

.editor-styles-wrapper h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #003ccc;
}

.editor-styles-wrapper h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
  padding-left: 25px;
}

.editor-styles-wrapper h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 10px;
  height: 10px;
  background: #003ccc;
}

.editor-styles-wrapper h5 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

.editor-styles-wrapper h6 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-top: 25px;
}

.editor-styles-wrapper h6::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 50px;
  height: 2px;
  background: linear-gradient(to right, #4330f0, #353ff6, #1f4bfc);
}

.editor-styles-wrapper p {
  line-height: 2;
  padding-bottom: 60px;
}

.wp-admin .editor-styles-wrapper p {
  padding-bottom: 0px;
}

.editor-styles-wrapper a {
  color: #003ccc;
  text-decoration: underline;
  word-break: break-all;
}

.editor-styles-wrapper a:hover {
  opacity: .5;
}

.editor-styles-wrapper .wp-block-image {
  text-align: center;
  padding-bottom: 70px;
}

.editor-styles-wrapper .wp-block-columns {
  align-items: center;
  gap: 4%;
  padding-bottom: 60px;
}

.wp-admin .editor-styles-wrapper .wp-block-columns {
  padding-bottom: 0px;
}

.editor-styles-wrapper .wp-block-column {
  width: 48%;
}

.editor-styles-wrapper .wp-block-columns p {
  padding-bottom: 0px;
}

.editor-styles-wrapper ul {
  padding: 40px 60px;
  list-style: none;
  background-color: rgba(9, 43, 103, 0.3);
  margin-bottom: 60px;
}

.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 25px;
  line-height: 2.5;
  font-weight: 300;
}

.editor-styles-wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 19px;
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.editor-styles-wrapper ol {
  padding: 40px 60px 40px 70px;
  list-style: decimal;
  background-color: rgba(9, 43, 103, 0.3);
  margin-bottom: 60px;
}

.editor-styles-wrapper ol li {
  position: relative;
  padding-left: 15px;
  line-height: 2.5;
  font-weight: 300;
}

.editor-styles-wrapper ol li::marker {
  display: block;
  color: #fff;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin-bottom: 60px;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr th {
  background-color: #003ccc !important;
  color: #fff !important;
  font-weight: normal;
  text-align: center !important;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr th,
.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr td {
  border: 1px solid #22427e !important;
  padding: 36px 20px !important
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr td {
  background-color: rgba(9, 43, 103, 0.3) !important;
  text-align: center !important;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tbody th:first-child {
  background-color: rgba(9, 43, 103, 0.3) !important;
}

.editor-styles-wrapper .lwptoc .lwptoc_i {
  background-color: rgba(9, 43, 103, 0.3);
  padding: 40px 60px;
  width: 100%;
  color: #fff;
  margin-bottom: 30px;
}

.editor-styles-wrapper .lwptoc .lwptoc_header {
  padding-bottom: 20px;
}

.editor-styles-wrapper .lwptoc .lwptoc_title {
  font-size: 24px;
}

.editor-styles-wrapper .lwptoc .lwptoc_item {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.editor-styles-wrapper .lwptoc .lwptoc_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #003ccc;
}

.editor-styles-wrapper .lwptoc .lwptoc_item.is-h3::before {
  display: none;
}

.editor-styles-wrapper .lwptoc .lwptoc_item a {
  color: #fff !important;
  font-size: 22px;
}

.editor-styles-wrapper .lwptoc .lwptoc_item.is-h3 a {
  font-size: 18px;
}

.editor-styles-wrapper .lwptoc .lwptoc_item a:hover {
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
}

html :where(.wp-block) {
  max-width: 1200px;
}

.wp-block.lazyblock .lzb-content-controls {
  display: none !important;
}

@media (max-width: 767px) {
  .editor-styles-wrapper h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .editor-styles-wrapper h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .editor-styles-wrapper h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .editor-styles-wrapper h5 {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .editor-styles-wrapper h6 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .editor-styles-wrapper h6::before {
    width: 32px;
  }

  .editor-styles-wrapper p {
    padding-bottom: 30px;
    font-size: 1.3rem;
  }

  .editor-styles-wrapper .wp-block-image {
    padding-bottom: 30px;
  }

  .editor-styles-wrapper .wp-block-columns {
    display: block;
    margin-bottom: 40px;
  }

  .editor-styles-wrapper .wp-block-column {
    width: 100%;
  }

  .editor-styles-wrapper .wp-block-columns p {
    margin-bottom: 30px;
  }

  .editor-styles-wrapper ul {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .editor-styles-wrapper ul li {
    padding-left: 18px;
    font-size: 1.3rem;
    line-height: 2;
  }

  .editor-styles-wrapper ul li::before {
    top: 11px;
    width: 4px;
    height: 4px;
  }

  .editor-styles-wrapper .wp-block-flexible-table-block-table {
    margin-bottom: 30px;
    overflow-x: auto;
    width: 100vw;
  }

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout {
    max-width: 800px;
    width: 800px;
  }

  .editor-styles-wrapper .wp-block-flexible-table-block-table>table tr th,
  .editor-styles-wrapper .wp-block-flexible-table-block-table>table tr td {
    padding: 20px 10px !important;
    /* min-width: 150px; */
    font-size: 1.5rem;
    text-align: left !important;
  }

  .editor-styles-wrapper .wp-block-flexible-table-block-table>table tr td {
    font-size: 1.3rem;
  }

  .editor-styles-wrapper .lwptoc {
    margin: 0;
  }

  .editor-styles-wrapper .lwptoc .lwptoc_i {
    padding: 30px 20px 20px;
  }

  .editor-styles-wrapper .lwptoc .lwptoc_header {
    padding-bottom: 10px;
  }

  .editor-styles-wrapper .lwptoc .lwptoc_title {
    font-size: 1.9rem;
  }

  .editor-styles-wrapper .lwptoc .lwptoc_item {
    padding-left: 18px;
    padding-bottom: 10px;
  }

  .editor-styles-wrapper .lwptoc .lwptoc_item a {
    font-size: 1.5rem;
  }

  .editor-styles-wrapper .lwptoc .lwptoc_item.is-h3 a {
    font-size: 1.2rem;
  }

  .editor-styles-wrapper .lwptoc .lwptoc_item::before {
    top: 6px;
  }
}