/* Usuń podkreślenie tytułów artykułów */
.item-title a {
    text-decoration: none !important;
}
/* Usuń podkreślenie tytułów kategorii */
.item-category a {
    text-decoration: none !important;
}
