/* Project Member Styles */

.badge {
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

.role-badge {
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

.role-badge.owner {
  background-color: #28a745;
  color: white;
}

.role-badge.admin {
  background-color: #ffc107;
  color: #000;
}

.role-badge.member {
  background-color: #17a2b8;
  color: white;
}

/* Inline forms and links */
.inline-form {
  display: inline;
}

.inline-delete-form {
  display: inline;
}

/* Add Member Section */
.add-member-description {
  color: #666;
  margin-bottom: 20px;
}

.user-search-group {
  position: relative;
}
