/* SchichtFunk – Dynamischer Mitarbeiter-Pool V1 */
#view-schedule .sp-dynpool-info{display:flex;align-items:center;gap:8px;margin-left:auto;order:2}
#view-schedule .sp-dynpool-info+.employee-pool-head input,#view-schedule .employee-pool-head input{order:3}
#view-schedule .sp-dynpool-count{font-size:12px;color:#8fa8c0;white-space:nowrap}
#view-schedule .sp-dynpool-info.active .sp-dynpool-count{color:#72e5ca;font-weight:700}
#view-schedule .sp-dynpool-reset{padding:6px 9px;font-size:11.5px}
#view-schedule .sp-dynpool-hidden{display:none!important}
#view-schedule .sp-dynpool-empty{grid-column:1/-1;padding:18px;border:1px dashed #31506b;border-radius:10px;background:#0c1725;color:#9db1c6;text-align:center;font-size:12.5px}
@media(max-width:1050px){#view-schedule .sp-dynpool-info{width:100%;margin-left:0;order:4}#view-schedule .sp-dynpool-count{white-space:normal}}
