.Editor-main q-selection {
  box-shadow: 0 -2px 0 0 #d99328, 0 2px 0 0 #d99328;
  background-color: #d9932845;
  display: inline;
}

.Editor-main q-actions {
  background-color: #0000001c;
  display: inline;
}

.Editor-main q-selection[data-highlight='1'] {
  background-color: #ffff0045;
}

.Editor-main.-ACTIVE_SELECTION_CROSS q-selection:hover {
  position: relative;
  z-index: 1;
}

.Editor-main.-ACTIVE_SELECTION_CROSS q-selection:hover:after {
  cursor: pointer;
  content: '';
  position: absolute;
  width: 20px;
  top: -2px;
  bottom: -2px;
  left: 100%;
  background-image: url('/vendor/quill-plugin-qs/close.svg');
  background-color: #ff6962;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}