.elementor-2159 .elementor-element.elementor-element-24244fc{--display:flex;--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 shortcode, class: .elementor-element-fc15c90 *//* --- STILI MODULO ESTATE A CORFU (eac-) --- */

/* Contenitore Principale */
.eac-form-styled {
    background: #ffffff;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 90, 141, 0.1);
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif; /* Assicurati che il font sia caricato nel tema */
}

/* Titoli */
.eac-form-title {
    color: #005a8d;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

.eac-form-subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1rem;
}

/* Box Informativo */
.eac-form-info-box {
    background-color: #e3f2fd;
    border-left: 5px solid #2196F3;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.eac-form-info-box h4 {
    margin: 0 0 10px 0;
    color: #0d47a1;
    font-size: 1.1rem;
}

.eac-form-info-box p {
    margin: 0;
    color: #37474f;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Layout Griglia (Righe e Colonne) */
.eac-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.eac-form-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.eac-form-full {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

/* Etichette (Label) */
.eac-form-styled label {
    font-weight: 600;
    color: #34495e;
    margin-bottom: 8px;
    font-size: 0.9rem;
    display: block;
}

/* Testo piccolo (small) */
.eac-form-styled small {
    display: block;
    margin-top: 5px;
    color: #7f8c8d;
    font-size: 0.85rem;
}

/* Stile Input Generici (Text, Email, Tel, Date, Number, Textarea) */
.eac-form-styled input[type="text"],
.eac-form-styled input[type="email"],
.eac-form-styled input[type="tel"],
.eac-form-styled input[type="date"],
.eac-form-styled input[type="number"],
.eac-form-styled textarea {
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    background-color: #fff;
}

.eac-form-styled input:focus,
.eac-form-styled textarea:focus {
    border-color: #005a8d;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 90, 141, 0.1);
}

/* --- STILE RADIO BUTTONS --- */
.eac-radio-group {
    background: #f9fbfd;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

/* Stile per ogni voce della lista radio di CF7 */
.eac-form-styled .wpcf7-list-item {
    display: inline-block; /* Messi in linea se c'è spazio */
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 1rem;
    color: #333;
}

.eac-form-styled .wpcf7-list-item:last-child {
    margin-right: 0;
}

/* Stile del pallino (input radio) */
.eac-form-styled input[type="radio"] {
    margin-right: 5px;
    transform: scale(1.2);
    cursor: pointer;
}

/* Label cliccabile */
.eac-form-styled .wpcf7-list-item-label {
    cursor: pointer;
}


/* Divisore */
.eac-divider {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 30px 0;
}

/* Bottone Submit */
.eac-submit-wrapper {
    text-align: center;
    margin-top: 30px;
}

.eac-form-styled input[type="submit"] {
    /* Gradiente Azzurro/Blu Brand */
    background: linear-gradient(90deg, #00C6FF 0%, #005a8d 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(0, 90, 141, 0.4);
    width: auto;
    display: inline-block;
}

.eac-form-styled input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 90, 141, 0.5);
    background: linear-gradient(90deg, #0072FF 0%, #004369 100%);
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .eac-form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .eac-form-styled {
        padding: 25px 20px;
    }
    
    .eac-form-styled input[type="submit"] {
        width: 100%;
    }
    
    /* Su mobile i radio button vanno a capo */
    .eac-form-styled .wpcf7-list-item {
        display: block;
        margin-bottom: 10px;
    }
}/* End custom CSS */