.elementor-5 .elementor-element.elementor-element-ffdb190{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-3b053199{--display:flex;}/* Start custom CSS for container, class: .elementor-element-ffdb190 *//* Fix Express Checkout Buttons Layout on WooCommerce Checkout */
.wc-block-checkout__express-payment, 
.woocommerce-express-checkout-button {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

/* Ensure individual buttons look clean and fit well */
.wc-block-checkout__express-payment > div, 
.wc-block-checkout__express-payment button {
    max-width: 220px !important;
    width: 100% !important;
}
/* Hide Page Header Background */
.page-header, 
.page-title-default {
    
    display: none !important;
}/* End custom CSS */