/* make <search-box> invisible before defined */search-box:not(:defined) {opacity:0;/* try to duplicate its eventual layout and size so that *//* nearby content does not move when it becomes defined. */display:inline-block; width:300px; height:50px;}