Solidgate Form Styling

Add this CSS to Custom CSS of the page

#solidgate-form iframe {
	width: 100%;
}

#payment-buttons {
	width: 100%;
  text-align: center;
}

apple-pay-button {
  --apple-pay-button-height: 100%;
  --apple-pay-button-border-radius: 30px;
  --apple-pay-button-height: 50px;
  height: 50px !important;
}

apple-pay-button svg {
  height: 80% !important;
}

.gpay-button-fill, .gpay-button-fill > .gpay-button.white, .gpay-button-fill > .gpay-button.black {
  height: 50px !important;
}
.gpay-button-fill button {
  border-radius: 999px;
}
.payment-buttons {
  grid-template-columns: auto !important;
  height: auto !important;
}