.wp-block-local-studio-icon.ls-icon {
	align-items: center;
	box-sizing: border-box;
	color: currentcolor;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	line-height: 0;
	vertical-align: middle;
}

button.wp-block-local-studio-icon.ls-icon {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.wp-block-local-studio-icon .ls-icon__svg {
	align-items: center;
	display: inline-flex;
	height: var(--ls-icon-size, 32px);
	justify-content: center;
	line-height: 0;
	width: var(--ls-icon-size, 32px);
}

.wp-block-local-studio-icon svg {
	display: block;
	height: 100%;
	max-width: none;
	width: 100%;
}

.ls-icon-picker__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
	margin-top: 16px;
}

.ls-icon-picker__group {
	grid-column: 1 / -1;
	margin: 14px 0 0;
}

.ls-icon-picker__choice.components-button {
	align-items: center;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	height: 88px;
	justify-content: center;
	padding: 8px;
	text-align: center;
}

.ls-icon-picker__choice.components-button.is-selected {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}

.ls-icon-picker__choice .ls-icon__svg {
	height: 28px;
	width: 28px;
}

.ls-icon-picker__choice small {
	font-size: 11px;
	line-height: 1.2;
}

.ls-icon-editor-placeholder {
	align-items: center;
	border: 1px dashed #949494;
	display: inline-flex;
	min-height: 44px;
	padding: 8px 12px;
}
