.apple-pay-button {
    display: block !important;
    -webkit-appearance: -apple-pay-button !important;
    -apple-pay-button-type: buy !important;
    -apple-pay-button-style: black !important;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 8px 0;
}

#apple-pay-button-classic {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
    -apple-pay-button-style: black;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    margin: 0;
}

.custom-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.payment_method_montypay_apple_pay_gateway input[type="radio"] + label img {
    height: 30px !important;
}

/* iOS specific styling */
@supports (-webkit-overflow-scrolling: touch) {
    .apple-pay-button {
        -apple-pay-button-style: white-outline;
    }
}
