/* Keep desktop and unknown-device choices available by default. */
html[data-store-platform="android"] [data-store="ios"],
html[data-store-platform="ios"] [data-store="android"] {
  display: none !important;
}
