.edit .made{
	border-radius: var(--border-corner-button);
	border: 1px solid rgb(153, 193, 241);
	padding: .0em .3em;
	white-space: nowrap;
	height: var(--inline-height);
	box-sizing: border-box;
}

.edit .made .icon { vertical-align: bottom; margin-bottom: 2px;}
.edit .made .input { vertical-align: bottom;}
.edit .made .arrow { vertical-align: bottom; margin-bottom: 2px; filter: grayscale(1);}

.edit .made:hover {
	background-color:var(--color-hover);
}

.edit input{
    padding-left: .3em;
    border: none;
    background-color: transparent;
	width: calc(100% - 38px);
}

.edit .label:empty{
	height:0px;
}

.edit .label:after{
    zwhite-space: pre !important;
}

.edit input:focus{
    border: none;
    outline: none;
}

.edit .bi_empty { width: 1px;}

