.t-btn {
  text-decoration: none;
  cursor: pointer;
  transition: text-decoration 0.3s ease;
}

.t-btn.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}