/* Editor styles */

.wp-block-jetpack-event-countdown .components-placeholder__fieldset {
	flex-direction: column;

	p {
		margin: 0 0 1em;
	}

	.event-countdown__event-title {
		min-width: 240px;
		width: 100%;
	}
}

// Fix so datetime picker doesn't have horizontal scrollbar.
// This is a global fix, unscoped, and not very nice.
// @todo: It won't be necessary once https://github.com/WordPress/gutenberg/pull/18235/files gets merged.
.components-datetime {
	padding: 8px;
}
