/* Shared presentation for install actions while the Google Play listing is pending. */
[data-app-cta][aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

nav a.get[aria-disabled="true"] {
  background: transparent;
  border: 1px solid var(--hair);
  color: var(--cream);
}

.btn[data-app-cta][aria-disabled="true"],
.playbadge[aria-disabled="true"] {
  background: var(--tile);
  border-color: var(--amber);
  color: var(--cream);
}
