/* Aurevessa V59 editor fixes — 2026-09-13
   Keeps committed direct-text replacements opaque so the original PDF glyphs
   do not show through after blur. Loaded last on purpose. */
html:not(.native-app) .ctrl-direct-text-block.edited:not(:focus){
  color:#171b21!important;
  background:#fff!important;
  border-color:#fff!important;
  outline:0!important;
  box-shadow:0 0 0 3px #fff!important;
  padding:1px 3px!important;
  z-index:84!important;
}
html:not(.native-app) .ctrl-direct-text-block.edited:hover:not(:focus){
  background:#fff!important;
  outline:1px dashed rgba(90,126,232,.32)!important;
}
html:not(.native-app) .legacy-edit-tool.direct-type-active{
  background:linear-gradient(135deg,#5f46c6,#382777)!important;
  color:#fff!important;
  border-color:#8c74ec!important;
  box-shadow:0 6px 18px rgba(72,48,150,.18)!important;
}
html:not(.native-app) .aurevessa-date-tool{
  border-color:rgba(190,145,39,.62)!important;
}

/* Aurevessa V60 interaction fixes */
html:not(.native-app) .editable-pdf-object.text.selected .editable-text-content[contenteditable="false"]{
  cursor:move!important;
  user-select:none!important;
  touch-action:none!important;
}
html:not(.native-app) .editable-pdf-object.text.selected .object-move-badge{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  cursor:move!important;
  touch-action:none!important;
}
html:not(.native-app) .legacy-edit-tool{
  border-color:rgba(190,145,39,.65)!important;
}
