@media (hover: hover) {
  a:hover,
  a:hover *,
  a:hover span,
  a:hover strong,
  a:hover b,
  a:hover .tn-atom {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-color: #ffffff !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
    transition: all 0.3s ease !important;
  }
}