
	.svelte-u09bub::-webkit-color-swatch,
	.svelte-u09bub::-moz-color-swatch {
		border-color: transparent;
	}
	.theme-selector.svelte-u09bub,
	.adder-options.svelte-u09bub {
		background: white;
		border: 1px solid #eaeaea;
		border-radius: 12px;
		padding: 8px;
		width: 440px;
		position: fixed;
		z-index: 999;
		top: 24px;
		left: 230px;
		box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
		&.adder-options {
			position: absolute;
			width: 340px;
			left: 50%;
			margin-left: -200px;
			top: 44px;
		}
		button:where(.svelte-u09bub) {
			-webkit-appearance: none;
			background: transparent;
			border: none;
			text-align: left;
			border-radius: 8px;
			font-size: 14px;
			display: flex;
			gap: 18px;
			padding: 12px;
			color: #121212;
			cursor: pointer;
			align-items: center;
			padding-left: 16px;
			width: 100%;
			&:last-child {
				margin-bottom: 0;
			}
			&.active {
				background: rgb(248, 248, 246);
				border: 0.5px solid #eaeaea;
				&:hover {
					background: rgb(248, 248, 246);
				}
			}
			&:hover {
				background: #fafafa;
			}
			i:where(.svelte-u09bub) {
				font-size: 34px;
				color: #c96422;
			}
			.theme-name:where(.svelte-u09bub) {
				font-weight: 540;
				font-size: 16px;
				padding-bottom: 4px;
				color: black;
				display: flex;
				gap: 4px;
			}
		}
	}
	.color-label.svelte-u09bub {
		display: flex;
		background: white;
		padding: 8px;
		border: 1px solid #efefef;
		align-items: center;
		gap: 8px;
		margin-bottom: 4px;
		border-radius: 9px;
		font-size: 14px;
		input:where(.svelte-u09bub) {
			aspect-ratio: 1;
			width: 24px;
			height: 24px;
			padding: 0;
			border: none;
			border-radius: 999px;
			border: 1px solid #eaeaea;
			-webkit-appearance: none;
		}
		input[type='color']:where(.svelte-u09bub)::-webkit-color-swatch-wrapper {
			padding: 0;
		}
		input[type='color']:where(.svelte-u09bub)::-webkit-color-swatch {
			border: none;
		}
		label:where(.svelte-u09bub) {
			text-transform: capitalize;
		}
	}
	.settings-inputs.svelte-u09bub h3:where(.svelte-u09bub) {
		font-weight: 520;
		text-transform: capitalize;
		margin: 0;
		margin-top: 24px;
		margin-bottom: 8px;
		padding-left: 12px;
		font-size: 14px;
	}
	main.svelte-u09bub {
		height: 100vh;
		display: grid;
		grid-template-columns: 240px 1fr;
		background: rgb(252, 252, 248);
		&.blocks {
			grid-template-columns: 50px 1fr 340px;
		}
		&.hideSidebar:not(.blocks) {
			grid-template-columns: 50px 1fr;
		}
	}
	.settings.svelte-u09bub {
		overflow-y: auto;
		z-index: 5;
		position: relative;
		.aside-actions:where(.svelte-u09bub) {
			position: relative;
			z-index: 5;
		}
		.settings-header:where(.svelte-u09bub) {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding-top: 12px;
			position: relative;
			z-index: 5;
		}
		.aside-logo:where(.svelte-u09bub) {
			font-family: 'Libre Baskerville', sans-serif;
			font-size: 1.2rem;
			letter-spacing: -0.6px;
			i:where(.svelte-u09bub) {
				color: #c96442;
			}
		}
		padding: 12px;
	}
	.settings-tabs.svelte-u09bub {
		display: flex;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		margin-top: 12px;
		gap: 3px;
		h2:where(.svelte-u09bub) {
			margin: 0;
			font-size: 14px;
		}
		/* (unused) button {
			background: none;
			display: inline-block;
			border: none;
			padding: 2px 8px;
			border-radius: 999px;
			&.active {
				background: #c96442;
				color: white;
			}
		}*/
	}
	.block-settings.svelte-u09bub {
		overflow-y: auto;
		padding-right: 12px;
		.block-settings-header:where(.svelte-u09bub) {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding-top: 12px;
		}
		h3:where(.svelte-u09bub) {
			text-transform: capitalize;
			font-family: 'Libre Baskerville';
			font-weight: normal;
			letter-spacing: -0.6px;
		}
		/* (unused) fieldset {
			margin-bottom: 12px;
		}*/
		.prop-label:where(.svelte-u09bub) {
			display: flex;
			flex-direction: column;
			padding-bottom: 24px;
			width: 100%;
			&.checkbox {
				display: flex;
				justify-content: space-between;
				width: 100%;
			}
			label:where(.svelte-u09bub) {
				display: block;
				text-transform: capitalize;
				font-weight: 450;
				font-size: 14px;
				padding-bottom: 6px;
			}
		}
		input[type='text']:where(.svelte-u09bub) {
			display: block;
			padding: 12px 6px;
			border: 1px solid #cacaca;
			border-radius: 6px;
			font-size: 14px;
		}
	}
	.preview.svelte-u09bub {
		padding: 12px;
		padding-left: 0;
		position: relative;
		.sidebar-collapse:where(.svelte-u09bub) {
			position: absolute;
			top: 24px;
			left: 12px;
			z-index: 2;
			&:hover {
				background: rgba(0, 0, 0, 0.04);
				box-shadow: none;
			}
		}
		.output:where(.svelte-u09bub) {
			border-radius: 12px;
			overflow: auto;
			border: 1px solid #eaeaea;
		}
	}
	.block-container.svelte-u09bub {
		position: relative;
		.edit:where(.svelte-u09bub) {
			display: none;
			gap: 4px;
		}
		&:hover .edit:where(.svelte-u09bub),
		&:hover .adder:where(.svelte-u09bub) {
			display: flex;
		}
	}
	.array-header.svelte-u09bub {
		display: flex;
		justify-content: space-between;
	}
	.prop-array.svelte-u09bub {
		.array-item-header:where(.svelte-u09bub) {
			display: flex;
			align-items: center;
			justify-content: end;
		}
		.array-item:where(.svelte-u09bub) {
			background: white;
			border-radius: 12px;
			padding: 12px;
			border: 0.5px solid #efefef;
			margin-bottom: 12px;
		}
	}
	.adder.svelte-u09bub {
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 0;
		width: 100%;
		&:after {
			height: 2px;
			width: 100%;
			content: '';
			background: rgba(255, 255, 255, 0.2);
			position: absolute;
			top: 50%;
			z-index: 1;
		}
		button:where(.svelte-u09bub) {
			z-index: 2;
		}
	}
	.edit.svelte-u09bub {
		position: absolute;
		top: 12px;
		right: 12px;
	}
