.payme-actions {
  display: grid;
  gap: 10px;
}

.payme-btn {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.payme-btn[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none !important;
}

.payme-status {
  min-height: 18px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.payme-status.is-error {
  color: #b42318;
}

.plan.dark .payme-status {
  color: rgba(244, 236, 224, 0.72);
}

.plan.dark .payme-status.is-error {
  color: #ffd4c9;
}
