/* QARAR Enterprise v26.3.140 — definitive brand-color share strip + Instagram.
 * The compact social buttons now use unmistakable solid platform colors.
 * Instagram opens the institutional account configured in Appearance > Customize.
 */

/* Compact share row used across editorial/text-led singular pages. */
.qarar-share-compact__action{
  border-width:1px!important;
  box-shadow:none!important;
}
.qarar-share-compact__action--whatsapp{
  color:#fff!important;background:#25D366!important;border-color:#25D366!important;
}
.qarar-share-compact__action--facebook{
  color:#fff!important;background:#1877F2!important;border-color:#1877F2!important;
}
.qarar-share-compact__action--x{
  color:#fff!important;background:#111!important;border-color:#111!important;
}
.qarar-share-compact__action--linkedin{
  color:#fff!important;background:#0A66C2!important;border-color:#0A66C2!important;
}
.qarar-share-compact__action--telegram{
  color:#fff!important;background:#229ED9!important;border-color:#229ED9!important;
}
.qarar-share-compact__action--instagram{
  color:#fff!important;
  border-color:#C13584!important;
  background:linear-gradient(135deg,#FEDA75 0%,#FA7E1E 24%,#D62976 52%,#962FBF 76%,#4F5BD5 100%)!important;
}
.qarar-share-compact__action--whatsapp svg,
.qarar-share-compact__action--instagram svg{
  fill:none!important;stroke:#fff!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}
.qarar-share-compact__action--facebook svg,
.qarar-share-compact__action--x svg,
.qarar-share-compact__action--linkedin svg,
.qarar-share-compact__action--telegram svg{
  fill:#fff!important;stroke:none!important;
}
.qarar-share-compact__action--instagram svg circle:last-child{fill:#fff!important;stroke:none!important}
.qarar-share-compact__action:hover{
  opacity:1!important;filter:brightness(.92);transform:translateY(-1px)!important;
}

/* Stronger selector for publication/article templates that previously imposed white circles. */
body.single-qarar_publication .qarar-editorial-article-share .qarar-share-compact__action--whatsapp{color:#fff!important;background:#25D366!important;border-color:#25D366!important}
body.single-qarar_publication .qarar-editorial-article-share .qarar-share-compact__action--facebook{color:#fff!important;background:#1877F2!important;border-color:#1877F2!important}
body.single-qarar_publication .qarar-editorial-article-share .qarar-share-compact__action--x{color:#fff!important;background:#111!important;border-color:#111!important}
body.single-qarar_publication .qarar-editorial-article-share .qarar-share-compact__action--linkedin{color:#fff!important;background:#0A66C2!important;border-color:#0A66C2!important}
body.single-qarar_publication .qarar-editorial-article-share .qarar-share-compact__action--telegram{color:#fff!important;background:#229ED9!important;border-color:#229ED9!important}
body.single-qarar_publication .qarar-editorial-article-share .qarar-share-compact__action--instagram{
  color:#fff!important;border-color:#C13584!important;background:linear-gradient(135deg,#FEDA75 0%,#FA7E1E 24%,#D62976 52%,#962FBF 76%,#4F5BD5 100%)!important;
}

/* Full share component follows the same brand system. */
.qarar-share--direct .qarar-share__action--instagram{
  color:#fff!important;border-color:#C13584!important;background:linear-gradient(135deg,#FEDA75 0%,#FA7E1E 24%,#D62976 52%,#962FBF 76%,#4F5BD5 100%)!important;
}
.qarar-share--direct .qarar-share__action--instagram svg{
  fill:none!important;stroke:#fff!important;stroke-width:1.8!important;
}
.qarar-share--direct .qarar-share__action--instagram svg circle:last-child{fill:#fff!important;stroke:none!important}
