/* Ukrywa "Poradnik - Wszystkie wpisy" tylko w kaflach */
.blog__item:has(> *:first-child:contains("Poradnik - Wszystkie wpisy")) > *:first-child {
    display: none !important;
}
