.plaid-swal-input-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.plaid-swal-input-container input {
  display: none;
}

.plaid-swal-input-container input+label {
  border-radius: 4px;
  padding: 11px 15px;
  line-height: 1.4;
}

.plaid-swal-input-container input:checked+label {
  background: #54F7A0;
  color: #fff;
}

.plaid-swal-input-container label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.plaid-swal-input-container label:hover {
  cursor: pointer;
}

.ach-payment {
  border: 1px solid #4d5ae1;
  background-color: #6672E5;
  transition: 0.3s ease;
  box-shadow: 0px 4px 6px rgb(76 115 227 / 51%),
    0 1px 3px rgb(0 0 0 / 20%);
  border-radius: 4px;
  text-shadow: 0px 1px 3px rgb(76 115 227 / 40%);
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat",
    sans-serif;
  padding: 0.575em 2em 0.575em 2em;
}

.ach-payment:hover {
  opacity: 0.7;
  box-shadow: 0px 4px 6px rgb(76 115 227 / 51%),
    0 1px 3px rgb(0 0 0 / 20%);
  text-shadow: 0px 1px 3px rgb(76 115 227 / 40%);
}

.swal2-container {
  z-index: 9999;
}

body .response-container.success.funded {
  display: block;
}

.response-container {
  display: none;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
}

.response-container.success {
  background: #54F7A0;
  border: 2px solid #46ef95;
}

.response-container.error {
  background: #f75656;
  border: 2px solid #fd4646;
  margin-top: 10px;
}

.privacy-policy {
  margin-top: 15px;
  font-size: 12px;
  color: #A3A5A9;
}

/* Remove headline from test page (the below css can be removed once the shortcode output is not on a test page */
#post-10423 h1 {
  display: none;
}
