.branding-bar {
  /* Since I had to overwrite Zapnito's 36px height, I'm setting it as a min-height to preserve the same appearance when there is no ad. */
  min-height: 36px; 
  flex-wrap: wrap;
}

/* Forced to specificity hack to overwrite "height: 36px !important" written by Zapnito */
.branding-bar.branding-bar { 
  height: unset !important;
}