html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img, video, iframe {
  max-width: 100%;
  height: auto;
}
input, select, textarea, button {
  font-size: 16px;
  max-width: 100%;
}

.phm-tab { display: none; }

@media (max-width: 900px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
  .phm-tab {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    background: #143024;
    border-top: 1px solid #e8a317;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .phm-tab a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    gap: 2px;
    color: #fff7e6;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .phm-tab a i { font-size: 18px; line-height: 1; }
  #nc_container { display: none !important; }
}

@media (min-width: 901px) {
  .phm-tab { display: none !important; }
}

html.ph-obs .phm-tab,
html.ph-obs #rxdock,
html.ph-obs #rxobs {
  display: none !important;
}
