/**
 * MC-Manager — Modulo Recesso
 * Stile front-end del modulo di recesso (art. 54-bis Cod. Consumo).
 * Version: 4.17.0
 *
 * Caricato SOLO sulla pagina che contiene lo shortcode [mc_recesso]
 * (enqueue condizionato a has_shortcode in modules/recesso/init.php).
 */

/* ==========================================================================
   HONEYPOT (anti-bot D3) — invisibile agli umani, raggiungibile dai bot
   ========================================================================== */
.mc-recesso .mcr-hp {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    height: 0;
    overflow: hidden;
}

/* ==========================================================================
   CONTENITORE FRONT-END
   ========================================================================== */
.mc-recesso {
    max-width: 640px;
    margin: 0 auto;
}

.mc-recesso-title {
    margin-bottom: 0.5em;
}

.mc-recesso-intro {
    color: #555;
}

.mc-recesso-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.mc-recesso-field label {
    font-weight: 600;
    margin-bottom: 0.25em;
}

.mc-recesso-field input[type="text"],
.mc-recesso-field input[type="email"],
.mc-recesso-field textarea {
    width: 100%;
    padding: 0.5em;
    box-sizing: border-box;
}

.mc-recesso-confirm label {
    flex-direction: row;
    font-weight: 400;
}

.mc-recesso-actions {
    margin-top: 1.25em;
}

/* ==========================================================================
   MESSAGGI / STATI
   ========================================================================== */
.mc-recesso-error {
    background: #fbeaea;
    border-left: 4px solid #c0392b;
    padding: 0.75em 1em;
    margin-bottom: 1em;
}

.mc-recesso-window {
    padding: 0.75em 1em;
    margin: 1em 0;
    border-left: 4px solid #999;
    background: #f6f6f6;
}

.mc-recesso-window--ok {
    border-left-color: #2e7d32;
    background: #edf7ed;
}

.mc-recesso-window--late {
    border-left-color: #ed6c02;
    background: #fff4e5;
}

.mc-recesso-order {
    list-style: none;
    padding: 0;
    margin: 0 0 1em;
}

.mc-recesso-declaration {
    background: #f6f6f6;
    padding: 1em;
    margin: 1em 0;
    border-radius: 4px;
}

.mc-recesso-receipt {
    background: #edf7ed;
    border-left: 4px solid #2e7d32;
    padding: 1em;
    margin-bottom: 1em;
}
