/*
  V3 review shell only.
  The 26 worlds keep their own visual systems; this file corrects the shared
  mobile navigation/footer hit areas without touching production routes.
*/
.theme-choice.is-active,
.theme-picker-confirm {
  border-color: #31d28b;
  background: #0b6b42;
  color: #fff;
}

@media (max-width: 760px) {
  #pg-mobile-drawer[aria-hidden="true"] {
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #pg-mobile-drawer[aria-hidden="false"] {
    visibility: visible;
  }

  .pg-page .jfoot__col a {
    display: flex;
    align-items: center;
    min-height: 28px;
    padding-block: 3px;
  }
}
