/* GLIVU Theme Builder — estilos base del Header/Footer inyectados en Hello Elementor. */

.glivu-hf-header,
.glivu-hf-footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Reset mínimo: evitar que el <header>/<footer> nativos hereden estilos
   inesperados de otros temas/plugins. */
.glivu-hf-header *,
.glivu-hf-footer * {
	box-sizing: border-box;
}

.glivu-hf-header.glivu-hf-sticky {
	position: sticky;
	top: 0;
	z-index: 9999;
}

/* Evita "salto" de contenido cuando el header sticky tiene fondo transparente. */
.glivu-hf-header.glivu-hf-sticky > * {
	background-color: inherit;
}
