/* =========================================================
   LMDB NEWSLETTER — QUIET PREMIUM FINAL
   ========================================================= */

html.lmdb-facelift .elementor-element-a05d675 {
    background:#12110f !important;
    border-top:1px solid rgba(255,255,255,.055) !important;
    box-shadow:none !important;
}

html.lmdb-facelift
.elementor-element-a05d675 > .e-con-inner {
    display:grid !important;
    grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr) !important;
    align-items:center !important;
    column-gap:clamp(60px,8vw,130px) !important;
    width:100% !important;
    max-width:1440px !important;
    margin-inline:auto !important;
    padding:62px clamp(34px,5vw,72px) 66px !important;
}

/* Texte */

html.lmdb-facelift .elementor-element-5f606c2 {
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    gap:10px !important;
}

html.lmdb-facelift .elementor-element-f57f8ee,
html.lmdb-facelift .elementor-element-511c65c {
    margin:0 !important;
}

html.lmdb-facelift
.elementor-element-f57f8ee
.elementor-heading-title {
    font-family:"Manrope",system-ui,sans-serif !important;
    font-size:27px !important;
    font-weight:650 !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
    text-transform:none !important;
    color:#f7f4ee !important;
}

html.lmdb-facelift
.elementor-element-511c65c p {
    max-width:440px !important;
    margin:0 !important;
    font-family:"Manrope",system-ui,sans-serif !important;
    font-size:13px !important;
    font-weight:400 !important;
    line-height:1.6 !important;
    color:rgba(247,244,238,.62) !important;
}

/* Form */

html.lmdb-facelift .elementor-element-75ddbf5,
html.lmdb-facelift .elementor-element-c3798a1 {
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

html.lmdb-facelift
#newsletter_signup
.elementor-form-fields-wrapper {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 168px !important;
    grid-template-areas:
        "email submit"
        "consent consent";
    column-gap:10px !important;
    row-gap:13px !important;
    align-items:center !important;
}

html.lmdb-facelift
#newsletter_signup
.elementor-field-group-email {
    grid-area:email;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

html.lmdb-facelift
#newsletter_signup
.e-form__buttons {
    grid-area:submit;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

html.lmdb-facelift
#newsletter_signup
.elementor-field-group-accept {
    grid-area:consent;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

/* Email */

html.lmdb-facelift
#newsletter_signup
#form-field-email {
    display:block !important;
    width:100% !important;
    height:54px !important;
    margin:0 !important;
    padding:0 18px !important;
    box-sizing:border-box !important;
    background:#f7f5f1 !important;
    border:1px solid transparent !important;
    border-radius:3px !important;
    box-shadow:none !important;
    font-family:"Manrope",system-ui,sans-serif !important;
    font-size:13px !important;
    font-weight:450 !important;
    color:#22201e !important;
    outline:none !important;
    transition:border-color .12s ease,background .12s ease !important;
}

html.lmdb-facelift
#newsletter_signup
#form-field-email::placeholder {
    color:#817b74 !important;
    opacity:1 !important;
}

html.lmdb-facelift
#newsletter_signup
#form-field-email:focus {
    background:#fff !important;
    border-color:rgba(181,141,85,.7) !important;
}

/* Bouton */

html.lmdb-facelift
#newsletter_signup
.elementor-button {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:54px !important;
    margin:0 !important;
    padding:0 20px !important;
    background:#b88e55 !important;
    border:1px solid #b88e55 !important;
    border-radius:3px !important;
    box-shadow:none !important;
    font-family:"Manrope",system-ui,sans-serif !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
    color:#151310 !important;
    transition:background .12s ease,border-color .12s ease !important;
}

html.lmdb-facelift
#newsletter_signup
.elementor-button:hover {
    background:#c59c63 !important;
    border-color:#c59c63 !important;
}

/* Consentement */

html.lmdb-facelift
#newsletter_signup
.elementor-field-subgroup,

html.lmdb-facelift
#newsletter_signup
.elementor-field-option {
    display:flex !important;
    align-items:flex-start !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

html.lmdb-facelift
#newsletter_signup
#form-field-accept {
    flex:0 0 auto !important;
    width:14px !important;
    height:14px !important;
    margin:2px 9px 0 0 !important;
    accent-color:#b88e55 !important;
}

html.lmdb-facelift
#newsletter_signup
label[for="form-field-accept"] {
    margin:0 !important;
    font-family:"Manrope",system-ui,sans-serif !important;
    font-size:10.5px !important;
    font-weight:400 !important;
    line-height:1.45 !important;
    color:rgba(247,244,238,.48) !important;
}

/* Tablet / mobile */

@media (max-width:1024px) {

    html.lmdb-facelift
    .elementor-element-a05d675 > .e-con-inner {
        display:flex !important;
        flex-direction:column !important;
        align-items:stretch !important;
        gap:32px !important;
        padding:48px 28px !important;
    }

    html.lmdb-facelift
    #newsletter_signup
    .elementor-form-fields-wrapper {
        grid-template-columns:1fr !important;
        grid-template-areas:
            "email"
            "submit"
            "consent";
    }
}
