/* Keep Hostinger's floating header, but make the layer visually complete. */
.hostinger-ai-menu {
	background: #fff !important;
	border-bottom: 1px solid #e9e9e9 !important;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.045) !important;
	box-sizing: border-box !important;
	margin-top: 0 !important;
	opacity: 1 !important;
}

/* WordPress's logged-in toolbar otherwise covers the fixed header. */
body.admin-bar .hostinger-ai-menu {
	top: 32px !important;
}

@media (max-width: 782px) {
	body.admin-bar .hostinger-ai-menu {
		top: 46px !important;
	}
}
