/* Base collab widget — visual polish lives in upload_clean.css */

.beat-collab {
  margin: 0;
  text-align: left;
}

.beat-collab__hint,
.beat-collab__owner {
  margin: 0 0 10px;
  color: var(--label-secondary, #98989d);
  font-size: 0.8125rem;
  line-height: 1.4;
}

.beat-collab__owner {
  margin: 8px 0 0;
}

.beat-collab__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}

.beat-collab__row,
.beat-collab__add {
  display: flex;
  align-items: center;
  gap: 8px;
}

.beat-collab__avatar,
.beat-collab__option img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.beat-collab__name {
  flex: 1;
  min-width: 0;
  font-weight: 600;
}

.beat-collab__share {
  font-variant-numeric: tabular-nums;
  color: var(--label-secondary, #98989d);
}

.beat-collab__remove {
  border: none;
  background: transparent;
  color: var(--label-secondary, #98989d);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.beat-collab__search-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}

.beat-collab__dropdown[hidden] {
  display: none !important;
}

.beat-collab__option {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 8px;
  cursor: pointer;
  width: 100%;
}
