
/* Hide ANY kind of share button inside PhotoSwipe (lightbox) */
.pswp__button--share,
.pswp .pswp__button--share,
.pswp .pswp__button[aria-label*="Share"],
.pswp .pswp__button[aria-label*="Dalint"],
.pswp .kk-pswp-share,
.pswp .wwv-pswp-share,
.pswp [class*="__button--share"],
.pswp button[class*="share"],
.pswp [data-wwv-share],
.pswp [data-share-btn]{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  width:0 !important;
  height:0 !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
}

/* Some themes use background-image or mask to draw the icon even without content */
.pswp .pswp__button--share,
.pswp .pswp__button--share:before,
.pswp .pswp__button--share::before,
.pswp .pswp__button--share::after{
  background:none !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
}

/* Safety: if share is wrapped in a container at top-right */
.pswp .pswp__top-bar [class*="share"],
.pswp .pswp__top-bar [aria-label*="Share"],
.pswp .pswp__top-bar [aria-label*="Dalint"]{
  display:none !important;
}

/* Do not hide our inline FAB */
.pswp .kk-share-fab{display:flex!important}

/* Do not hide our FAB */
.pswp .kk-fab{display:flex !important; visibility:visible !important; opacity:1 !important}
