/* Desktop: przycisk instalacji wyzej, bez nachodzenia na dolny status */
@media (min-width: 701px) {
  .gpspol-install-box {
    top: 92px !important;
    right: 28px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 99990 !important;
  }
}

/* Telefon: zostaje na dole, ale z marginesem */
@media (max-width: 700px) {
  .gpspol-install-box {
    left: 14px !important;
    right: 14px !important;
    bottom: 18px !important;
    top: auto !important;
    justify-content: center !important;
  }
}

.gpspol-install-box {
  max-width: calc(100vw - 28px) !important;
}
