.apple-pay-button {
  display: inline-block;
  padding: 2em;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
}

.apple-pay-button-black {
  -apple-pay-button-style: black;
}

.apple-pay-button-white {
  -apple-pay-button-style: white;
}

.apple-pay-button-white-with-line {
  -apple-pay-button-style: white-outline;
}

.apple-pay-button-hidden {
  display: none;
}

@media (max-width: 576px) {
  .apple-pay-button {
    width: 100% !important;
  }
}