.tcbms-form input{width:100%;max-width:420px;padding:8px;margin:6px 0;}
.tcbms-form button{padding:10px 14px}
.tcbms-error{background:#ffecec;border:1px solid #cc0000;padding:10px;margin:10px 0}
.tcbms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
.tcbms-card{border:1px solid #e5e5e5;border-radius:10px;padding:14px;background:#fff}
.tcbms-pre{white-space:pre-wrap;background:#f7f7f7;border:1px solid #e5e5e5;padding:10px;border-radius:8px}
