/* SavedWorld.org™ static site overrides (Cloudflare Pages)
   IMPORTANT: keep the original look/feel; only fix functional issues. */

/* Pojo Accessibility toolbar: pin to bottom (WP export hard-coded a "top" value). */
#pojo-a11y-toolbar{
  top: auto !important;
  bottom: 16px !important;
  z-index: 99999 !important;
}

@media (max-width: 767px){
  #pojo-a11y-toolbar{ bottom: 12px !important; }
}
