.purchase-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.purchase-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.price-card.billing-enabled {
  border-color: #6f5516;
}

.billing-notice {
  position: fixed;
  z-index: 110;
  right: 24px;
  bottom: 24px;
  max-width: min(390px, calc(100% - 48px));
  border: 1px solid #62501e;
  border-radius: 12px;
  background: #1c180d;
  box-shadow: 0 18px 48px #000a;
  color: #f0dfb5;
  padding: 14px 17px;
  font-size: 13px;
}

.billing-notice[data-kind="error"] {
  border-color: #70452f;
  background: #1c120e;
  color: #f0d0bc;
}
