.wdtb-box{border:1px solid #e5e7eb;border-radius:10px;padding:20px;margin:18px 0;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.wdtb-box h3,.wdtb-box h4{margin-top:0;color:#222}
.wdtb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:14px 0}
.wdtb-grid span{background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;padding:12px;color:#334155}
.wdtb-box table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-top:12px}
.wdtb-box th{background:#f8fafc;font-weight:600;color:#334155}
.wdtb-box th,.wdtb-box td{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left}
.wdtb-box tr:last-child td{border-bottom:0}
.wdtb-form{background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;padding:14px;margin-top:12px}
.wdtb-form input,.wdtb-form textarea,.wdtb-form select{max-width:420px;width:100%;min-height:38px;border-radius:6px;margin-top:4px}
.wdtb-form textarea{min-height:90px}
.wdtb-form .button{width:auto;min-width:120px;margin-top:8px}
@media(max-width:640px){.wdtb-box{padding:14px;overflow-x:auto}.wdtb-grid{grid-template-columns:1fr}.wdtb-form input,.wdtb-form textarea,.wdtb-form select{max-width:100%}}
