.hhp-banner {
	display: none;
	position: relative;
	z-index: 99999;
	width: 100%;
	margin: 0;
	padding: 0.75rem 1rem;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	box-sizing: border-box;
}

.hhp-banner.is-visible,
.hhp-banner:not([hidden]) {
	display: block;
}

.hhp-banner[hidden] {
	display: none !important;
}

/* Léger décalage sticky si le thème a un header fixe — optionnel via body class. */
html.hhp-banner-active {
	/* Les thèmes peuvent surcharger. */
}
