/* Gin / Drupal 10+ – hide text format help & guidelines (keep fields visible) */

/* Hide format selector + help wrapper */
.js-text-format-wrapper > .filter-wrapper,
.js-text-format-wrapper > .filter-help {
  display: none !important;
}

/* Hide filter guidelines ("No HTML tags allowed...") */
[id$="-format-guidelines"] {
  display: none !important;
}

/* Hide "About text formats" link */
a[data-drupal-selector$="-format-help-about"] {
  display: none !important;
}
