.tablebook-wrap{max-width:520px;font-family:var(--tb-font-family,inherit);font-size:var(--tb-font-size,inherit);color:var(--tb-text-color,inherit)}
.tablebook-row{margin:0 0 12px}
.tablebook-row label{display:block;font-weight:600;margin:0 0 6px}
.tablebook-row input,.tablebook-row select,.tablebook-row textarea{width:100%;box-sizing:border-box;padding:10px;border:1px solid var(--tb-border-color,#cfcfcf);border-radius:6px}
.tablebook-row input:focus,.tablebook-row select:focus,.tablebook-row textarea:focus{outline:none;box-shadow:0 0 0 2px rgba(0,0,0,.08)}
.tablebook-help{display:block;margin-top:6px;opacity:.8;font-size:12px}
.tablebook-submit{padding:10px 14px;border-radius:8px;border:0;background:var(--tb-button-bg,#111);color:var(--tb-button-text,#fff);cursor:pointer}
.tablebook-submit:hover{filter:brightness(0.95)}
.tablebook-response{margin-top:12px;padding:10px;border-radius:8px}
.tablebook-response.is-ok{border:1px solid #b7e3c1}
.tablebook-response.is-error{border:1px solid #f3b0b0}
