.android-download-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px 9px 9px;
  border: 1px solid #8bd7ef;
  border-radius: 999px;
  background: #07334e;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 16px 40px #001f3480;
  transition: transform .2s ease, box-shadow .2s ease;
}
.android-download-fab:hover { transform: translateY(-3px); box-shadow: 0 20px 48px #001f3499; }
.android-download-icon { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%; background: #3ddc84; color: #07334e; box-shadow: inset 0 0 0 1px #b6f2d1; }
.android-download-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.android-download-copy { display: grid; line-height: 1.18; font-size: 13px; font-weight: 800; white-space: nowrap; }
.android-download-fab small { margin-bottom: 3px; color: #8fdcf5; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 680px) {
  .android-download-fab { right: 14px; bottom: 14px; padding: 7px; }
  .android-download-icon { flex-basis: 48px; width: 48px; height: 48px; }
  .android-download-copy { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
