html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: var(--defaults-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--defaults-font-feature-settings, normal);
  font-variation-settings: var(--defaults-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
.mce-content {
  color: #505050;
  font-size: 1rem;
  line-height: 1.375rem;
}
.mce-content.mce-content-body {
  padding: 2rem;
  margin: 0;
}
.mce-content.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  left: 2rem !important;
}
.mce-content.is-h5 table {
  width: 100% !important;
}
.mce-content > :first-child {
  margin-top: 0 !important;
}
.mce-content > .section > :first-child {
  margin-top: 0 !important;
}
.mce-content p {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.mce-content ul {
  list-style: disc;
}
.mce-content ul + p {
  margin-top: 0.25rem;
}
.mce-content ol {
  list-style: decimal;
}
.mce-content h1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.mce-content h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.mce-content h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.mce-content h4,
.mce-content h5,
.mce-content h6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  margin-bottom: 0.25rem;
}
.mce-content h5,
.mce-content h6 {
  font-weight: 400;
}
.mce-content h1,
.mce-content h2,
.mce-content h3,
.mce-content h4,
.mce-content h5,
.mce-content h6 {
  color: #2a2b2d;
}
.mce-content ul {
  list-style: disc;
}
.mce-content table {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: none !important;
}
.mce-content table tbody tr:first-of-type td {
  background: #F5F5FA;
  color: #848484;
  font-size: 0.8125rem;
  border-bottom-width: 0;
}
.mce-content table tbody tr td {
  font-size: 0.875rem;
  color: #2a2b2d;
  line-height: 1.375rem;
  border: 1px solid transparent;
  border-bottom: 1px solid #EFEFEF;
}
.mce-content table tbody tr td > p {
  padding: 0.3125rem 0.75rem;
  margin-bottom: 0;
  margin-top: 0;
}
.mce-content pre {
  white-space: pre-wrap;
  word-break: break-all;
}
.mce-content a {
  color: #5E81F4 !important;
}
.mce-content a:hover {
  color: #7E9AF6 !important;
}
/*# sourceMappingURL=mce.css.map */