.apk-install-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.85rem;
  background: #525252;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.apk-install-bar[hidden] {
  display: none !important;
}

.apk-install-bar__logo-wrap {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.apk-install-bar__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.apk-install-bar__text {
  flex: 1;
  min-width: 0;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.apk-install-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.85rem;
  border: none;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: lowercase;
  cursor: pointer;
  flex-shrink: 0;
}

.apk-install-bar__btn svg {
  width: 16px;
  height: 16px;
}

.apk-install-bar__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: #ef4444;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.apk-page {
  padding: 1rem 0 2rem;
}

.apk-page__card {
  max-width: 520px;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  overflow: visible;
}

.apk-page__logo-wrap {
  width: 120px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apk-page__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.apk-page__title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  color: #ffffff;
}

.apk-page__text {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-size: 0.92rem;
}

.apk-page__steps {
  margin: 0 0 1.25rem;
  padding-left: 1.1rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-size: 0.88rem;
}

.apk-page__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 220px;
  padding: 0.85rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, #34d399 0%, #16a34a 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.apk-page__download:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.apk-page__meta {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  .apk-install-bar {
    padding: 0.5rem 0.7rem;
  }

  .apk-install-bar__text {
    font-size: 0.85rem;
  }
}
