.tags-container{
    margin-left: 20px;
}

.no-text-decoration{
    text-decoration: none !important;
}

.chip.chip-primary.chip-tag-custom.chip-lg.chip-simple:hover .testo-blueargomenti{
    color: #fff !important;
}

.testo-blueargomenti{
    color: #0059b3 !important;
}

@media (max-width: 500px) { 
    .chip.chip-lg.chip-tag-custom{
       height: fit-content !important;
    }   
    .chip.chip-tag-custom{
        display: inline-block !important;
    }
}