select {
	border-radius: 4px 0 0 4px;
	background: var(--color-bg-0);
	height: 20px;
	border: 2px solid var(--color-el-1);
	line-height: 100%;
	&:focus {
		outline: none !important;
	}
}
