.gr-stop-row {
  margin-bottom: 18px;
}
.gr-stop-inner {
  align-items: center;
}
.gr-stop-inner .gr-pct {
  max-width: 88px;
  flex: 0 0 auto;
}
.gr-pct-label {
  font-weight: 600;
  color: #4a5568;
  margin-left: -4px;
}
.gr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 24px;
}
.gr-preview-box {
  height: 140px;
  border-radius: 2px;
  border: 2px solid #d4c5b9;
  margin-bottom: 24px;
  transition: background 0.15s ease;
}
