.elementor-9083 .elementor-element.elementor-element-f524f15{--display:flex;--min-height:600px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:30px 0px;--row-gap:30px;--column-gap:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9083 .elementor-element.elementor-element-35a10bc{width:var( --container-widget-width, 85% );max-width:85%;--container-widget-width:85%;--container-widget-flex-grow:0;text-align:center;}.elementor-9083 .elementor-element.elementor-element-35a10bc.elementor-element{--align-self:center;}.elementor-9083 .elementor-element.elementor-element-35a10bc .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:64px;font-weight:600;line-height:50px;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-9083 .elementor-element.elementor-element-f524f15{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-9083 .elementor-element.elementor-element-35a10bc{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-9083 .elementor-element.elementor-element-35a10bc .elementor-heading-title{font-size:45px;}}/* Start custom CSS for heading, class: .elementor-element-35a10bc */.elementor-9083 .elementor-element.elementor-element-35a10bc strong, b{
    color: #873BFF;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-37fa7f8 *//* =========================================================
   STILE TABELLA BASE (Con sfondo bianco e fix mobile)
   ========================================================= */

/* Struttura base della tabella */
table {
    display: block; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
    
    width: 100% !important;
    border-collapse: collapse;
    text-align: left;
    margin: 0 0 2rem 0;
    font-family: inherit;
    color: #475569;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border-radius: 12px;
    border: 1px solid #f1f5f9;
}

/* Celle standard */
table th, 
table td {
    background-color: #ffffff; /* FIX: Sfondo bianco forzato per tutte le celle normali */
    min-width: 150px; 
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    border-top: none;
    border-left: none;
    border-right: none;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.95rem;
    line-height: 1.5;
    transition: background-color 0.2s ease;
}

/* === PRIMA RIGA (Intestazione Viola) === */
table thead tr th,
table thead tr td,
table tbody tr:first-child th,
table tbody tr:first-child td,
table > tr:first-child th,
table > tr:first-child td {
    background-color: #873bff !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    border-bottom: none;
}

/* Forza il colore bianco su tutti gli elementi interni alla prima riga */
table thead tr th *,
table thead tr td *,
table tbody tr:first-child th *,
table tbody tr:first-child td *,
table > tr:first-child th *,
table > tr:first-child td * {
    color: #ffffff !important;
}

/* === PRIMA COLONNA === */
table tr th:first-child,
table tr td:first-child {
    background-color: #f8fafc;
    color: #0f172a;
    font-weight: 600;
    border-right: 1px solid #e2e8f0;
}

/* === CELLA IN ALTO A SINISTRA === */
table thead tr th:first-child,
table thead tr td:first-child,
table tr:first-child th:first-child,
table tr:first-child td:first-child {
    background-color: #873bff !important;
}

/* === EFFETTI HOVER === */
table tbody tr:hover td,
table tbody tr:hover th {
    background-color: #f8fafc; 
}

table tbody tr:hover td:first-child,
table tbody tr:hover th:first-child {
    background-color: #f1f5f9; 
}

table thead tr:hover th,
table thead tr:hover td,
table tbody tr:first-child:hover th,
table tbody tr:first-child:hover td,
table > tr:first-child:hover th,
table > tr:first-child:hover td {
    background-color: #873bff !important;
}

table tr:last-child th,
table tr:last-child td {
    border-bottom: none;
}/* End custom CSS */