.dashboard-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #6c757d;
}

.dashboard-table {
  margin-bottom: 0;
}

.dashboard-table thead th {
  border-top: none;
  font-weight: 600;
  color: #495057;
  background-color: #f8f9fa;
}

.dashboard-table tbody td {
  vertical-align: middle;
}

.icon-link {
  text-decoration: none;
}

.icon-link:hover {
  text-decoration: none;
}

.badge {
  font-size: 0.75rem;
  font-weight: 500;
}

.table-responsive {
  border-radius: 0.375rem;
}

.badge + .badge {
  margin-left: 0.25rem;
}

@media (max-width: 768px) {
  .dashboard-table thead th:nth-child(2),
  .dashboard-table tbody td:nth-child(2) {
    min-width: 120px;
  }
}
