
/* --- IKONY PRO RUBRIKY --- */

.subcategories a .text::before {
    content: "";
    display: inline-block;
    width: 2em;  /* Velikost se odvíjí od velikosti písma (1.5x větší než text) */
    height: 2em; /* Velikost se odvíjí od velikosti písma */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px; 
    vertical-align: middle;
}


.subcategories a[href*="/rady-psi/"] .text::before {
    background-image: url('https://www.shroombuddy.cz/user/articles/sections/images/ikonka_web_kategorie_psi.png');
}

.subcategories a[href*="/rady-kocky/"] .text::before {
    background-image: url('https://www.shroombuddy.cz/user/articles/sections/images/ikonka_web_kategorie_kocky.png');
}

.subcategories a[href*="/rady-kone/"] .text::before {
    background-image: url('https://www.shroombuddy.cz/user/articles/sections/images/ikonka_web_kategorie_kone.png');
}

.subcategories a[href*="/priklady-z-praxe/"] .text::before {
    background-image: url('https://www.shroombuddy.cz/user/articles/sections/images/ikonka_web_kategorie_ostatni_zvirata.png');
}