.wrapper:not(:empty) + .default {
  display: none;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
