.pagenavcounter {
    display: none !important;
}

@media (max-width: 768px) {
    body header.header .navbar-brand a.brand-logo span {
        font-size: 16px !important; /* Drastyczne zmniejszenie czcionki */
        white-space: normal !important;
    }
}

@media (max-width: 768px) {
    /* Ukrycie automatycznego spisu treści artykułu na telefonach */
    #article-index, 
    .article-index {
        display: none !important;
    }
}