.v5-pilot-quick-start {
  border-style: dashed;
}

.v5-pilot-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.v5-pilot-steps button {
  appearance: none;
  border: 1px solid var(--v5-border, #d7dee8);
  border-radius: 12px;
  background: var(--v5-panel, #fff);
  padding: 14px;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

.v5-pilot-steps button:hover,
.v5-pilot-steps button:focus-visible {
  border-color: currentColor;
  outline: none;
}

.v5-pilot-steps strong,
.v5-pilot-steps span {
  display: block;
}

.v5-pilot-steps span {
  margin-top: 6px;
  font-size: 0.86rem;
  line-height: 1.45;
  opacity: 0.72;
}

.v5-pilot-report-exports {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.v5-pilot-export-context,
.v5-pilot-export-note {
  font-size: 0.78rem;
  opacity: 0.72;
  max-width: 280px;
}

@media (max-width: 900px) {
  .v5-pilot-steps {
    grid-template-columns: 1fr;
  }
}
