/* Outreach page business-only overrides.
   Keep this file small. Do not put generic font, button, shell, card, or table styling here.
*/

.type-techup { background: #dbeafe !important; color: #0369a1 !important; }
.type-ydsp { background: #dcfce7 !important; color: #15803d !important; }
.type-brainhack { background: #f3e8ff !important; color: #7e22ce !important; }
.type-talk { background: #ffedd5 !important; color: #c2410c !important; }
.type-fair { background: #e0f2fe !important; color: #0369a1 !important; }

.status-active { background: #dcfce7 !important; color: #15803d !important; }
.status-draft { background: #e2e8f0 !important; color: #475569 !important; }
.status-upcoming { background: #fef3c7 !important; color: #b45309 !important; }
.status-completed { background: #e2e8f0 !important; color: #475569 !important; }

.prog-app-new {
  display: inline-flex !important;
  align-items: center !important;
  background: #fef3c7 !important;
  color: #d97706 !important;
}

.prog-app-cell {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.row-action-btn {
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  color: #64748b !important;
}

.row-action-btn:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}
