a {
  color: #FFFFFF; 
  text-decoration: underline;
  transition: color 0.3s ease;
}

a:hover {
  color: #F58A07 !important; 
}


.t-btn a,
.t-btn a:hover,
button a,
button a:hover {
  color: inherit !important;
}
