/* Admin styles */

.admin-row {
  background-color: #f8f9fa;
}

.role-admin {
  color: #d32f2f;
  font-weight: 600;
}

.status-active {
  color: #4caf50;
}

.status-inactive {
  color: #f44336;
}

.status-banned {
  color: #f44336;
  font-weight: 600;
}

.action-link {
  color: #2196F3;
  text-decoration: none;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 4px;
}

.action-link:hover {
  background-color: #e3f2fd;
}

.action-button {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  margin-left: 5px;
}

.action-button.warning {
  color: #ff5722;
}

.action-button.warning:hover {
  background-color: #ffebee;
}

.action-button.success {
  color: #4caf50;
}

.action-button.success:hover {
  background-color: #e8f5e9;
}

.actions {
  white-space: nowrap;
}