.snippet-form__description {
  font-size: .8rem;
  font-style: italic;
}

#snippet-form__value {
  background-color: #eee;
  max-height: 200px;
  overflow-y: scroll;
  padding: 10px;
  width: 100%;
}

.snippet-form__add-more-link {
  font-size: .7rem;
  font-weight: normal;
}

.snippet-form__placeholders-content .form-text {
  width: 100%;
}

.uq-snippet-help {
  margin-bottom: 10px;
}

/* Indicate to editors that this content is a snippet */
.uq-snippet.admin-editable-block {
  border: 1px dashed #ccc;
  padding: 5px;
}

.uq-snippet.admin-editable-block::before {
  background: #fff;
  border: 1px dashed #ccc;
  content: 'Snippet';
  font-size: .675rem;
  line-height: 1;
  padding: .2rem;
  position: absolute;
  top: -.6rem;
}
