
.tcq-wrapper{
max-width:700px;
margin:40px auto;
font-family:Arial,sans-serif;
}

#tcq-user-form input{
width:100%;
padding:12px;
margin-bottom:12px;
border:1px solid #ddd;
border-radius:6px;
}

.tcq-step{
display:none;
}

.tcq-step.active{
display:block;
}

.tcq-option{
display:block;
padding:14px;
border:1px solid #ddd;
border-radius:8px;
margin-bottom:12px;
cursor:pointer;
}

.tcq-nav{
margin-top:20px;
}

.tcq-nav button,
#tcq-start{
background:#0073aa;
color:#fff;
border:none;
padding:12px 20px;
border-radius:6px;
cursor:pointer;
margin-right:10px;
}

.tcq-result-box{
padding:20px;
border:1px solid #ddd;
border-radius:10px;
}
