.azpush-box {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 260px;
}
.azpush-subscribe-button {
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #111 0%, #444 55%, #111 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.azpush-status {
  font-size: 13px;
  background: rgba(17,17,17,.9);
  color: #fff;
  padding: 10px 12px;
  border-radius: 14px;
}
.azpush-status.is-error {
  background: #8b1e1e;
}
@media (max-width: 768px) {
  .azpush-box {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }
  .azpush-subscribe-button {
    width: 100%;
  }
}
