a[href="/perfil/editar/assinaturas"] {
  display: none !important;
}

:has(> #showcase-content-lock) > img {
  filter: grayscale(1) !important;
}
:has(> #showcase-content-lock) > img:hover {
  filter: drop-shadow(2px 4px 6px black) !important;
}

:has(> #showcase-content-lock) {
  position: relative !important;
}

#showcase-content-lock {
  position: absolute !important;
  inset: auto !important;                 
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10;
  pointer-events: none;

  width: 4em !important;
  height: 4em !important;
  color: #7c2ae8 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

#suagenciaTagWhatsapp {
    display: none;
}