div.ck.ck-editor__main img{
  height: auto;
}/* Custom style for countries checkboxes */

#edit-field-ref-countries--wrapper > .fieldset-wrapper > .form-checkboxes,
#edit-field-ref-countries-bis--wrapper > .fieldset-wrapper > .form-checkboxes {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

#edit-field-ref-countries--wrapper > .fieldset-wrapper > .form-checkboxes > .form-type-checkbox,
#edit-field-ref-countries-bis--wrapper > .fieldset-wrapper > .form-checkboxes > .form-type-checkbox {
    margin: 0;
}

/* CK5
div.ck.ck-editor__main img{
    height: auto;
  }
*/



/*STILI PER BACK form*/

body.user-logged-in.page-node-type-fellow-young-affiliate .field--name-field-copy-user-photo .form-item-field-copy-user-photo-value:after {
  color: #e83e3e;
  font-weight: 600;
  margin-left: 1rem;
  content: "The new picture will be loaded as last saved. The current crop (if different) will be discarded.";
}

body.user-logged-in.page-node-type-fellow-young-affiliate .field--name-field-picture.field--widget-image-widget-crop .crop-preview-wrapper:after {
  color: #e83e3e;
  font-weight: 600;
  margin-left: 0;
  content: "Save the new crop before replacing the current photo.";
  display: block;
  margin-top: 18px;
}


