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

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

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

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

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

.admin-editable-block {
  border: 1px solid #ccc;
  border-style: dashed;
  padding: 5px;
}
