/* Start custom CSS for text-editor, class: .elementor-element-585d22f *//* Target WooCommerce login form on My Account page */
.woocommerce-account .woocommerce form.login {
    display: flex;
    flex-direction: column;
}

/* Wrap login button and lost password together */
.woocommerce-account .woocommerce form.login .form-row:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* Style the Login button */
.woocommerce-account .woocommerce form.login button.button {
    margin: 0;
}

/* Style the Lost Password link */
.woocommerce-account .woocommerce form.login .lost_password {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
}/* End custom CSS */