.nli-app-push-box{
  display:block;
  margin-top:8px;
  text-align:center;
}

.nli-app-push-button{
  border:0;
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff,#d9d9d9);
  color:#080808;
  cursor:pointer;
  font-weight:950;
  letter-spacing:.04em;
  line-height:1;
  padding:10px 16px;
  text-transform:uppercase;
  box-shadow:0 8px 0 rgba(0,0,0,.36),0 12px 26px rgba(0,0,0,.32);
}

.nli-app-push-button:disabled{
  cursor:default;
  opacity:.82;
}

.nli-app-push-note{
  display:block;
  margin-top:5px;
  color:#f3f3f3;
  font-size:11px;
  font-weight:800;
}

.nli-app-push-box[data-state="active"] .nli-app-push-button{
  background:linear-gradient(180deg,#35d36e,#159245);
  color:#fff;
}

.nli-app-push-box[data-state="blocked"] .nli-app-push-button,
.nli-app-push-box[data-state="unsupported"] .nli-app-push-button{
  background:linear-gradient(180deg,#3a3a3a,#161616);
  color:#fff;
}

@media (min-width:761px){
  .nli-app-push-box{
    margin-top:10px;
  }
  .nli-app-push-button{
    font-size:12px;
    padding:9px 14px;
  }
}
