/*
 * The "Make Translation" widget, need to hide the input that the selected widget gets written to. We put it in a
 * div and hide that because we need to auto-created edit and reset buttons to be hidden, too
 */
[data-internal-name="com.psddev.cms.l10n.MakeTranslationAssociationWidget"].widget div.value-target {
  display: none;
}
[data-internal-name="com.psddev.cms.l10n.MakeTranslationAssociationWidget"].widget div.message {
  margin-top: 1em;
  margin-bottom: 0;
}
