.vpwl-custom-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	width: 100%;
}

.vpwl-custom-header__left {
	justify-self: start;
	min-width: 0;
	overflow: hidden;
}

.vpwl-custom-header__center {
	justify-self: center;
	text-align: center;
}

.vpwl-custom-header__right {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.vpwl-custom-header__left .qodef-header-navigation > ul {
	display: flex;
	align-items: center;
	gap: 24px;
	white-space: nowrap;
}

.vpwl-custom-header__right .qodef-widget-holder {
	display: flex;
	align-items: center;
	gap: 16px;
}

.vpwl-custom-header__center img {
	display: block;
	margin: 0 auto;
}

.vpwl-custom-sticky-header__inner {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
	align-items: center !important;
	width: 100% !important;
}


.vpwl-custom-sticky-header__left,
.vpwl-custom-sticky-header__right {
	width: 100% !important;
	min-width: 0 !important;
}

.vpwl-custom-sticky-header__left {
	justify-self: stretch !important;
	overflow: hidden;
}

.vpwl-custom-sticky-header__center {
	grid-column: 2;
	justify-self: center !important;
	text-align: center !important;
}

.vpwl-custom-sticky-header__right {
	justify-self: stretch !important;
	display: flex !important;
	justify-content: flex-end !important;
	align-items: center !important;
	gap: 16px;
}

.vpwl-custom-sticky-header__left .qodef-header-navigation > ul {
	display: flex;
	align-items: center;
	gap: 24px;
	white-space: nowrap;
}

.vpwl-custom-sticky-header__right .qodef-widget-holder {
	display: flex;
	align-items: center;
	gap: 16px;
}

.vpwl-custom-sticky-header__center img {
	display: block;
	margin: 0 auto;
}

.vpwl-custom-sticky-header__center .qodef-header-logo-link {
	display: inline-flex !important;
	justify-content: center !important;
}