.mce-content-body {
  display: block;
  background: transparent;
  color: #fff;
  font-family: Outfit, prompt, sans-serif;
  font-size: 16pt;
  line-height: 1.6;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 15px;
}

.mce-content-body * {
  all: revert;
  box-sizing: border-box;
  color: inherit;
}

.mce-content-body img {
  max-width: 100%;
  height: auto;
}

.mce-content-body table {
  border-collapse: collapse;
  width: 100%;
}

.mce-content-body td,
.mce-content-body th {
  border: 1px solid #bbb;
  padding: 4px 8px;
}

.mce-content-body a {
  color: #7ec8ff;
  text-decoration: underline;
}

.mce-content-body--compact {
  font-size: 13px;
}

/* Frontend only: scale all inline pt sizes proportionally (desktop = 100%) */
@media (max-width: 1024px) {
  .mce-content-body--responsive {
    zoom: 0.72;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .mce-content-body--responsive {
    zoom: 0.4;
    margin-bottom: 0;
  }
}
