/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 *
 * Styles taken directly from the original module.
 *
 * @see vendor/paypal/module-braintree-core/view/frontend/web/css/source/_extend.less
 */

.braintree-applepay-container-product {
    display: inline-block;

    .braintree-apple-pay-button {
        padding: 10px 0;
        margin: 0;
        margin-bottom: 15px;
    }
}

braintree-apple-pay-button {
    position: relative;
    height: 2.5rem;
    border-style: none
}

.braintree-apple-pay-button, .braintree-apple-pay-button:before {
    margin: 0;
    width: 100%
}

.braintree-apple-pay-button:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    border-radius: .25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(41 41 41/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    background-image: url(../../images/apple-pay-logo.svg);
    background-size: 50px;
    background-position: 50%;
    background-repeat: no-repeat;
    --tw-content: "";
    content: var(--tw-content)
}

@media (min-width: 768px) {
    .braintree-apple-pay-button {
        height: 48px
    }
}

@media (min-width: 1024px) {
    .braintree-apple-pay-button {
        height: 48px
    }
}
