
/* ix.ua v141 — discreet "share the site" support card + homepage quiet path. */
.share-support-card{
  overflow:hidden;
  border:1px solid #e2ebe8;
  border-radius:16px;
  background:linear-gradient(145deg,#fff 0%,#f8fcfb 68%,#fff8f3 100%);
  box-shadow:0 7px 20px rgba(34,64,68,.035);
}
.share-support-art{
  position:relative;
  height:86px;
  overflow:hidden;
  background:linear-gradient(90deg,#f1faf8,#fff 58%,#fff9f4);
}
.share-support-art:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,0) 50%,rgba(255,255,255,.96) 100%);
}
.share-support-art img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  mix-blend-mode:multiply;
}
.share-support-copy{padding:2px 15px 16px}
.share-support-kicker{
  display:block;
  margin-bottom:4px;
  color:#15948c;
  font-size:9px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:1px;
}
.share-support-card h3{
  margin:0 0 6px!important;
  color:#17272d;
  font-size:17px!important;
  line-height:1.2!important;
}
.share-support-card p{
  margin:0!important;
  color:#65767b!important;
  font-size:11.5px!important;
  line-height:1.5!important;
}
.share-support-points{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:10px;
}
.share-support-points span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 7px;
  border:1px solid #dcebe8;
  border-radius:999px;
  background:#fff;
  color:#54716e;
  font-size:9.5px;
  font-weight:700;
  line-height:1.1;
}
.share-support-btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
  min-height:38px;
  margin-top:11px;
  padding:9px 11px;
  box-sizing:border-box;
  border:1px solid #ffc0a6;
  border-radius:10px;
  background:#fff8f4;
  color:#ef571f;
  font-size:11.5px;
  font-weight:800;
  text-decoration:none;
  transition:.15s ease;
}
.share-support-btn:hover{background:#fff0e9;border-color:#ff956d}
.share-support-btn b{font-size:15px;transition:transform .15s ease}
.share-support-btn:hover b{transform:translateX(2px)}

/* Keep spacing consistent in the three different sidebars. */
.request-side>.share-support-card,
.help-create-sidebar>.share-support-card,
.open-help-side-stack>.share-support-card{margin-top:0}

/* Third quiet homepage path: same hierarchy as the existing two, but visually distinct. */
.hero-share-site-link{margin-top:4px}
.hero-share-site-link svg{color:#8a65d5}
.hero-share-site-link b{color:#7251bd;border-bottom-color:rgba(114,81,189,.26)}
.hero-share-site-link strong{color:#7251bd}
.hero-share-site-link:hover b{color:#5f42a5;border-color:#5f42a5}

@media(max-width:700px){
  .share-support-art{height:76px}
  .share-support-copy{padding:2px 13px 14px}
  .hero-share-site-link{margin-top:3px}
}
