
.wtt-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
}

.wtt-field-wide{
grid-column:1/-1;
}

.wtt-field input,.wtt-field select{
width:100%;
padding:10px;
border-radius:8px;
border:1px solid #ccc;
}

.wtt-actions{
margin-top:14px;
}

.wtt-btn{
padding:12px 20px;
background:#00c2ff;
border:none;
border-radius:20px;
cursor:pointer;
}

.wtt-card{
margin-top:20px;
padding:16px;
border:1px solid #ddd;
border-radius:10px;
}
