/* Archeomatica Newsletter Reminder v2.0.9 */

/* =========================================================
   BOX EDITORIALE
   ========================================================= */

.archeomatica-newsletter-box {
    box-sizing: border-box;
    margin: 56px 0 18px;
    overflow: hidden;
    border: 1px solid #dfe4ea;
    border-radius: 12px;
    background: #f8f9fb;
    box-shadow: 0 8px 24px rgba(23,43,77,.06);
}

.archeomatica-newsletter-box *,
.archeomatica-newsletter-box *::before,
.archeomatica-newsletter-box *::after {
    box-sizing: border-box;
}

.archeomatica-newsletter-box__content {
    padding: 30px 32px 26px;
    border-top: 4px solid #2466b3;
}

.archeomatica-newsletter-box__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #2466b3;
}

.archeomatica-newsletter-box__title {
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: clamp(24px,3vw,32px) !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    color: #202a35 !important;
}

.archeomatica-newsletter-box__intro {
    max-width: 760px;
    margin: 0 0 20px !important;
    font-size: 16px;
    line-height: 1.55;
    color: #4b5563;
}


/* =========================================================
   ACYMAILING
   Manteniamo il layout nativo del modulo.
   Niente grid, flex o riposizionamento dei campi.
   ========================================================= */

.archeomatica-newsletter-box__form {
    max-width: 760px;
}

.archeomatica-newsletter-box__form .acym_module_form,
.archeomatica-newsletter-box__form .acym_full_div,
.archeomatica-newsletter-box__form form {
    margin: 0 !important;
}


/* Campo email */

.archeomatica-newsletter-box__form input[type="email"] {
    max-width: 100%;
}


/* Pulsante */

.archeomatica-newsletter-box__form button.subbutton {
    background: #2466b3 !important;
    border-color: #2466b3 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}


/* =========================================================
   NOTA
   ========================================================= */

.archeomatica-newsletter-box__note {
    margin: 12px 0 0 !important;
    font-size: 12px;
    line-height: 1.45;
    color: #6b7280;
}


/* =========================================================
   MOBILE
   Tocchiamo esclusivamente il box esterno.
   ========================================================= */

@media (max-width: 480px) {

    .archeomatica-newsletter-box {
        margin-top: 42px;
        border-radius: 9px;
    }

    .archeomatica-newsletter-box__content {
        padding: 24px 20px 22px;
    }

    .archeomatica-newsletter-box__title {
        font-size: 25px !important;
    }

    .archeomatica-newsletter-box__intro {
        font-size: 15px;
    }

}
/* Rifiniture form AcyMailing - Archeomatica */

.archeomatica-newsletter-box__form input[type="email"] {
    width: 100% !important;
    max-width: 520px !important;
    min-height: 46px !important;
    padding: 10px 14px !important;
    border: 1px solid #c8d0d8 !important;
    border-radius: 6px !important;
    background: #fff !important;
    font-size: 15px !important;
}

.archeomatica-newsletter-box__form .fieldacyterms {
    margin-top: 10px !important;
    margin-bottom: 8px !important;
}

.archeomatica-newsletter-box__form p.acysubbuttons {
    margin: 0 !important;
}

.archeomatica-newsletter-box__form button.subbutton {
    min-height: 42px !important;
    padding: 9px 16px !important;
    border-radius: 5px !important;
}