#install-btn.apk-direct-download {
  cursor: pointer !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative;
}

#install-btn.apk-direct-download > :not(.apk-direct-label) {
  display: none !important;
}

#install-btn .apk-direct-label {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  pointer-events: none;
  width: 100%;
}

#install-btn .apk-direct-label__title {
  color: #ffe336;
  font-size: 16px;
  font-weight: 700;
}

#install-btn .apk-direct-label__subtitle {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}

#install-btn.apk-direct-download:focus-visible {
  outline: 3px solid rgba(0, 135, 96, 0.35);
  outline-offset: 3px;
}

