.dg-pwa-install-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1090;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(28rem, calc(100vw - 2rem));
  padding: .9rem 1rem;
  border: 1px solid rgba(0, 201, 189, .22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 .75rem 2rem rgba(7, 27, 77, .16);
  backdrop-filter: blur(10px);
}

.dg-pwa-install-copy {
  display: grid;
  gap: .2rem;
  min-width: 0;
}

.dg-pwa-install-copy strong {
  color: #071b4d;
  font-size: .95rem;
}

.dg-pwa-install-copy span {
  color: rgba(7, 27, 77, .72);
  font-size: .8125rem;
  line-height: 1.35;
}

.dg-pwa-install-actions {
  display: flex;
  flex: 0 0 auto;
  gap: .5rem;
}

@media (max-width: 575.98px) {
  .dg-pwa-install-banner {
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    width: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .dg-pwa-install-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dg-pwa-install-actions .btn {
    width: 100%;
  }
}
