/* Hide the CE upgrade upsell banner in the left sidebar. */
.sidebar > button.flex.w-full.items-center.justify-center.gap-1.py-2.pr-2.border.border-solid.border-blue-9.bg-\[\#023959\].font-medium.text-white {
  display: none !important;
  visibility: hidden !important;
}