.block-editor-block-list__block.wp-block-spacer.has-operiva-spacer-preview-height {
	height: var(--operiva-spacer-preview-height) !important;
}

@media (max-width: 1024px) {
	.wp-block-navigation.has-operiva-navigation-overlay-tablet
		.wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.wp-block-navigation.has-operiva-navigation-overlay-tablet
		.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex;
	}

	.has-operiva-hide-tablet {
		display: none !important;
	}
}

@media (max-width: 781px) {
	.has-operiva-hide-mobile {
		display: none !important;
	}

	.wp-block-spacer.has-operiva-spacer-mobile-height {
		height: var(--operiva-spacer-mobile-height) !important;
	}
}

@media (min-width: 782px) and (max-width: 1024px) {
	.wp-block-spacer.has-operiva-spacer-tablet-height {
		height: var(--operiva-spacer-tablet-height) !important;
	}
}
