.eso-thumb-wrap{position:relative;display:inline-block;line-height:0}
/* Pílula base */
.eso-share-pill{
  position:absolute;
  display:flex; align-items:center;
  gap:.5rem;
  padding:.35rem .45rem;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
  border:2px solid var(--eso-color,#5c8d1f);
  border-radius:999px;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
  z-index:6;
  backdrop-filter:saturate(1.2) blur(6px);
}
.eso-share-pill .eso-main-btn{
  width:32px;height:32px;border-radius:999px;
  display:grid;place-items:center;
  background:transparent;border:none;cursor:pointer;
}
.eso-share-pill .eso-icons{
  display:none; align-items:center; gap:.6rem;
  padding-left:.25rem; /* pequeno respiro entre botão e ícones */
}
.eso-share-pill.is-open .eso-icons{ display:flex }
.eso-share-pill .eso-icon{
  width:28px;height:28px;display:grid;place-items:center;
  border-radius:8px; cursor:pointer;
}
.eso-share-pill .eso-icon svg{width:22px;height:22px;fill:var(--eso-color)}
.eso-share-pill .eso-icon:hover{transform:scale(1.08)}

/* Posições relativas ao thumb do card */
.eso-pos-top-right{ top:.5rem; right:.5rem }
.eso-pos-top-left{ top:.5rem; left:.5rem }
.eso-pos-bottom-right{ bottom:.5rem; right:.5rem }
.eso-pos-bottom-left{ bottom:.5rem; left:.5rem }

/* Garanta que o container do card permita overlay */
.elementor-post, .elementor-post__card, .elementor-post__thumbnail,
.elementor-post__thumbnail__link, .elementor-post__thumbnail img,
.post-thumbnail{ position:relative }


/* Garante tamanho/visibilidade do ícone principal */
.eso-share-pill .eso-main-btn svg{
  width:18px;height:18px;display:block;
}
