.crumble--pwa-install-component--install-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  background: #f6edac;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2147483640;
}

.crumble--pwa-install-component--install-trigger {
  appearance: "none";
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  background: #757575;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
}

.crumble--pwa-install-component--install-panel {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem 0.75rem 4rem;
  box-sizing: border-box;
  background: rgb(0, 0, 0, 30%);
  z-index: 2147483641;
}

.crumble--pwa-install-component--install-panel-dialog {
  width: 100%;
  max-width: 30rem;
  box-sizing: border-box;
  border-radius: 0.75rem;
  padding: 0.8rem;
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0px 0.5rem 1.5rem rgb(0, 0, 0, 20%);
}

.crumble--pwa-install-component--install-panel-text {
  margin: 0 0 0.6rem;
  font-size: 0.9rem;
}

.crumble--pwa-install-component--install-panel-actions {
  text-align: right;
}

.crumble--pwa-install-component--install-panel-close {
  appearance: "none";
  border: 0;
  border-radius: 0.5rem;
  padding: 0.4rem 0.75rem;
  background: #757575;
  color: #ffffff;
  font-size: 0.85rem;
}

.crumble--pwa-install-component--hidden {
  display: none;
}

@media (min-width: 901px) {
  .crumble--pwa-install-component--install-container, .crumble--pwa-install-component--install-panel {
    display: none;
  }
}