.elementor-25239 .elementor-element.elementor-element-422b905{--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-25239 .elementor-element.elementor-element-b3c2a06 > .elementor-widget-container{margin:150px 0px 0px 0px;}.elementor-25239 .elementor-element.elementor-element-b3c2a06 img{width:26%;}.elementor-25239 .elementor-element.elementor-element-975babe{--display:flex;}@media(max-width:767px){.elementor-25239 .elementor-element.elementor-element-b3c2a06 > .elementor-widget-container{margin:70px 0px 0px 0px;}.elementor-25239 .elementor-element.elementor-element-b3c2a06 img{width:45%;}}/* Start custom CSS *//* ==========================================================================
   FACIALIGHT — BEJELENTKEZÉS OLDAL, Qure-stílus
   Elementor → Oldal Beállítások → Haladó → Egyedi CSS (a /login oldalon)
   ========================================================================== */

body {
    background: #ffffff !important;
}

/* Logó a doboz fölött (külön HTML widgetben) */
.fl-auth-logo {
    display: block;
    width: 100%;
    max-width: 130px;
    height: auto;
    margin: 32px auto 28px;
}

/* ── A fehér-szürke doboz ── */
.um {
    font-family: 'justsans', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 400px;
    margin: 0 auto 48px;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 32px 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.um * {
    box-sizing: border-box;
}

/* Cím */
.um-form-title,
.um h2 {
    font-family: 'just sans semi bold', 'justsans', sans-serif;
    font-weight: normal !important;
    font-size: 22px !important;
    color: #1a1a1a !important;
    text-align: center;
    margin: 0 0 24px !important;
}

/* ── Mezők ── */
.um-field {
    margin-bottom: 16px;
}

.um-field-label,
.um-field-label label {
    font-family: 'just sans semi bold', 'justsans', sans-serif;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #1a1a1a !important;
    margin-bottom: 6px !important;
    display: block;
}

.um-form-field,
.um-field-area input[type="text"],
.um-field-area input[type="email"],
.um-field-area input[type="password"],
.um-field-area input[type="tel"] {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    padding: 13px 14px !important;
    font-family: 'justsans', sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    box-shadow: none !important;
}

.um-form-field:focus {
    border-color: #1a1a1a !important;
    outline: none;
}

.um-field-area,
.um-field-area-t {
    width: 100%;
}

/* Jelszó-mutató ikon pozíciója */
.um-field-password .um-icon-eye,
.um-field-password .um-icon-eye-slash,
.um-field-password i[class*="eye"] {
    right: 14px !important;
    color: #8a8a8a !important;
}

/* ==========================================================================
   .um-col-alt — a checkbox mező ÉS a 2 gomb közös szülője
   flex-wrap + a checkbox mező 100%-os kényszerítése = sortörés a gombok elé
   ========================================================================== */

.um-col-alt {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;
    width: 100%;
    margin-top: 8px;
}

.um-col-alt > .um-field.um-field-c {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
}

.um-col-alt > .um-clear {
    display: none !important;
}

.um-field-checkbox {
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.um-field-checkbox-option {
    font-family: 'justsans', sans-serif !important;
    font-size: 13px !important;
    color: #2b2b2b !important;
}

.um-field-checkbox-state i {
    color: #1a1a1a !important;
    font-size: 18px !important;
}

.um-left.um-half,
.um-right.um-half {
    flex: 1 1 calc(50% - 5px) !important;
    width: auto !important;
}

/* Közös alap mindkét gombhoz */
#um-submit-btn,
.um-button.um-alt {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 100px !important;
    padding: 14px 10px !important;
    font-family: 'just sans semi bold', 'justsans', sans-serif !important;
    font-weight: normal !important;
    font-size: 13px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    line-height: 1.2 !important;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

/* ELSŐDLEGES — Bejelentkezés: fekete */
#um-submit-btn {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #1a1a1a !important;
}

#um-submit-btn:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

/* MÁSODLAGOS — Fiók létrehozása: átlátszó, fekete szegély */
.um-button.um-alt {
    background: transparent !important;
    color: #1a1a1a !important;
    border: 1px solid #1a1a1a !important;
}

.um-button.um-alt:hover {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

/* ── Elfelejtett jelszó ── */
.um-login-password {
    text-align: center;
    margin-top: 20px;
}

.um-login-password a {
    font-family: 'justsans', sans-serif !important;
    font-size: 13px !important;
    color: #8a8a8a !important;
    text-decoration: underline;
}

/* ==========================================================================
   MÁR BEJELENTKEZVE ÁLLAPOT (.um-misc-ul)
   A felső profilkép + név érintetlen marad.
   A 2 bullet pontból teljes szélességű gomb-pár lesz, egymás alatt:
   "Profilom" (href*="/account/") → fekete, tele
   "Logout"   (href*="/logout")   → átlátszó, fekete szegély
   A cél-URL átírását (account → husegprogram) a WPCode PHP snippet végzi.
   ========================================================================== */

.um-misc-ul {
    list-style: none !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.um-misc-ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.um-misc-ul li::marker {
    content: none !important;
}

.um-misc-ul a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    text-decoration: none !important;
    font-family: 'just sans semi bold', 'justsans', sans-serif !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 14px 20px !important;
    border-radius: 100px !important;
    transition: background .2s ease, color .2s ease;
}

/* Profilom — fekete, tele (a WPCode snippet a husegprogram oldalra irányítja) */
.um-misc-ul a[href*="/account/"] {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #1a1a1a !important;
}

.um-misc-ul a[href*="/account/"]:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

/* Logout — átlátszó, fekete szegély */
.um-misc-ul a[href*="/logout"] {
    background: transparent !important;
    color: #1a1a1a !important;
    border: 1px solid #1a1a1a !important;
}

.um-misc-ul a[href*="/logout"]:hover {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

/* ── Egyéb linkek, jogi szöveg, hibaüzenetek ── */
.um a:not(.um-button):not(.um-misc-ul a) {
    color: #1a1a1a;
    text-decoration: underline;
}

.um-notice,
.um-error {
    border-radius: 10px !important;
    font-size: 13px !important;
    font-family: 'justsans', sans-serif !important;
}

/* ==========================================================================
   TABLET / DESKTOP — 640px felett
   ========================================================================== */

@media (min-width: 640px) {
    .fl-auth-logo {
        max-width: 150px;
        margin: 48px auto 32px;
    }

    .um {
        max-width: 420px;
        padding: 40px 32px;
        margin: 0 auto 64px;
    }

    #um-submit-btn,
    .um-button.um-alt {
        font-size: 14px !important;
        padding: 14px 16px !important;
    }
}/* End custom CSS */