/* Demo-Anfragen (27.09.2026) */
.nav .nav-count{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--amber);color:#1b1405;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}
.nav.nav-sub{padding-left:24px}
.demo-req-intro{margin-top:0}
.demo-req-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;border-bottom:1px solid var(--line);margin-bottom:12px}
.demo-req-tabs{border-bottom:0;margin-bottom:0;flex-wrap:wrap}
.demo-req-tabs .demo-req-count{display:inline-block;min-width:18px;margin-left:5px;padding:1px 6px;border-radius:9px;background:var(--panel-high);font-size:10px}
.demo-req-tabs button.active .demo-req-count{background:var(--blue-wash);color:var(--blue)}
.demo-req-search{flex:0 1 260px;margin-bottom:8px}
.demo-req-search .sr-only,.demo-req-table .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.demo-req-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 12px}
.demo-req-actions .demo-req-approve{min-height:40px;font-size:13px;font-weight:650;padding:0 18px}
.demo-req-hint{font-size:11px}
.demo-req-confirm .row-actions{margin-bottom:0}
.demo-req-table td{vertical-align:middle;color:var(--ink);font-size:12px}
.demo-req-table .demo-req-check{width:34px;text-align:center}
.demo-req-table input[type=checkbox]{width:17px;height:17px;cursor:pointer}
.demo-req-table tr.is-selected td{background:var(--blue-wash)}
.demo-req-mail{display:block;color:var(--muted);font-size:11px;margin-top:2px;word-break:break-all}
.demo-req-decision{white-space:nowrap}
.demo-req-decision>*+*{margin-left:8px}
.demo-req-decision button{font-size:11px}
@media(max-width:760px){.demo-req-search{flex-basis:100%}.demo-req-table th:nth-child(4),.demo-req-table td:nth-child(4){display:none}}
