.prompt-revisions ol {
  list-style: none;
  padding-left: 0;
}
.prompt-revisions li {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 6px;
  background: #fafafa;
}
.prompt-revisions .version-label {
  background: #356DF1;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}
.prompt-revision-content {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  border: 1px dashed #ccc;
}
