
/* Example selector – you'll need to adjust this */
.cookieadmin_re_consent {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url('https://livepointcapital.com/jumilan/2026/01/lpfav-e1767785831276.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;   /* hide text if any */
  overflow: hidden;
}

img.cookieadmin_reconsent_img {
  visibility: hidden !important;
}

/* Hide Plugins and Appearance in front-end admin bar */
#wpadminbar #uix-admin-bar-plugins,
#wpadminbar #uix-admin-bar-appearance {
  display: none !important;
}