/**
 * Stili helper per icone Google Material nelle landing.
 */

.sbp-lm-icon.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

/* Spazio standard per icona prima/dopo testo */
.sbp-lm-icon--before {
    margin-right: 0.35em;
}

.sbp-lm-icon--after {
    margin-left: 0.35em;
}
