.t-NavigationBar {
    position: relative;
    padding-right: 120px; /* leggermente più largo dell'immagine */
}

.t-NavigationBar::after {
    content: "";
    position: absolute;

    right: 10px;   /* distanza da destra */
    top: 50%;
    transform: translateY(-50%); /* centrata verticalmente */

    width: 100px;
    height: 50px;

    background-image: url("./BANNER_SICOF_PSN.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}