/* 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 #8E9BA3;
  color: #EFF0EE;
}

.playbadge[aria-disabled="true"],
.button[data-app-cta][aria-disabled="true"] {
  background: #1C2329;
  border-color: #FFB020;
  color: #EFF0EE;
}

.playbadge[aria-disabled="true"]::before,
.button[data-app-cta][aria-disabled="true"]::before {
  background: #FFB020;
  content: "";
  display: inline-block;
  flex: none;
  height: 8px;
  margin-right: 2px;
  width: 8px;
}
