/* Hide custom-liquid sections that have no content */
.hide-if-empty:empty {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}