.checkout-payment-method .payment-method-title label img.sequra_logo {
    width:65px;
    height:42px;
    display: inline-block;
}

.sequra-educational-popup {
    color: #009C5C;
    cursor: pointer;
}

.sequra_partpayment_description {
    padding: 0 20px 20px;
    color: gray;
}

.sequra-banner {
    text-align: center;
    margin: 1em 0;
}

.sequra-banner img {
    max-width: 100%;
    height: auto;
}

.sequra-express-checkout--product {
    position: relative;
}

/* The mini-cart button is injected into the `extra_actions` slot directly under the
   "Proceed to Checkout" button; match Luma's spacing between the flyout actions. */
.sequra-express-checkout--minicart {
    margin-top: 15px;
}

.sequra-express-checkout--disabled {
    pointer-events: none;
    opacity: 0.5;
}
