/* HunterCRM Custom Styles */

body {
  background-color: #f8f9fa;
}

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Pipeline board columns */
.pipeline-board {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.pipeline-column {
  min-width: 200px;
  flex: 1;
}

.pipeline-column .card-header {
  font-size: 0.85rem;
  font-weight: 600;
}

.pipeline-card {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.pipeline-card .card-body {
  padding: 0.5rem 0.75rem;
}

/* Timeline notes */
.timeline-item {
  border-left: 3px solid #dee2e6;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.timeline-item .timeline-date {
  font-size: 0.8rem;
  color: #6c757d;
}

/* Filter form */
.filter-form .form-control,
.filter-form .form-select {
  font-size: 0.875rem;
}

/* Detail page sections */
.detail-section {
  margin-bottom: 2rem;
}

.detail-section h5 {
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
