<style>
.tn-atom__tip-text a {
display: inline-block;
background-color: #ff7300;
color: #fff !important;
padding: 6px 15px;
border-radius: 3px;
margin-top: 20px;
margin-bottom: 4px;
transition: all 0.3s ease-in-out;
}
.tn-atom__tip-text a:hover {
background-color: #fd9036;
}
</style>