.elementor-25242 .elementor-element.elementor-element-0c57ffc{--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-25242 .elementor-element.elementor-element-680f65b > .elementor-widget-container{margin:150px 0px 0px 0px;}.elementor-25242 .elementor-element.elementor-element-680f65b img{width:26%;}.elementor-25242 .elementor-element.elementor-element-585ac021{--display:flex;}@media(max-width:767px){.elementor-25242 .elementor-element.elementor-element-680f65b > .elementor-widget-container{margin:70px 0px 0px 0px;}.elementor-25242 .elementor-element.elementor-element-680f65b img{width:45%;}}/* Start custom CSS *//* ==========================================================================
   FACIALIGHT — JELSZÓ VISSZAÁLLÍTÁSA OLDAL, Qure-stílus
   Elementor → Oldal Beállítások → Haladó → Egyedi CSS (a /password-reset 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 h1,
.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 14px !important;
}

/* Az instrukciós szöveg ("To reset your password...") */
.um p,
.um .um-field-block > p {
    font-family: 'justsans', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #8a8a8a !important;
    text-align: center;
    margin: 0 0 24px !important;
}

/* ── Mező ── */
.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"] {
    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::placeholder {
    color: #a8a8a8 !important;
}

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

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

/* ── Gomb — teljes szélességű, fekete pirula ── */
.um-submit-btn-wrap {
    margin-top: 8px;
}

.um-button,
input[type="submit"].um-button,
button.um-button {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 100px !important;
    padding: 14px 20px !important;
    font-family: 'just sans semi bold', 'justsans', sans-serif !important;
    font-weight: normal !important;
    font-size: 14px !important;
    text-align: center !important;
    text-transform: none !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.um-button:hover,
input[type="submit"].um-button:hover,
button.um-button:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

/* ── Egyéb linkek, hibaüzenetek ── */
.um a:not(.um-button) {
    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-button,
    input[type="submit"].um-button,
    button.um-button {
        font-size: 14px !important;
        padding: 14px 16px !important;
    }
}/* End custom CSS */