.wallets-container {
  display: flex;
  gap: 2rem;
}

#apple-pay-button {
  height: 40px;
  width: 100%;
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  -apple-pay-button-style: black;
}
.sq-card-iframe-container {
  height: auto !important;
}
.sq-card-iframe-container iframe {
}

#afterpay-button {
  min-width: 220px;
}
