/* Classic WooCommerce checkout */
#payment .payment_methods li img.me-knet-upon-delivery-logo,
.woocommerce-checkout #payment img.me-knet-upon-delivery-logo {
    width: auto;
    max-width: 92px;
    height: auto;
    max-height: 30px;
    object-fit: contain;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.me-knet-upon-delivery-instructions {
    margin-top: 2em;
}

/* WooCommerce Checkout Block */
.me-knet-upon-delivery-block-label {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.me-knet-upon-delivery-block-title {
    line-height: 1.3;
}

.me-knet-upon-delivery-block-logo {
    display: inline-block;
    width: auto;
    max-width: 92px;
    height: auto;
    max-height: 30px;
    object-fit: contain;
}

.me-knet-upon-delivery-block-content p {
    margin: 0;
}

html[dir="rtl"] #payment .payment_methods li img.me-knet-upon-delivery-logo,
html[dir="rtl"] .woocommerce-checkout #payment img.me-knet-upon-delivery-logo {
    margin-left: 0;
    margin-right: 10px;
}
