/* FIX MOBILE CONTATTI - FOTO CAROLA E PULSANTE PRENOTA ORA */

@media (max-width: 768px) {
    /* FOTO CAROLA - PIÙ PICCOLA E CENTRATA */
    .contatti-page .container div[style*="width: 550px; height: 600px"] {
        width: 280px !important;
        height: 350px !important;
        margin: 0 auto 1.5rem !important;
    }
    
    /* NOME CAROLA - PIÙ PICCOLO */
    .contatti-page .container h2[style*="font-size: 3.5rem"] {
        font-size: 2.2rem !important;
    }
    
    /* PULSANTE PRENOTA ORA - VERDE WHATSAPP */
    .contatti-page a.cta-button.cta-primary[href*="wa.me"] {
        background: linear-gradient(135deg, #25d366 0%, #20b358 100%) !important;
        color: white !important;
    }
    
    /* CONTENITORE PULSANTI - CENTRATO */
    .contatti-page div[style*="display: flex; gap: 2rem"] {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
}
/* cache-bust 1763111670 */
