/* Mitarbeiter DB page overrides */
.tabs{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:10px}
.tab-btn.active{
  background:rgba(170,210,255,.30);
  border-color:rgba(170,210,255,.85);
}
.list .item.active{
  border-color: rgba(122,162,255,.6);
  background: rgba(122,162,255,.12);
}
.entry-name{font-weight:700}
.entry-sub{font-size:12px; color:var(--muted)}
.form .full{grid-column:1 / -1}
.badge.small{font-size:11px; padding:2px 6px}
.grow{flex:1 1 240px; min-width:220px}
#entries-list{max-height:65vh; overflow:auto}

/* UI refresh 2026-02 */
.tab-btn.active{
  background:rgba(95,163,255,.18);
  border-color:rgba(95,163,255,.65);
}
.list .item.active{
  border-color:rgba(95,163,255,.65);
  background:rgba(95,163,255,.14);
}



.logo-tools{align-items:center; gap:8px; flex-wrap:wrap}
.logo-tools .small{margin-left:4px}

.inline-actions{margin:4px 0 10px; align-items:center; gap:8px}
