.menu * {
  width: max-content !important;
  display: block !important;
  transition: all 0.3s ease-in-out;
}

.menu:hover .tn-atom, .menu.active .tn-atom {
  color: #ff922d !important;
}

.menu:hover .tn-atom, .menu.active .tn-atom {
  color: #ff922d !important;
  opacity: 1;
}