/*
.payment-paypal-button {
  border: 1px #ffc439solid;
  background: #ffc439;
  border-radius: 25px;
  text-align: center;
  margin: 2em;
  padding: 0.45em;
}

.payment-paypal-button:hover {
  background: #d2a333;
}
*/

.payment-paypal-row {
  width: 250px;
  height: 45px;
  vertical-align: top;
  min-height: 30px;
  max-height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.payment-paypal-button {
  white-space: nowrap;
  font-family: PayPalOpen-Regular, Helvetica, Arial, "Liberation Sans", sans-serif;
  text-transform: none;
  font-weight: 500;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  height: 100%;
  color: #2C2E2F;
  background: #ffc439;
  border-radius: 23px;
}

.paypal-button-text {
  display: inline-block;
  white-space: pre;
  vertical-align: top;
}
.payment-paypal-button > .paypal-button-label-container * {
  vertical-align: middle;
  height: 100%;
  text-align: left;
}

.paypal-logo {
  padding: 0;
  display: inline-block;
  background: none;
  border: none;
  width: auto;
}

.payment-paypal-button > .paypal-button-label-container {
  margin: 0px 4vw;
  height: 22px;
}

.payment-paypal-button > .paypal-button-label-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.payment-paypal-button > .paypal-button-label-container * {
  vertical-align: middle;
  height: 100%;
  text-align: left;
}


.payment-list-content {
  width: 100%;
  margin: 30px auto;
}

.payment-list-content .list-content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.payment-list-content .list-content-item:last-child {
  margin-bottom: 0;
}

.payment-list-content .list-icon {
  height: 2rem;
  line-height: 2rem;
  justify-content: center;
  align-items: center;
  background: var(--bs-secondary);
  color: #fff;
  padding: 0 1rem;
  border-radius: 0.5rem;
}


