.elementor-372 .elementor-element.elementor-element-dcdb908{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ada0654 *//* ========================================
   EMERE LEGAL PAGES
   Light Premium Version
======================================== */

.emere-legal-page{
    background:#F5F7FA;
}

/* HERO */

.emere-legal-hero{
    background:#F8FAFC;
    padding:60px 20px 50px;
    text-align:center;
    border-bottom:1px solid #E5E7EB;
}

.emere-legal-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:999px;
    background:#D6A354;
    color:#111315;
    font-size:14px;
    font-weight:600;
    margin-bottom:24px;
}

.emere-legal-hero h1{
    margin:0 0 20px;
    font-size:56px;
    line-height:1.1;
    font-weight:700;
    color:#111315;
    letter-spacing:-0.03em;
}

.emere-legal-hero p{
    max-width:720px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
    color:#64748B;
}

.emere-legal-updated{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
    padding:14px 24px;
    background:#FFFFFF;
    border:1px solid #E5E7EB;
    border-radius:14px;
    color:#111315;
    font-size:14px;
    font-weight:600;
    box-shadow:0 10px 30px rgba(15,23,42,.04);
}

/* CONTENT AREA */

.emere-legal-content{
    max-width:1100px;
    margin:0 auto;
    padding:70px 20px;
}

/* SECTIONS */

.emere-legal-section{
    background:#FFFFFF;
    border:1px solid #E5E7EB;
    border-radius:18px;
    padding:40px;
    margin-bottom:24px;
    box-shadow:0 8px 25px rgba(15,23,42,.04);
    transition:.3s ease;
}

.emere-legal-section:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 35px rgba(15,23,42,.06);
}

.emere-legal-section h2{
    margin:0 0 18px;
    font-size:28px;
    line-height:1.3;
    color:#111315;
    font-weight:700;
}

.emere-legal-section p{
    margin:0 0 18px;
    font-size:17px;
    line-height:1.9;
    color:#64748B;
}

.emere-legal-section ul{
    margin:20px 0;
    padding-left:24px;
}

.emere-legal-section li{
    margin-bottom:10px;
    font-size:17px;
    line-height:1.8;
    color:#64748B;
}

/* NICE GOLD ACCENT */

.emere-legal-section h2::after{
    content:"";
    display:block;
    width:60px;
    height:3px;
    background:#D6A354;
    border-radius:999px;
    margin-top:12px;
}

/* MOBILE */

@media(max-width:768px){

    .emere-legal-hero{
        padding:45px 20px 40px;
    }

    .emere-legal-hero h1{
        font-size:36px;
    }

    .emere-legal-hero p{
        font-size:16px;
    }

    .emere-legal-content{
        padding:40px 15px;
    }

    .emere-legal-section{
        padding:25px;
        border-radius:14px;
    }

    .emere-legal-section h2{
        font-size:22px;
    }

    .emere-legal-section p,
    .emere-legal-section li{
        font-size:15px;
        line-height:1.8;
    }
}/* End custom CSS */