/* Hide OJS's automatic role block only on the public Editorial Masthead layout.
   The same people remain listed in the curated masthead below. */
#why-us .faq-container:has(> h1) > h2.text-left,
#why-us .faq-container:has(> h1) > ul.user_listing {
  display: none !important;
}
