form {
  width: 100%;
}

.hidden {
  display: none;
}

#button-text {
  color: #000000;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 1rem;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

.p-LinkInput {
  height: 2.5rem !important;
}