.text{
  line-height:1.375rem;
}
.text h2{
    font-size:1.25rem;
    margin:0 0 0.625rem;
  }
.text ul,.text ol{
    margin-left:1.5rem;
  }
.text hr{
    height:0.125rem;
    margin:1.25rem 0;
  }
.text h3{
    font-size:1rem;
    margin:1rem 0 0.625rem;
  }
.text .button{
    margin:0;
  }
:is(.text .media--view-mode-text-editor-image) img{
      width:18.75rem;
    }
:is(.text .align-left ~ .align-left) + p,:is(.text .align-left ~ .align-left) + h2,:is(.text .align-left ~ .align-left) + h3,:is(.text .align-left ~ .align-left) + h4,:is(.text .align-left ~ .align-left) + h5,:is(.text .align-left ~ .align-left) + h6,:is(.text .align-left ~ .align-left) + ul,:is(.text .align-left ~ .align-left) + ol,:is(.text .align-left ~ .align-left) + div{
      clear:both;
    }
:is(.dot-separators,.text .dot-separators) hr{
    background:0;
    height:auto;
  }
:is(:is(.dot-separators,.text .dot-separators) hr)::before{
      color:currentColor;
      content:'···';
      display:block;
      font-family:serif;
      font-size:1.5em;
      letter-spacing:2em;
      padding-left:2em;
      text-align:center;
    }
:is(.bold-separators,.text .bold-separators) hr{
    background:currentColor;
    height:0.125rem;
  }
:is(:is(.bold-separators,.text .bold-separators) hr)::before{
      display:none;
    }
:is(:is(.bold-separators,.text .bold-separators) hr):last-child{
      margin-bottom:0;
    }
.ck-editor p:has(.button--round-dark) + .ck-horizontal-line hr{
  background:currentColor;
  height:0.125rem;
  margin-top:3.125rem;
}
.button--round-dark{
  color:#FFF;
}
.ck-editor .button{
    text-align:center;
    margin:0;
    word-break:break-word;
  }
.ck-editor .button--outline{
    background:none;
    border:1px solid currentColor;
    color:currentColor;
    line-height:1rem;
    padding:0.875rem 1.875rem;
    text-decoration:none;
    transition:linear 0.2s;
    transition-property:background-color, color;
  }
.ck-editor .button--round-dark{
    background-color:#32373c;
    border-radius:9999px;
    box-shadow:none;
    color:#FFF;
    text-decoration:none;
    padding:calc(.667em + 0.125rem) calc(1.333em + 0.125rem);
    font-size:1.125em;
  }
.ck-editor .button--round-em{
    background:#304ea1;
    border-radius:9999px;
    color:#FFF !important;
    font-weight:bold;
    padding:calc(.667em + 0.125rem) calc(1.333em + 0.125rem);
    font-size:1.125em;
  }


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