[data-builder-root="1"] .rich-editor > :first-child,
[data-builder-root="1"] .builder-text-content > :first-child {
  margin-top: 0;
}

[data-builder-root="1"] .rich-editor > :last-child,
[data-builder-root="1"] .builder-text-content > :last-child {
  margin-bottom: 0;
}

[data-builder-root="1"] .rich-editor p,
[data-builder-root="1"] .rich-editor div,
[data-builder-root="1"] .builder-text-content p,
[data-builder-root="1"] .builder-text-content div {
  margin: 0 0 0.75rem;
}

[data-builder-root="1"] .rich-editor h1,
[data-builder-root="1"] .rich-editor h2,
[data-builder-root="1"] .rich-editor h3,
[data-builder-root="1"] .rich-editor h4,
[data-builder-root="1"] .rich-editor h5,
[data-builder-root="1"] .rich-editor h6,
[data-builder-root="1"] .builder-text-content h1,
[data-builder-root="1"] .builder-text-content h2,
[data-builder-root="1"] .builder-text-content h3,
[data-builder-root="1"] .builder-text-content h4,
[data-builder-root="1"] .builder-text-content h5,
[data-builder-root="1"] .builder-text-content h6 {
  margin: 0 0 0.6rem;
  line-height: 1.2;
}

[data-builder-root="1"] .rich-editor ul,
[data-builder-root="1"] .rich-editor ol,
[data-builder-root="1"] .builder-text-content ul,
[data-builder-root="1"] .builder-text-content ol {
  margin: 0 0 0.85rem;
  padding-left: 1.35rem;
}

[data-builder-root="1"] .rich-editor li + li,
[data-builder-root="1"] .builder-text-content li + li {
  margin-top: 0.2rem;
}

[data-builder-root="1"] .rich-editor blockquote,
[data-builder-root="1"] .builder-text-content blockquote {
  margin: 0 0 0.85rem;
  padding: 0.2rem 0 0.2rem 0.95rem;
  border-left: 3px solid rgba(14, 165, 233, 0.35);
  color: rgba(44, 52, 68, 0.78);
}

[data-builder-root="1"] .rich-editor a,
[data-builder-root="1"] .builder-text-content a {
  color: inherit;
  text-decoration: underline;
}

body.theme-dark [data-builder-root="1"] .rich-editor blockquote,
body.theme-dark [data-builder-root="1"] .builder-text-content blockquote {
  color: rgba(226, 232, 240, 0.82);
  border-left-color: rgba(56, 189, 248, 0.42);
}
