.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.custom-table th {
  background-color: #f9fafb;
  color: #374151;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #e5e7eb;
}

.custom-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e7eb;
  color: #4b5563;
}

.custom-table tr:hover {
  background-color: #f9fafb;
}

.table-link {
  color: #2563eb;
  text-decoration: none;
}

.table-link:hover {
  text-decoration: underline;
}

.table-actions {
  display: flex;
  gap: 0.75rem;
}

.action-link {
  color: #4b5563;
  font-size: 0.875rem;
  text-decoration: none;
}

.action-link:hover {
  color: #111827;
  text-decoration: underline;
}
