/* v419: stop the NEW row neon frame before the Colibri control. */
#appShell .row.isnew,
#appShell .row.isnew.down{
  box-shadow:none!important;
}
#appShell .row.isnew::before{
  content:"";
  position:absolute;
  inset:0 calc(1.45em + var(--row-gap) + 2px) 0 0;
  z-index:0;
  border-radius:5px;
  box-shadow:inset 0 0 0 1px rgba(0,239,171,.96),0 0 8px rgba(0,230,162,.38),0 0 18px rgba(0,216,154,.16);
  pointer-events:none;
}
#appShell .row.isnew.down::before{
  box-shadow:inset 0 0 0 1px rgba(255,83,104,.98),0 0 8px rgba(255,64,86,.4),0 0 18px rgba(255,64,86,.17);
}
#appShell .row.isnew>*{position:relative;z-index:1}
@container(max-width:255px){
  #appShell .row.isnew::before{right:calc(1.3em + var(--row-gap) + 2px)}
}
