.kitube-vrchat-share {
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid var(--input-border-color, rgba(127, 127, 127, 0.35));
  border-radius: 8px;
  background: var(--bg-secondary, transparent);
}

.kitube-vrchat-share__header {
  margin-bottom: 0.75rem;
}

.kitube-vrchat-share__title {
  font-weight: 700;
  font-size: 1rem;
}

.kitube-vrchat-share__description,
.kitube-vrchat-share__note {
  margin-top: 0.2rem;
  font-size: 0.85rem;
  opacity: 0.8;
}

.kitube-vrchat-share__controls {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.kitube-vrchat-share__select {
  min-width: 0;
  flex: 1 1 auto;
}

.kitube-vrchat-share__copy {
  flex: 0 0 auto;
  white-space: nowrap;
}

.kitube-vrchat-share__url {
  margin-top: 0.5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
}

.kitube-vrchat-share__empty {
  padding: 0.65rem 0.75rem;
  border-radius: 6px;
  background: var(--bg, transparent);
}

@media (max-width: 560px) {
  .kitube-vrchat-share__controls {
    flex-direction: column;
  }

  .kitube-vrchat-share__copy {
    width: 100%;
  }
}
