/* G6M_EMPTY_TITLEBAR_V430
   Hide the glass .p-body-header plate when it has nothing to show.

   forum_list already hides H1 "Liste des forums". Guests then get an empty
   rounded bar between the nav and the welcome card. Keep the bar when it
   contains a real page-action button (mark read, new posts, etc.).
*/

html#XF body[data-template="forum_list"] .p-body-header:not(:has(.button, a.button)),
html#XF body.template-forum_list .p-body-header:not(:has(.button, a.button)),
html body[data-template="forum_list"] .p-body-header:not(:has(.button, a.button)),
html body.template-forum_list .p-body-header:not(:has(.button, a.button)) {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	background: none !important;
	box-shadow: none !important;
}

/* END G6M_EMPTY_TITLEBAR_V430 */
