/* vf-prof-jogos-split-screens — publicar vs catálogo */
/* publish: form + lista | catalog: só lista read-only */
.vf-prof-jogos-html[data-vf-prof-jogos-screen="catalog"] .max-w-4xl.mx-auto > :not(.vf-prof-jogos-html__list-section) {
  display: none !important;
}
.vf-prof-jogos-html[data-vf-prof-jogos-screen="catalog"] .vf-prof-jogos-html__intro,
.vf-prof-jogos-html[data-vf-prof-jogos-screen="catalog"] .vf-prof-jogos-html__form,
.vf-prof-jogos-html[data-vf-prof-jogos-screen="catalog"] form[data-vf-prof-jogos-html-form] {
  display: none !important;
}
/* vf-prof-jogos-publish-list-v4 */
