/* Обычная ссылка */
.tn-atom a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

/* Активная ссылка */
.tn-atom a.active {
  color: #ff6200 !important; /* Оранжевый цвет */
  font-weight: bold;
}

/* Наведение на ссылку */
.tn-atom a:hover {
  color: #ff6200 !important;
}

