.tnt-btn{
    background:#111827;
    color:#fff;
    padding:12px 20px;
    border-radius:6px;
    cursor:pointer;
}

#tntFormWrapper{
    margin-top:20px;
    padding:25px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.tnt-row{
    display:flex;
    gap:10px;
}

#tntFormWrapper input,
#tntFormWrapper textarea{
    width:100%;
    padding:12px;
    margin-bottom:10px;
    border:1px solid #ddd;
    border-radius:6px;
}

.tnt-submit{
    background:#2563eb;
    color:#fff;
    padding:12px;
    border:none;
    border-radius:6px;
}