.custom-share-container{
  margin:10px 0;
  padding:0;
  text-align:center;
}
.custom-share-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.custom-share-button{
  cursor:pointer;
  background:transparent !important;
  border:none !important;
  padding:0 !important;
  margin:0 !important;
  cursor:pointer;
  outline:none;
  box-shadow:none !important;
  display:inline-block;
  line-height:0;
}
.custom-share-button:hover img{
  transform:scale(1.08);
  filter:brightness(1.1);
}
.custom-share-button:active img{ transform:scale(1.05); }
.custom-share-button img{
  width:35px;
  height:35px;
  display:block;
  transition:transform .2s ease, filter .2s ease;
  border:none !important;
  outline:none !important;
}
@media (max-width:480px){
  .custom-share-button img{ width:30px; height:30px; }
}

.share-thank-you{
  display:none;
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  background:#ffffff;
  color:#d4af37;
  font-weight:bold;
  padding:16px 24px;
  border-radius:8px;
  font-size:16px;
  z-index:9999;
  box-shadow:0 4px 12px rgba(0,0,0,0.15);
  display:none;
  align-items:center;
  gap:12px;
  max-width:90%;
  border:2px solid #d4af37;
}
.share-thank-you.is-visible{ display:flex; }
.share-thank-you.is-error{
  color:#b42318;
  border-color:#fda29b;
}
.share-thank-you .close-btn{
  background:none;
  border:none;
  color:inherit;
  font-size:20px;
  cursor:pointer;
  padding:0;
  margin:0;
  line-height:1;
  font-weight:bold;
}

.kud-share-login-note{
  margin:10px 0;
  padding:10px 14px;
  background:#fff8e6;
  border-left:4px solid #c9a24d;
  border-radius:4px;
  font-size:14px;
}