/**
 * CSS per integrazione chat SaintChannel - SOLO TEMA TITOLO E DESCRIZIONE
 * Stili minimali per l'introduzione alla chat
 */

/* === INTRO ALLA CHAT === */
#ida-container .text-center h2 {
    background: linear-gradient(135deg, 
        #58a6ff 0%, 
        #22c55e 50%,
        #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-bottom: 1rem;
}

#ida-container .lead {
    color: rgba(148, 163, 184, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
}

#ida-container {
    margin-bottom: 2rem;
}
