
/* 1. ЖЕСТКО УБИРАЕМ ПОДЧЕРКИВАНИЯ У ССЫЛОК */
a:has(img[src="https://static.tildacdn.com/tild6663-3139-4433-a531-653132323832/SPC_menu.svg"]),
a:has(img[src="https://static.tildacdn.com/tild6637-6564-4462-a231-646363343330/SPC_-_.png"]),
a:has(img[src="https://static.tildacdn.com/tild3033-6165-4263-a163-373364316637/SPC_-__12.svg"]),
a:has(img[src="https://static.tildacdn.com/tild3134-6137-4336-b462-653865633439/SPC_menu_9.svg"]) {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* 2. ЗАДАЕМ ОТСТУП 5PX ТЕКСТУ СВЕРХУ И УБИРАЕМ ЛИНИИ ПОД ТЕКСТОМ */
a:has(img[src="https://static.tildacdn.com/tild6663-3139-4433-a531-653132323832/SPC_menu.svg"]) div,
a:has(img[src="https://static.tildacdn.com/tild6663-3139-4433-a531-653132323832/SPC_menu.svg"]) span,
a:has(img[src="https://static.tildacdn.com/tild6637-6564-4462-a231-646363343330/SPC_-_.png"]) div,
a:has(img[src="https://static.tildacdn.com/tild6637-6564-4462-a231-646363343330/SPC_-_.png"]) span,
a:has(img[src="https://static.tildacdn.com/tild3033-6165-4263-a163-373364316637/SPC_-__12.svg"]) div,
a:has(img[src="https://static.tildacdn.com/tild3033-6165-4263-a163-373364316637/SPC_-__12.svg"]) span,
a:has(img[src="https://static.tildacdn.com/tild3134-6137-4336-b462-653865633439/SPC_menu_9.svg"]) div,
a:has(img[src="https://static.tildacdn.com/tild3134-6137-4336-b462-653865633439/SPC_menu_9.svg"]) span {
    margin-top: 5px !important; /* Те самые 5 пикселей МЕЖДУ картинкой и текстом */
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

/* 3. ОБНУЛЯЕМ ОТСТУПЫ У КАРТИНОК, ЧТОБЫ ОНИ НЕ ДАВИЛИ ВНИЗ */
img[src="https://static.tildacdn.com/tild6663-3139-4433-a531-653132323832/SPC_menu.svg"],
img[src="https://static.tildacdn.com/tild6637-6564-4462-a231-646363343330/SPC_-_.png"],
img[src="https://static.tildacdn.com/tild3033-6165-4263-a163-373364316637/SPC_-__12.svg"],
img[src="https://static.tildacdn.com/tild3134-6137-4336-b462-653865633439/SPC_menu_9.svg"] {
    margin-bottom: 0 !important; 
    padding-bottom: 0 !important;
}
</style>

