.ppcg-wrap {
  margin: 24px 0;
  text-align: center;
}
.ppcg-button {
  appearance: none;
  border: 0;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  background: #111;
  color: #fff;
  transition: opacity .2s ease, transform .05s ease;
}
.ppcg-button:hover { opacity: .9; }
.ppcg-button:active { transform: translateY(1px); }
.ppcg-button:disabled { cursor: wait; opacity: .7; }
.ppcg-status {
  margin-top: 10px;
  font-size: 14px;
}
