.tags ul li a::after {
    content: "\f055";
    color: #ffc800;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 0px;
    font-size: 12px;
    margin-left: 5px;
}

.tags ul li:hover a::after {
    color: #242020;
}

.tags ul.selezionati li a::after {
    content: "";
    margin-left: 0px;
}

.tags ul.selezionati li a::before {
    content: "\f056";
    color: #242020;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-size: 12px;
    margin-left: 5px;
}

.tags ul.selezionati li:hover a::before {
    color: #242020;
}

.tags {
    margin: 10px 0px
}

article section .tags ul li::before, article.catalogo section .box.descrizione .tags ul li::before {
    content: "";
    margin-right: 0px;
    margin-left: 0px;
}

.tags ul, section .tags ul {
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px;
}

.tags h4 {
    font-size: 15px;
    margin: 10px 0px;
    font-weight: 400;
}

.tags ul li, article section .tags ul li {
    display: inline-block;
    margin-bottom: 3px;
}

    .tags ul li a {
        padding: 2px 7px;
        background: #ffffff;
        color: #242020;
        margin: 2px;
        display: inline-block;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 14px;
        line-height: 19px;
        border: 1px solid #ffc800;
    }

        .tags ul li a:hover {
            text-decoration: none;
            background: #ffc800;
            color: 242020;
        }

.tags ul.selezionati li a {
    background-color: #ffc800;
    color: #242020;
    /* font-weight: 600; */
}

    .tags ul.selezionati li a:hover {
        text-decoration: none;
        background: #ffc800;
        color: 242020;
    }
