
/* remove empty leftover snapshot container */
.quick-school-snapshot,
[data-section*="snapshot"],
.snapshot {
  display:none !important;
}

/* remove only empty snapshot/spacer leftovers without touching decorative backgrounds */
.quick-school-snapshot:empty,
[data-section*="snapshot"]:empty,
.snapshot:empty {
  display:none !important;
}
