/* Wrapper */
.table-responsive {
  background: #ffffff;
  border-radius: 14px;
  /* overflow: hidden; */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Base table */
.table-responsive table {
  margin-bottom: 0;
}

/* Header */
.table-responsive thead th {
  background: #f8fafc;
  color: #475569;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 18px;
}

/* Body cells */
.table-responsive tbody td {
  padding: 16px 18px;
  color: #334155;
  font-size: 14px;
  border-bottom: 1px solid #f1f5f9;
}

/* Hover effect */
.table-responsive tbody tr:hover {
  background: #f8fafc;
}

/* Last row fix */
.table-responsive tbody tr:last-child td {
  border-bottom: none;
}
