@import "../../variables";

.lazyblocks-component-select {
	input[type="text"] {
		min-height: 20px;

		&:focus {
			box-shadow: none;
		}
	}
}
