/* Keep the mobile navigation the same physical size as browser chrome moves. */
.main-nav [hidden], .mobile-tabs [hidden] { display: none !important; }
#mycred-loyalty-widget-root { display: none !important; }
@media (max-width: 700px) {
  html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  .mobile-tabs {
    height: calc(72px + env(safe-area-inset-bottom));
    min-height: 0;
    padding: 5px 8px calc(5px + env(safe-area-inset-bottom));
    align-items: stretch;
  }
  .mobile-tabs.is-organizer { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .mobile-tabs a {
    display: grid;
    grid-template-rows: 28px 18px;
    align-content: center;
    justify-items: center;
    gap: 3px;
    min-width: 0;
    padding: 2px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }
  .mobile-tabs svg {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mobile-tabs a span { display: block; font-size: 12px; line-height: 18px; }
  .site-main { padding-bottom: calc(160px + env(safe-area-inset-bottom)); }
  .dp-save-bar { bottom: calc(72px + env(safe-area-inset-bottom)); }
}
