.employee-work-groups{display:grid;gap:22px;margin-top:18px}
.work-group{border:1px solid #303037;border-radius:16px;background:#111114;overflow:hidden}
.work-group-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #303037;background:linear-gradient(110deg,rgba(211,154,23,.13),rgba(211,154,23,.025) 55%,transparent)}
.work-group-heading h2{margin:4px 0 5px;font-size:22px}
.work-group-heading p{margin:0;color:#aaa;max-width:620px;font-size:13px;line-height:1.5}
.work-group-count{flex:none;border:1px solid rgba(211,154,23,.4);border-radius:999px;padding:7px 11px;color:#f1c969;background:rgba(211,154,23,.1);font-size:12px;font-weight:700;white-space:nowrap}
.work-group-list{padding:10px 14px 14px}
.work-group-list .assignment-card{margin-top:10px}
.work-group-qc-corrections{border-color:rgba(211,154,23,.5)}
.work-group-qc-corrections .work-group-heading{box-shadow:inset 4px 0 #e2a323;background:linear-gradient(110deg,rgba(211,154,23,.2),rgba(211,154,23,.04) 60%,transparent)}
.qc-work-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:8px 0 13px}
.qc-work-summary>div{padding:12px;border-radius:11px;background:#19191e;border:1px solid rgba(255,255,255,.09)}
.qc-work-summary span{display:block;color:#888;font-size:10px;text-transform:uppercase;letter-spacing:.8px;margin-bottom:5px}
.qc-work-summary b{font-size:13px;line-height:1.45}
.qc-work-note{margin-bottom:14px;padding:14px;border-radius:12px;background:rgba(211,154,23,.1);border:1px solid rgba(211,154,23,.3)}
.qc-work-note p{margin:5px 0 0;color:#bbb;line-height:1.55;font-size:13px}
.work-group-reglue .work-group-heading{box-shadow:inset 4px 0 #d39a17}
.work-group-cleaning .work-group-heading{box-shadow:inset 4px 0 #62a9c9}
.work-group-hole-repair .work-group-heading{box-shadow:inset 4px 0 #b87862}
.work-group-icing .work-group-heading{box-shadow:inset 4px 0 #8e78c7}
.work-group-customs .work-group-heading{box-shadow:inset 4px 0 #cc6f9e}
.work-group-restoration .work-group-heading{box-shadow:inset 4px 0 #61a77e}
@media(max-width:700px){.work-group-heading{padding:15px;flex-direction:column;gap:10px}.work-group-list{padding:7px 9px 11px}.work-group-count{align-self:flex-start}.qc-work-summary{grid-template-columns:1fr}}
