/* WYSIWYG snippet insert screen. */
#snippet-form__value {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  width: 100%;
}

.snippet-form__add-more-link {
  float: right;
}

/* Front-end */
/* Indicates 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;
}
