.uc-links {
    color: #000 !important;           /* базовый цвет */
    text-decoration: none !important; /* убираем подчеркивание */
    transition: color 0.3s ease;      /* плавный переход */
}

.uc-links:hover {
    color: #e95322 !important;        /* цвет при наведении */
}
