
.custom-autocomplete div .cke_dialog_ui_input_text {
  display: flex;
  flex-direction: column;
}

.custom-autocomplete .imce-url-button span {
  color: #0074bd;
  text-decoration: none;
}
.custom-autocomplete .imce-url-button span:hover {
  text-decoration: underline;
}
