.field--widget-entity-browser-entity-reference .entities-list .item-container {
  display: grid;
  grid-template-columns: 1fr max-content;
}
.field--widget-entity-browser-entity-reference .entities-list .item-container .entity-browser-item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
}
.field--widget-entity-browser-entity-reference .entities-list .item-container .remove-button {
  max-height: 2.5rem;
}

.ui-autocomplete li:not(.linkit-result-line) {
  padding-left: 4rem;
  text-indent: -4rem;
}

.file_metadata_input.file_alt_input {
  width: 100%;
  min-width: 12rem;
}

.dz-preview .form-item__description {
  max-width: 12rem;
  font-size: 0.7rem;
  font-style: italic;
}

.dz-preview .form-required:after {
  display: none;
}

.ck.ck-editor {
  width: 99%;
}

.ck-content ul {
  list-style-type: disc;
}

button[data-cke-tooltip-text=Footnotes] {
  display: none !important;
}

.field--footnotes-enabled button[data-cke-tooltip-text=Footnotes] {
  display: block !important;
}

.ck .ck-widget .footnotes-preview {
  background-color: #eee;
}
.ck .ck-widget .footnotes-preview:hover {
  background-color: #efe;
  cursor: pointer;
}
.ck .ck-widget .footnotes-preview .footnote-content-ckeditor-preview {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20ch;
}

.footnotes-dialog-form .filter-wrapper {
  display: none;
}
