/* ============================================================
   1. CHECKOUT: Smaller Whish logo, hide "Whish Pay" text
   ============================================================ */
.payment_method_whish_payment_gateway label {
    font-size: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}
.payment_method_whish_payment_gateway label img {
    max-height: 24px !important;
    max-width: 80px !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 8px !important;
}

/* ============================================================
   2. PRODUCT PAGE: Express "Pay with Whish" button
   ============================================================ */
.sj-whish-express-wrapper {
    margin-top: 12px !important;
    width: 100% !important;
}
.sj-whish-express-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    max-height: 48px !important;
    padding: 0 16px !important;
    background-color: #eb1947 !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
    box-sizing: border-box !important;
}
.sj-whish-express-button:hover {
    background-color: #c9153c !important;
}
.sj-whish-express-button:active {
    transform: scale(0.98) !important;
}
.sj-whish-express-button:disabled,
.sj-whish-express-button.loading {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}
.sj-whish-express-button__logo {
    max-height: 24px !important;
    max-width: 120px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    pointer-events: none !important;
}

/* ============================================================
   3. MOBILE
   ============================================================ */
@media (max-width: 600px) {
    .sj-whish-express-button__logo {
        max-height: 20px !important;
        max-width: 100px !important;
    }
}