/* ═══════════════════════════════════════════════════════════════════════════
   Lithops Header Footer Editor — Public Header Styles
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Navbar wrapping ────────────────────────────────────────────────────── */
#lhfe-site-header {
	width: 100%;
	box-sizing: border-box;
}

/* ── Логотип ────────────────────────────────────────────────────────────── */
.lhfe-logo {
	max-height: 80px;
	display: block;
	object-fit: contain;
}

/* ── WP admin bar offset ────────────────────────────────────────────────── */
.admin-bar #lhfe-site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar #lhfe-site-header {
		top: 46px;
	}
}
