.elementor-585 .elementor-element.elementor-element-2239cc8e{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}/* Start custom CSS for shortcode, class: .elementor-element-387c25c3 *//* === Ultimate Member – 2 טורים בדסקטופ, טור אחד במובייל === */

/* דסקטופ */
@media (min-width: 992px) {

    /* מגביל את רוחב הטופס ומרכז אותו */
    .um.um-register {
        max-width: 900px !important;   /* אפשר להגדיל ל-1000 אם תרצה */
        margin: 0 auto;
    }

    /* כל שדה רגיל = חצי רוחב (2 טורים) */
    .um.um-register .um-field {
        width: 48% !important;         /* שתי עמודות */
        float: right !important;       /* מתאים ל-RTL */
        box-sizing: border-box;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    /* שדות שחייבים להיות ברוחב מלא – עדכן לפי ה-Meta Key שלך */
    .um.um-register .um-field-looking_for,
    .um.um-register .um-field-bio,
    .um.um-register .um-field-user_password,
    .um.um-register .um-field-confirm_user_password {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        padding: 0 10px;
    }
}

/* מובייל / טאבלט – טור אחד */
@media (max-width: 991px) {
    .um.um-register {
        max-width: 100% !important;
        margin: 0 auto;
    }

    .um.um-register .um-field {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
        padding: 0;
    }
}/* End custom CSS */