/* deck-notes/src/scss/widget.scss */
.notes-widget {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.notes-widget .note-editor .mce-tinymce button {
  background-color: unset !important;
}
.notes-widget .save-note {
  background-color: var(--e-global-color-primary, #2e7dff);
  border-width: 0;
  padding: 10px 24px;
}
.notes-widget .save-note:hover {
  background-color: var(--e-global-color-text, #1f5fcc);
}
.notes-widget .wp-editor-wrap {
  margin-bottom: 1.5rem;
}
.notes-widget .wp-editor-wrap iframe {
  max-width: 100% !important;
}
.notes-header {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: center;
}
.notes-header h5 {
  margin: 0;
}
