/* ====== WORK PLANNER STYLES ====== */

.wish-free { background-color: #f8f9fa; }
.wish-want-work { background-color: #d1e7dd; }
.wish-must-work { background-color: #198754; color: white; }
.wish-want-off { background-color: #fff3cd; }
.wish-unavailable { background-color: #f8d7da; }
.wish-vacation { background-color: #6610f2; color: white; }

.wish-cell {
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.75rem;
  padding: 4px 2px;
  text-align: center;
  min-width: 80px;
}

.wish-cell:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.wish-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-right: 4px;
  margin-bottom: 4px;
}

.assigned {
  background-color: #0d6efd !important;
  color: white;
}

.planner-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
