/* Native pages and editor-generated pages share the same top back control. */
:root body .page-header > :is(.page-back-button, [aria-label^="Voltar"], [title="Voltar"], :has(> [data-lucide="arrow-left"], > .lucide-arrow-left)) {
  display: inline-grid;
  place-items: center;
  justify-self: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
:root body .page-header > :is(.page-back-button, [aria-label^="Voltar"], [title="Voltar"], :has(> [data-lucide="arrow-left"], > .lucide-arrow-left)) .lucide {
  width: 27px;
  height: 27px;
  stroke-width: 2;
}
:root body .page-header > :is(.page-back-button, [aria-label^="Voltar"], [title="Voltar"], :has(> [data-lucide="arrow-left"], > .lucide-arrow-left)):focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
