.users-collection-detail__header {
  margin-bottom: 1rem;
}
.users-collection-detail__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.users-collection-detail__meta {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.users-collection-detail__author {
  display: flex;
  align-items: center;
  color: #4a4a4a;
}
.users-collection-detail__author:hover {
  opacity: 0.85;
}
.users-collection-detail__description {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #4a4a4a;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.users-collection-detail__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.users-collection-detail__tag-list-item {
  font-size: 0.75rem;
  font-weight: bold;
}
.users-collection-detail__menu-button {
  padding: 0.25rem;
  color: #7a7a7a;
  cursor: pointer;
  background: none;
  border: none;
}
.users-collection-detail__menu-button:hover {
  color: #363636;
}
.users-collection-detail__sidebar {
  position: sticky;
  top: 1rem;
}
