.volunteer-task-list-editor{display:grid;gap:10px}.volunteer-task-list-empty{border:1px dashed var(--line);border-radius:10px;background:#fbfdff;color:var(--muted);padding:12px;font-size:13px}.volunteer-task-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px}.volunteer-task-row-fields{display:grid;gap:8px;min-width:0}.volunteer-task-draft-badge{display:inline-flex;align-items:center;gap:6px;align-self:start;justify-self:start;border:1px solid #e2b53d;border-radius:999px;background:#fff8e6;color:#8a6100;font-size:12px;font-weight:700;padding:3px 10px}.volunteer-task-draft-badge[hidden]{display:none}.volunteer-task-row.is-draft{border-color:#e2b53d;background:#fffdf7}.volunteer-task-row-fields input,.volunteer-task-row-fields textarea{width:100%}.volunteer-task-field[hidden]{display:none}.volunteer-task-field{display:grid;gap:4px;font-size:12px;font-weight:600;color:var(--muted);min-width:0}.volunteer-task-field>input,.volunteer-task-field>select,.volunteer-task-field>textarea{font:inherit;font-size:14px;font-weight:400;color:var(--ink, #122033)}.volunteer-task-field>textarea{min-height:62px;resize:vertical}.volunteer-task-field-row{display:flex;flex-wrap:wrap;gap:8px;align-items:end}.volunteer-task-field.is-wide{flex:3 1 220px}.volunteer-task-field.is-narrow{flex:1 1 150px}.volunteer-task-field-row.is-times .volunteer-task-use-program-time{flex:0 0 auto}.volunteer-task-toggles{display:grid;gap:6px;border:1px solid var(--line);border-radius:8px;padding:8px 10px 10px;margin:0}.volunteer-task-toggles legend{font-size:12px;font-weight:600;color:var(--muted);padding:0 4px}.volunteer-task-toggles label{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--ink, #122033);cursor:pointer}.volunteer-task-toggles input[type=checkbox]{width:16px;height:16px;flex:0 0 auto;margin:2px 0 0}.volunteer-task-signups-label{font-size:12px;font-weight:600;color:var(--muted)}.volunteer-task-signups{display:grid;gap:6px;border-top:1px dashed var(--line);padding-top:8px;margin-top:2px}.volunteer-task-signups-empty{font-size:13px;color:var(--muted)}.volunteer-task-signup{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px}.volunteer-task-signup-name{font-weight:600}.volunteer-task-signup-email,.volunteer-task-signup-phone{color:var(--muted)}.volunteer-task-signup-certified{color:#166534;font-weight:600}.volunteer-task-signup-btn{width:auto;padding:4px 10px;border:1px solid var(--line);border-radius:var(--btn-radius);background:#fff;font-size:12px;font-weight:600;cursor:pointer}.volunteer-task-remove-btn{width:auto;padding:8px 10px;border:1px solid var(--rose-line);border-radius:var(--btn-radius);background:var(--rose-bg);color:var(--rose-text);font-weight:var(--btn-font-weight);cursor:pointer}.volunteer-task-time-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px}.volunteer-task-time-label{display:grid;gap:4px;font-size:12px;color:var(--muted)}.volunteer-task-time-label input{width:auto}.volunteer-task-time-hint{font-size:12px;margin-top:-2px}.volunteer-task-use-program-time{width:auto;padding:8px 10px;border:1px solid var(--line);border-radius:var(--btn-radius);background:#fff;font-size:12px;font-weight:600;cursor:pointer}.volunteer-task-signup-source{color:var(--muted);font-style:italic}.volunteer-task-signup-btn.is-danger{border-color:var(--rose-line);background:var(--rose-bg);color:var(--rose-text)}.volunteer-task-add-signup{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.volunteer-task-add-signup input{width:auto;flex:1 1 130px;min-width:0}.volunteer-task-add-signup select{width:auto;flex:2 1 220px;min-width:0}.volunteer-task-add-signup [hidden]{display:none}.volunteer-task-add-signup .hint{flex:1 0 100%;margin:0}
