.mpa-bottom-bars {
  display: none;
}

.mpa-bottom-bars.mpa-bottom-bars--visible {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  width: 100%;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
}

#enable-notif-btn {
  display: none;
  width: 100%;
  margin: 0;
  padding: 1rem;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #2c3e50;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}

#enable-notif-btn.is-visible {
  display: block;
}

.notif-blocked {
  display: none;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #4a3b2c;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
}

.notif-blocked.is-visible {
  display: flex;
}

.notif-blocked__text {
  flex: 1;
}

.notif-blocked__close {
  flex: none;
  margin: 0;
  padding: 0 0.25rem;
  border: none;
  background: none;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.pwa-install-trigger {
  width: 100%;
}

@media (min-width: 992px) {
  .mpa-bottom-bars.mpa-bottom-bars--visible {
    display: block;
    position: static;
    box-shadow: none;
  }

  .pwa-install-trigger {
    display: none !important;
  }
}
