/* SalesPal table components */

.sp-table-responsive {
  overflow-x: auto;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}

.sp-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.sp-table th {
  padding: 1rem;
  text-align: left;
  background: #f2f2f2;
  font-weight: 700;
  font-size: 0.875rem;
  color: #333;
  border-bottom: 2px solid #ddd;
}

.sp-table td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
  color: #333;
}

.sp-table-hover tbody tr:hover {
  background: #f0f8ff;
}

.sp-table-sm th,
.sp-table-sm td {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
