.vb-popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
.vb-popup-overlay.is-open {
	display: flex;
}
