/* Centrale caretbediening: alleen echte invoer en bewust bewerkbare inhoud toont een tekstcaret. */
:where(#hc-lock,#hc-app),
:where(#hc-lock,#hc-app) *{
  caret-color:transparent;
}

:where(#hc-lock,#hc-app) :is(input,textarea,[contenteditable="true"]),
:where(#hc-lock,#hc-app) :is(input,textarea,[contenteditable="true"]) *{
  caret-color:auto;
}

/* De bestaande toetsenbordfocus van interactieve uitklappers blijft zichtbaar. */
#hc-app details.dexx-section-card>summary:focus-visible,
#hc-app .dexx-markup-details>summary:focus-visible{
  outline:2px solid var(--dexx-style-primary,#2f7458)!important;
  outline-offset:2px!important;
}
