/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.testo_blu {
    color: #437A9C;
    font-weight: 600;
}

ul.elencopuntato {
    font-size: 16px;
    list-style: none;
    padding-left: 0;
}

    ul.elencopuntato li {
        position: relative;
        padding-left: 24px; /* spazio per l'icona */
    }

        ul.elencopuntato li::before {
            content: "\F309";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0;
            top: 0.2em; /* centratura verticale leggermente migliore */
            color: #007bff;
            font-size: 0.9em;
        }
.iconlist-white {
    --cnvs-iconlist-color: #ffffff !important;
}

    .iconlist-white i {
        color: #ffffff !important;
    }


.feature-box .fbox-icon {
    display: flex;
    justify-content: center;
    align-items: center;
