.elementor-114 .elementor-element.elementor-element-439f6756{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-114 .elementor-element.elementor-element-ae4c99b{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-114 .elementor-element.elementor-element-ae4c99b.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-ae4c99b */.page-header {
  display: none !important;
}

/* =====================================================
   HOMEVERA — PAYMENT METHOD ROW
   Radio + Name + Logo true vertical alignment
===================================================== */


/* =====================================================
   PAYMENT METHOD CONTAINER
===================================================== */

#payment .wc_payment_methods
.wc_payment_method {
    display: grid !important;

    grid-template-columns: 20px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;

    column-gap: 12px !important;

    align-items: center !important;

    position: relative !important;
}


/* =====================================================
   RADIO
===================================================== */

#payment .wc_payment_methods
.wc_payment_method > input.input-radio {
    grid-column: 1 !important;
    grid-row: 1 !important;

    align-self: center !important;
    justify-self: center !important;

    position: static !important;

    width: 14px !important;
    height: 14px !important;

    min-width: 14px !important;
    min-height: 14px !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;

    transform: none !important;

    vertical-align: middle !important;
}


/* =====================================================
   LABEL / HEADER ROW
===================================================== */

#payment .wc_payment_methods
.wc_payment_method > label {
    grid-column: 2 !important;
    grid-row: 1 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;
    min-width: 0 !important;

    min-height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;

    float: none !important;

    color: #111827 !important;

    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    cursor: pointer !important;
}


/* =====================================================
   PAYMENT LOGOS — RIGHT SIDE
===================================================== */

#payment .wc_payment_methods
.wc_payment_method > label
.ccg-brands,

#payment .wc_payment_methods
.wc_payment_method > label
.paypal-gateway-icon,

#payment .wc_payment_methods
.wc_payment_method > label
.klarna-gateway-icon,

#payment .wc_payment_methods
.wc_payment_method > label
.afterpay-gateway-icon,

#payment .wc_payment_methods
.wc_payment_method > label
.tabby-gateway-icon,

#payment .wc_payment_methods
.wc_payment_method > label
.applepay-gateway-icon {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: flex-end !important;

    align-self: center !important;

    flex-shrink: 0 !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;

    vertical-align: middle !important;

    line-height: 1 !important;
}


/* Credit Card brand group */

#payment .wc_payment_methods
.wc_payment_method > label
.ccg-brands {
    gap: 6px !important;
}


/* =====================================================
   PAYMENT BOX
   Full width below header
===================================================== */

#payment .wc_payment_methods
.wc_payment_method > .payment_box {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;

    width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   REMOVE OLD PAYMENT BOX OFFSET
===================================================== */

#payment .wc_payment_methods
.wc_payment_method > .payment_box::before {
    /* Keep Woo triangle if your current design uses it */
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    #payment .wc_payment_methods
    .wc_payment_method {
        grid-template-columns: 18px minmax(0, 1fr) !important;

        column-gap: 10px !important;
    }


    #payment .wc_payment_methods
    .wc_payment_method > label {
        min-height: 50px !important;

        font-size: 14px !important;
    }


    #payment .wc_payment_methods
    .wc_payment_method > input.input-radio {
        width: 14px !important;
        height: 14px !important;

        min-width: 14px !important;
        min-height: 14px !important;
    }
}/* End custom CSS */