.node-note-wrap .node-note-braft {
  border: 1px solid #84caff;
  border-radius: 8px;
  width: 240px;
  height: 88px;
  background: #eff8ff;
}
.node-note-wrap .node-note-braft .node-note-braft-content {
  height: 100px !important;
  overflow-y: auto;
}
.node-note-wrap .node-note-braft .node-note-braft-control .control-item.button {
  font-size: 12px;
  min-width: 8px;
  padding: 0px 6px;
}
.node-note-wrap .bf-dropdown .dropdown-content-inner {
  background-color: #eff8ff;
  color: black;
  border-radius: 8px;
}
.node-note-wrap .text-color-dropdown .bf-color-switch-buttons button {
  color: black;
  border-bottom: 1px solid #e4e9ec;
}
.node-note-wrap .text-color-dropdown .bf-color-switch-buttons button.active {
  border-bottom-color: #3498db;
  color: #3498db;
}
.node-note-wrap .bf-dropdown .dropdown-content .menu-item:not(.active) {
  color: black;
  border-bottom: 1px solid #e4e9ec;
}
.node-note-wrap .bf-font-sizes li {
  color: black;
}
.node-note-wrap .bf-dropdown .dropdown-content .dropdown-arrow {
  background-color: #eff8ff;
}
