.ct-query-carousel {
	max-width: none;
	overflow: hidden;
}

.wp-block-post-template.is-style-caltrout-carousel {
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(1rem, 3vw, 2rem);
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 0 0 1rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	/* Center short rows without pushing overflowing cards before the scroll origin. */
	justify-content: flex-start;
	justify-content: safe center;
}

.wp-block-post-template.is-style-caltrout-carousel::-webkit-scrollbar {
	display: none;
}

.wp-block-post-template.is-style-caltrout-carousel>.wp-block-post {
	box-sizing: border-box;
	flex: 0 0 clamp(16.25rem, 29vw, 23.75rem);
	scroll-snap-align: start;
}

/* Keep the style recognizable while editing without adding fake controls. */
.editor-styles-wrapper .wp-block-post-template.is-style-caltrout-carousel {
	padding-bottom: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-post-template.is-style-caltrout-carousel {
		scroll-behavior: auto;
	}
}
