.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.section-actions { align-items: center; }
.selection-note { color: var(--muted); font-size: 12px; width: 100%; text-align: right; }
.select-cell { display: grid; place-items: center; }
.activity-select, .select-all input { width: 18px; height: 18px; margin: 0; accent-color: var(--green); }
.select-all { display: flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 500; margin-top: 10px; }
.badge.manual { background: #dff4e7; color: #177442; }
.badge.prepared { background: #fff0c9; color: #8a6414; }

@media (max-width: 800px) {
  .section-head { display: block; }
  .section-actions { margin-top: 18px; }
  .selection-note { text-align: left; }
}
