.qr-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.qr-code {
  flex: 0 0 auto;
  padding: .4rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  line-height: 0;
}

.qr-code img,
.qr-code canvas {
  width: 116px !important;
  height: 116px !important;
}

.qr-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .25rem;
}

.qr-copy small {
  color: var(--purple);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.qr-copy strong { font-size: .9rem; }

.join-url {
  max-width: 100%;
  overflow: hidden;
  color: #9ca3af;
  font-size: .67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copyLink {
  margin-top: .25rem;
  border-radius: 8px;
}

@media (max-width: 600px) {
  .qr-strip { align-items: flex-start; }
  .qr-code img,
  .qr-code canvas { width: 100px !important; height: 100px !important; }
  .join-url { max-width: 210px; }
}
