/**
 * The following styles get applied inside the block editor only.
 */

.code-snippets-large-select {
	width: 100%;
	margin-top: 1em;

	input[type="text"]:focus {
		box-shadow: none;
	}
}

.code-snippets-content-block,
.code-snippets-source-block {
	.components-placeholder__label svg {
		width: 24px;
		height: 24px;
	}
}
