/* Keep graphics effects inexpensive on memory-constrained devices. */
html body *, html body *::before, html body *::after {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: none !important;
}
html body .sheet-panel, html body .social-top, html body #cookie-notice,
html body .top-bar, html body .bottom-nav {
  background-color: #141a2a !important;
}
