.participant-panel{margin-top:14px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fbfdfc}.participant-panel-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:12px}.participant-panel-head h3{font-size:15px;color:var(--navy-950);margin:3px 0 4px}.participant-panel-head p{font-size:11px;color:var(--muted);margin:0;line-height:1.5}.participant-count{min-width:30px;height:30px;padding:0 8px;border-radius:999px;background:var(--green-100);color:var(--green-800);font-size:10px;font-weight:900;display:grid;place-items:center}.participant-list{display:grid;gap:9px;margin-bottom:10px}.participant-row{display:grid;grid-template-columns:1.25fr 1fr 1fr 150px auto;gap:8px;align-items:end;padding:11px;border:1px solid var(--line);border-radius:12px;background:#fff}.participant-field>span,.participant-conductor>span{display:block;font-size:10px;font-weight:850;color:var(--navy-900);margin-bottom:5px}.participant-field input,.participant-field select{min-height:40px}.participant-conductor{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 9px;border:1px solid var(--line);border-radius:11px;background:#fbfdfc}.participant-conductor input{width:20px;height:20px;min-width:20px;min-height:20px}.participant-conductor>span{margin:0;font-size:10px;line-height:1.25}.participant-remove{align-self:center}.participant-note{font-size:10px;color:var(--muted);line-height:1.45;margin:10px 0 0;padding-top:9px;border-top:1px solid var(--line)}
@media(max-width:1100px){.participant-row{grid-template-columns:1fr 1fr}.participant-conductor,.participant-remove{align-self:end}}@media(max-width:760px){.participant-panel{padding:12px}.participant-row{grid-template-columns:1fr}.participant-conductor{align-self:stretch}.participant-remove{justify-self:flex-start}.participant-panel-head{align-items:flex-start}}
