/* Hide the field */
.acf-field-uuid:not(.shown) {
  display: none;
}
