/*
	We add .tinymce-acceptd class to body of TinyMCE iframe to share styles between
	TinyMCE editor, our .message-preview, and .richtextviewer
*/

.tinymce-acceptd {
  font-size: 14px;
  line-height: 20px;
}

.tinymce-acceptd p,
.tinymce-acceptd ul,
.tinymce-acceptd ol {
  margin: 0 0 10px;
}

.tinymce-acceptd p:empty,
.tinymce-acceptd ul:empty,
.tinymce-acceptd ol:empty {
  display: none;
}

.tinymce-acceptd ul ul,
.tinymce-acceptd ul ol,
.tinymce-acceptd ol ol,
.tinymce-acceptd ol ul {
  margin-bottom: 0;
}

.tinymce-deadline-warning {
  color: rgb(235, 109, 46); /* $brand-deep-orange */
}

.tinymce-section-header {
  font-weight: bold;
  text-decoration: underline;
}

.tinymce-page-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.tinymce-underline {
  text-decoration: underline;
}

.tinymce-align-left,
.tinymce-align-center,
.tinymce-align-right,
.tinymce-align-full {
  display: block;
}

.tinymce-align-left {
  text-align: left;
}

.tinymce-align-center {
  text-align: center;
}

.tinymce-align-right {
  text-align: right;
}

.tinymce-align-full {
  text-align: justify;
}
