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

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

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

.editor-styles-wrapper h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.5rem 3rem;
  margin-bottom: 4rem;
  background-color: #007bac;
  color: #fff;
  border-radius: 7px;
}

.wp-admin .editor-styles-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 25px 30px;
  margin-bottom: 40px;
}

.editor-styles-wrapper h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  padding-bottom: 10px;
  border-bottom: 4px solid #007bac;
}

.wp-admin .editor-styles-wrapper h3 {
  font-size: 22px;
  margin-bottom: 40px;
}

.service-single-content .editor-styles-wrapper h3 {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  border-bottom: unset;
}

.service-single-content .editor-styles-wrapper h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #007bac 0%, #007bac 15%, #ebebeb 15%, #ebebeb 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-single-content .editor-styles-wrapper h3 strong {
  display: contents;
}

.wp-admin.post-type-service .editor-styles-wrapper h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  border-bottom: unset;
}

.wp-admin.post-type-service .editor-styles-wrapper h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #007bac 0%, #007bac 15%, #ebebeb 15%, #ebebeb 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.editor-styles-wrapper h4 {
  font-size: 2rem;
  font-weight: 700;
  padding: .5rem 2.5rem;
  margin-bottom: 4rem;
  position: relative;
}

.wp-admin .editor-styles-wrapper h4 {
  font-size: 20px;
  padding: 5px 25px;
  margin-bottom: 40px;
}

.editor-styles-wrapper h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: .4rem;
  background-color: #007bac;
}

.editor-styles-wrapper h5 {
  color: #007bac;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

.wp-admin .editor-styles-wrapper h5 {
  font-size: 28px;
  padding-bottom: 10px;
}

.editor-styles-wrapper h6 {
  font-size: 1.8rem;
  font-weight: 800;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

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

.editor-styles-wrapper p {
  line-height: 1.7;
  padding-bottom: 4rem;
}

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

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

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

.editor-styles-wrapper .wp-block-columns {
  padding-bottom: 6rem;
}

.wp-block-columns {
  display: flex;
  gap: var(--wp--style--block-gap, 6rem);
  flex-wrap: wrap;
  align-items: start !important;
}

.wp-block-columns.is-layout-flex>.wp-block-column {
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box
}

.wp-block-column {
  overflow-wrap: anywhere;
  word-break: break-word
}

.wp-block-column .wp-block-image,
.wp-block-column .wp-block-image figure,
.wp-block-column .wp-block-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.wp-admin .wp-block-image .components-resizable-box__container {
  margin: auto;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

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

.editor-styles-wrapper .wp-block-columns .wp-block-image {
  padding-bottom: 2rem;
}

.editor-styles-wrapper .wp-block-columns p {
  padding-bottom: 2rem;
}

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

.editor-styles-wrapper ul {
  list-style: none;
  margin-bottom: 4rem;
}

.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 3rem;
  line-height: 2.5;
}

.editor-styles-wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #007bac;
  border-radius: 50%;
}

.editor-styles-wrapper ol {
  list-style: decimal;
  margin-bottom: 4rem;
  margin-left: 2rem;
}

.editor-styles-wrapper ol li {
  position: relative;
  padding-left: 1rem;
  line-height: 2.5;
}

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

.editor-styles-wrapper .wp-block-group {
  padding: 4rem 4rem 1.5rem;
  border: 1px solid #007bac;
  border-radius: 10px;
  margin-bottom: 4rem;
}

.editor-styles-wrapper .wp-block-group p {
  padding-bottom: 2rem;
}

.editor-styles-wrapper .wp-block-group ul {
  margin-bottom: 2rem;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin-bottom: 4rem;
}

.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: 3rem 2rem !important;
  border: 1px solid #007bac !important;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr th {
  background-color: #007bac !important;
  color: #fff !important;
  font-weight: normal;
  text-align: center !important;
  border-bottom: 1px solid #fff !important;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr:last-child th {
  border-bottom: 1px solid #007bac !important;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table>table tr td {
  background-color: #fff !important;
  text-align: center !important;
  border: 1px solid #007bac !important;
}

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

.editor-styles-wrapper .lwptoc .lwptoc_i {
  background-color: #f2fcff;
  padding: 4rem 6rem 0;
  width: 100%;
  margin-bottom: 4rem;
  border-radius: 3rem;
}

.editor-styles-wrapper .lwptoc .lwptoc_header {
  padding-bottom: 2rem;
}

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

.lwptoc_itemWrap .lwptoc_item {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 4rem;
  font-weight: 800;
}

.lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item {
  padding-left: 0;
  padding-bottom: 1rem;
  font-weight: bold;
}

.editor-styles-wrapper .lwptoc .lwptoc_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: .9rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #007bac;
  border-radius: 50%;
}

.lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item::before {
  display: none;
}

.editor-styles-wrapper .lwptoc .lwptoc_item a {
  font-size: 2rem;
  color: #333333 !important;
}

.lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item a {
  font-size: 1.8rem;
}

.lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 20px 0 0 !important;
}

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

.wp-block-embed.is-type-video {
  max-width: 700px;
  aspect-ratio: 16 / 9;
  margin: auto;
  margin-bottom: 4rem;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}

.wp-block-embed.is-type-video iframe {
  width: 100%;
  height: 100%;
}

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

  .editor-styles-wrapper h3 {
    font-size: 16px;
    margin-bottom: 30px;
    border-bottom: 2px solid #007bac;
  }

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

  .editor-styles-wrapper h5 {
    font-size: 17px;
    padding-bottom: 20px;
  }

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

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

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

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

  .editor-styles-wrapper .wp-block-columns {
    display: block;
    padding-bottom: 20px;
  }

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

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

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

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

  .editor-styles-wrapper ul li {
    padding-left: 15px;
    font-size: 13px;
    line-height: 2;
  }

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

  .editor-styles-wrapper ol {
    margin-bottom: 30px;
  }

  .editor-styles-wrapper ol li {
    padding-left: 0;
    line-height: 2;
    font-size: 13px;
  }

  .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: 15px 10px !important;
    /* min-width: 150px; */
    font-size: 12px;
    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 10px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

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

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

  .lwptoc_itemWrap .lwptoc_item {
    padding-left: 18px;
    padding-bottom: 20px;
    font-size: 15px;
  }

  .lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item {
    font-size: 14px;
  }

  .editor-styles-wrapper .lwptoc .lwptoc_item a {
    font-size: 15px;
  }

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

  .service-single-content .editor-styles-wrapper h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .editor-styles-wrapper .wp-block-group {
    padding: 30px 20px 0;
    margin-bottom: 30px;
  }

  .editor-styles-wrapper .wp-block-group ul {
    margin-bottom: 30px;
  }

  .wp-block-columns.is-layout-flex>.wp-block-column,
  .editor-styles-wrapper .wp-block-columns.is-layout-flex>.wp-block-column {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .wp-block-embed.is-type-video {
    margin-bottom: 30px;
  }
}