/* Dark mode styles for CKEditor5 */
.dark .ck.ck-editor__main > .ck-editor__editable {
  --ck-color-base-background: rgb(64 64 64);
  color: #fff;
}
.dark .ck.ck-toolbar {
  --ck-color-toolbar-background: rgb(64 64 64);
  color: #fff;
}
.dark .ck.ck-reset_all {
  --ck-color-text: #fff;
}
.dark .ck.ck-button:not(.ck-disabled):hover,
.dark a.ck.ck-button:not(.ck-disabled):hover {
  --ck-color-button-default-active-background: #fff;
  --ck-color-button-default-hover-background: grey;
  --ck-color-button-on-hover-background: grey;
}
.dark .ck.ck-button.ck-on,
.dark a.ck.ck-button.ck-on {
  --ck-color-button-on-color: #3d3d3d;
  --ck-color-button-on-background: grey;
}
.ck-powered-by {
  display: none;
}
