.elementor-15388 .elementor-element.elementor-element-731f30ab{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-15388 .elementor-element.elementor-element-168a03a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-15388 .elementor-element.elementor-element-168a03a{--width:60%;}}

/* Start custom CSS for container, class: .elementor-element-731f30ab *//* Hide the Register column entirely */
.woocommerce-account .u-column2.col-2,
.woocommerce-account .woocommerce-form-register {
    display: none;
}

/* Let the Login column take the full width now that Register is gone */
.woocommerce-account .u-column1.col-1 {
    width: 100%;
    float: none;
}

/* Optional: also hide the "Register" heading if it's a separate element */
.woocommerce-account #customer_login h2:nth-of-type(2) {
    display: none;
}

/* Hide BOTH stray <br> tags inside the label, not just the first one */
.woocommerce-form-login__rememberme br {
    display: none !important;
}

/* Force the label and its contents to sit inline */
.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* Just in case the checkbox itself has theme-added margin/width pushing it around */
.woocommerce-form-login__rememberme input[type="checkbox"] {
    width: auto !important;
    margin: 0 !important;
}/* End custom CSS */

