.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-491 .elementor-element.elementor-element-73ed095 .elementor-heading-title{color:#45957E;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-e1dc4f0 */.nome {
    font-size: 16px;
    color: #45957E;
    margin: 0 0 6px 0;
    font-weight: 600;
}

.team {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.persona {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.foto {
    width: 120px;
    flex-shrink: 0;
}

.foto img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.descrizione {
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive (mobile) */
@media (max-width: 600px) {
    .persona {
        flex-direction: column;
    }

    .foto {
        width: 100%;
        max-width: 200px;
    }
}/* End custom CSS */