div[data-id="portal_name"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* =========================================================
   ZOHO DESK – FOOTER WHITE-LABEL (CSS ONLY)
   ========================================================= */

/* 1) Ascunde conținutul Zoho din footer-bottom */
#footerContainer .FooterContainer__footerBottom .FooterContainer__productName,
#footerContainer .FooterContainer__footerBottom .FooterContainer__powerdByLael,
#footerContainer .FooterContainer__footerBottom a[data-id="powered_by_link"] {
  display: none !important;
}

/* 2) Reface containerul footerului */
#footerContainer .FooterContainer__footerBottom {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* 3) Injectează textul legal ZebraByte */
#footerContainer .FooterContainer__footerBottom::before {
  content: "© 2015 - 2026 ZEBRABYTE LIMITED. Toate drepturile rezervate. | Nr. Companie: 15194067 | Referință ICO: ZB748706. 483 Green Lanes, London, England, N13 4BS. Prin utilizarea acestui portal, sunteți de acord cu Termenii Universali de Serviciu și recunoașteți respectarea legislației aplicabile în materie de securitate cibernetică, inclusiv Computer Misuse Act 1990. Accesul neautorizat, utilizarea abuzivă sau modificarea sistemelor noastre sunt strict interzise și pot duce la acțiuni legale.";
  display: block;
  max-width: 1200px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 1.6;
  color: #bfbfbf;
  text-align: center;
}

