/**
 * TinyMCE iframe document — dark writing surface (Classic Editor).
 *
 * @package YOOAdmin_Studio_Hub
 */

html:has(body.ysh-dark-editor) {
  background: #1a1d23 !important;
}

body.mce-content-body.ysh-dark-editor {
  background-color: #1a1d23 !important;
  color: #cfd6e0 !important;
}

body.mce-content-body.ysh-dark-editor p,
body.mce-content-body.ysh-dark-editor li,
body.mce-content-body.ysh-dark-editor td,
body.mce-content-body.ysh-dark-editor th {
  color: #cfd6e0 !important;
}

body.mce-content-body.ysh-dark-editor a {
  color: #eda934;
}

body.mce-content-body.ysh-dark-editor h1,
body.mce-content-body.ysh-dark-editor h2,
body.mce-content-body.ysh-dark-editor h3,
body.mce-content-body.ysh-dark-editor h4,
body.mce-content-body.ysh-dark-editor h5,
body.mce-content-body.ysh-dark-editor h6 {
  color: #e8ecf1 !important;
}

body.mce-content-body.ysh-dark-editor blockquote {
  border-left-color: rgba(237, 169, 52, 0.5);
  color: #9aa5b1 !important;
}

body.mce-content-body.ysh-dark-editor ::selection {
  background: rgba(237, 169, 52, 0.35);
}
