.section.empty {
  display: none;
}

.section:not(.empty) ~ .empty-indicator {
  display: none;
}
