.hehfb {
	position: relative;
	z-index: 20;
	width: 100%;
}

.hehfb :where(.e-con, .e-parent, .elementor-section, .elementor-container) {
	max-width: 100%;
}

.hehfb-fallback {
	width: 100%;
	background: #ffffff;
	color: #1f2933;
	border-top: 1px solid rgba(31, 41, 51, 0.08);
	border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.hehfb-fallback__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.hehfb-fallback--footer .hehfb-fallback__inner {
	justify-content: center;
}

.hehfb-site-title {
	color: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	text-decoration: none;
}

.hehfb-fallback .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.hehfb-fallback .custom-logo {
	max-width: 220px;
	height: auto;
}

.hehfb-fallback p {
	margin: 0;
	font-size: 0.95rem;
}

body.elementor-editor-active .hehfb-fallback {
	outline: 1px dashed rgba(31, 41, 51, 0.25);
}

@media (max-width: 767px) {
	.hehfb-fallback__inner {
		padding: 16px 20px;
		flex-direction: column;
		justify-content: center;
	}
}