.tn-atom.tl-btn {
    color: #1a1a1a !important;
    font-size: 14px;
    font-family: 'Invole', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    padding: 16px;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    background-color: #c8a76e;
    background-position: center center;
    border-color: #c8a76e;
    border-style: solid;
    transition: background-color 0.2sease-in-out, color 0.2sease-in-out, border-color 0.2sease-in-out;
}
.tn-atom.tl-btn:hover {
    background-color: #1a1a1a;;
    background-image: none;
    border-color: #c8a76e;
    color: #c8a76e !important;
}