/* Custom overrides for b2bdev preview */
/* Hide close (X) buttons on sticky side promo banners (both left and right) */
.sticky.top-20.flex.flex-col > button {
  display: none !important;
}
