.scooter-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.scooter-actions > button {
  flex: 1 1 10rem;
}

.pricing-note {
  margin: 0.75rem 0 1rem;
  font-weight: 700;
}

.qr-panel {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(16, 42, 49, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.72);
}

.qr-panel video {
  display: block;
  width: 100%;
  max-height: 22rem;
  border-radius: 1rem;
  background: #081315;
  object-fit: cover;
}

.qr-panel .secondary {
  margin-top: 0.75rem;
}

.report-panel {
  margin-top: 1.5rem;
}

.report-panel select,
.report-panel textarea {
  width: 100%;
  border: 1px solid rgba(16, 42, 49, 0.14);
  border-radius: 1rem;
  background: #fff;
  color: inherit;
  font: inherit;
  padding: 0.9rem 1rem;
}

.report-panel textarea {
  min-height: 7rem;
  resize: vertical;
}

.report-panel button {
  margin-top: 0.75rem;
}
