/**
 * Hide Cookiebot's injected banner/widget — Wenty renders its own React consent bar.
 * Cookiebot uc.js still handles auto-blocking and consent storage.
 */
#CybotCookiebotDialog,
#CybotCookiebotDialogBodyUnderlay,
#CookiebotWidget {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
