
.HdLibCheckboxExtendedLayer {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 10px;    
}

.HdLibCheckboxExtendedLayer.visibleInput {
    grid-template-columns: max-content 100px auto;    
}

.HdLibCheckboxExtendedLayer.visibleInput:has(input[type="text"]) {
    grid-template-columns: max-content 200px auto;    
}	

.HdLibCheckboxExtendedLayer input[type="number"] {
    width: 100%;	
}

.HdLibCheckboxExtendedLayer input[type="number"],
.HdLibCheckboxExtendedLayer input[type="text"] {
	display: none;
}