.tpsd-box{
  margin:12px 0;
  padding:14px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:10px;
  background:#fff;
}
.tpsd-title{
  font-weight:700;
  margin-bottom:8px;
}
.tpsd-desc{
  color:rgba(0,0,0,.72);
  margin-bottom:10px;
}
.tpsd-opt{
  display:flex;
  gap:8px;
  align-items:center;
  margin:10px 0;
}
.tpsd-field-label{
  display:block;
  font-weight:600;
  margin:8px 0 6px;
}
.tpsd-select, .tpsd-input{
  width:100%;
  max-width:260px;
}
.tpsd-hint{
  margin-top:6px;
  font-size:12px;
  color:rgba(0,0,0,.6);
}
.tpsd-fixed{
  margin-top:8px;
}
