
	.new-project-dialog-section.svelte-44ozwx {
		display: grid;
		grid-template-rows: 0fr;
		margin-top: 0;
		opacity: 0;
	}

	.new-project-dialog-section.expanded.svelte-44ozwx {
		grid-template-rows: 1fr;
		margin-top: 1rem;
		opacity: 1;
	}
