/* ActionText + Lexxy: only structural positioning */

lexxy-toolbar {
  inset-block-start: 0;
  position: sticky;
  top: -1rem;
  z-index: 1;
  background-color: var(--bs-light);
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}