/* Patterns */
@media (max-width: 767px) {
	.pattern-photo-rotator-cover-1 {
		flex-direction: column-reverse;
		display: flex;

		.wp-block-columns .wp-block-column:has(.wp-block-celebrate-suite-celebrate-photo-rotator) {
			height: 360px;
		}
	}

	.pattern-details-with-images-1 {
		flex-direction: column;

		.wp-block-gallery .wp-block-image:last-of-type {
			display: none;
		}
	}

	.pattern-details-with-images-2 {
		.wp-block-gallery .wp-block-image:last-of-type {
			display: none;
		}
	}

	.pattern-headline-images-1 {
		.wp-block-gallery .wp-block-image:last-of-type {
			display: none;
		}
	}
}

@media (max-width: 1280px) and (min-width: 768px) {
	.pattern-photo-rotator-cover-1 {
		.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
			width: 100%;
		}

		.wp-block-columns .wp-block-column:has(.wp-block-celebrate-suite-celebrate-photo-rotator) {
			height: 590px;
		}
	}

	.pattern-details-with-images-1 {
		flex-direction: column;
	}
}

@media (min-width: 1281px) {
	.pattern-details-with-images-1 .wp-block-gallery {
		max-width: 80vw;
	}
}

.components-popover.block-editor-block-popover {
	z-index: 100000 !important;
}

.editor-styles-wrapper :where(body .is-layout-flow)>*,
.editor-styles-wrapper :where(.wp-site-blocks)>* {
	margin-block-start: unset !important;
}