/**
 * Checkout elements.
 */

p.afterpay-test-mode-warning-text {
    text-align: center;
    color: #ff0000; /* Red */
}

/* ------------------------------------------------------------------------------------
                                    Express Checkout
------------------------------------------------------------------------------------*/
.btn-afterpay_express {
    padding: 0;
    background: transparent !important;
    vertical-align: bottom;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 300px;
    max-width: 100%;
    transition: filter 0.4s, opacity .4s;
    border-radius: 10px;
}

.btn-afterpay_express[disabled] {
    filter: saturate(0);
}

.btn-afterpay_express:hover {
    background: transparent !important;
}

.btn-afterpay_express img {
    width: 100%;
    vertical-align: bottom;
}

td.btn-afterpay_express_td {
    text-align: center !important;
}
