/* Siehe Hide_Label in ehqo-acf.php - "Label ausblenden"-Einstellung
   (Registerkarte Präsentation) blendet nur das Feld-Label optisch aus,
   das Feld selbst (Eingabe, Wert, Speicherung) bleibt unverändert. */
.acf-field.ehqo-acf-hide-label > .acf-label {
  display: none !important;
}
