/* Approved DVPN mobile adjustments. Higher specificity than runtime theme CSS. */
@media (max-width: 760px) {
  html .dvpn-skin .orbit {
    top: min(270px, calc(100svh - 430px - env(safe-area-inset-bottom, 0px)));
  }
  html .dvpn-skin .scroll-cue {
    bottom: max(40px, calc(var(--stage) - 100svh + 40px + env(safe-area-inset-bottom, 0px)));
  }
  html .dvpn-skin .badge-privacy { top: 237px; }
  html .dvpn-skin .badge-auto { top: 273px; }
}
