.invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mce-content-body {
  /*!
  * This file is part of Contao.
  *
  * (c) Leo Feyer
  *
  * @license LGPL-3.0-or-later
  */
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.mce-content-body body, .mce-content-body th, .mce-content-body td {
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #444;
}
.mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .mce-content-body strong, .mce-content-body b, .mce-content-body th {
  font-weight: 600;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mce-content-body body, .mce-content-body th, .mce-content-body td {
    color: #222;
    font-weight: 300;
  }
  .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .mce-content-body strong, .mce-content-body b, .mce-content-body th {
    font-weight: 500;
  }
}
.mce-content-body .intro {
  font-size: 1.5rem;
}
.mce-content-body .alert {
  font-weight: 900;
  color: crimson;
}
.mce-content-body .link-button-style a {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: var(--background-color, hsl(0deg, 0%, 88%));
  border: 1px solid var(--border-color, hsl(0deg, 0%, 88%));
  color: var(--button-text, hsl(0deg, 0%, 13%));
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.mce-content-body .link-button-style a:hover {
  background-color: var(--background-color--hover, hsl(0deg, 0%, 46%));
  color: var(--button-text--hover, hsl(0deg, 0%, 98%));
}

/*# sourceMappingURL=tinymce.css.map */
