/* No native touch flash or theme button fill in the shared footer. */
html body #elika-global-shell-footer,
html body #elika-global-shell-footer * {
  -webkit-tap-highlight-color: transparent !important;
}
html body #elika-global-shell-footer button.egs-footer-toggle,
html body #elika-global-shell-footer button.egs-footer-toggle:is(:hover, :active, :focus) {
  background: transparent !important;
  color: var(--egs-ink, #151514) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
html body #elika-global-shell-footer button.egs-footer-toggle > :is(span, b) {
  background: transparent !important;
  color: inherit !important;
}
html body #elika-global-shell-footer button.egs-footer-toggle:focus:not(:focus-visible) {
  outline: none !important;
}
html body #elika-global-shell-footer button.egs-footer-toggle:focus-visible {
  outline: 2px solid #53664f !important;
  outline-offset: -4px !important;
}
