:where(.editor-styles-wrapper) {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 85% !important;
}
.edit-post-visual-editor {
  box-sizing: border-box;
}
.edit-post-visual-editor a.btn {
  text-decoration: none;
}
.edit-post-visual-editor .scih-slider > *:not(:first-child),
.edit-post-visual-editor .item-slider > *:not(:first-child),
.edit-post-visual-editor .videos-slider > *:not(:first-child),
.edit-post-visual-editor .timeline-slider > *:not(:first-child),
.edit-post-visual-editor .expertise-slider > *:not(:first-child) {
  display: none !important;
}
.edit-post-visual-editor .hh-spacer {
  position: relative;
}
.edit-post-visual-editor .hh-spacer:before {
  content: "SEPARATOR";
  background: #C0DFD7;
  display: inline-block;
  width: 200px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -24px;
}
.edit-post-visual-editor .timeline-slider {
  position: relative;
  z-index: 1;
}
.edit-post-visual-editor .timeline-slider a {
  text-decoration: none;
}
.edit-post-visual-editor .site-item .gallery .slide:not(:first-child) {
  display: none;
}
