
.zagabe-share-pro{
  margin:36px 0 8px;
  padding-top:20px;
  border-top:1px solid #121212;
}
.zagabe-share-title{
  font-weight:900;
  font-size:1.05rem;
  margin-bottom:12px;
  position:relative;
  padding-top:10px;
}
.zagabe-share-title::before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:52px;height:4px;
  background:#B80000;
}
.zagabe-share-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.zagabe-share-btn{
  appearance:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  border:1px solid #D8D8D8;
  background:#fff;
  color:#121212;
  padding:9px 12px;
  font:inherit;
  font-size:.9rem;
  font-weight:800;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.zagabe-share-btn:hover{
  transform:translateY(-2px);
  border-color:#121212;
  box-shadow:0 6px 16px rgba(18,18,18,.08);
}
.zagabe-share-icon{
  width:18px;
  height:18px;
  display:inline-flex;
}
.zagabe-share-icon svg{
  width:18px;height:18px;fill:currentColor;
}
.zagabe-share-btn.facebook{color:#1877F2}
.zagabe-share-btn.x{color:#121212}
.zagabe-share-btn.instagram{color:#B80000}
.zagabe-share-btn.gmail{color:#B80000}
.zagabe-share-btn.whatsapp{color:#147A38}
.zagabe-share-btn.linkedin{color:#0A66C2}
.zagabe-share-btn.copy{color:#121212}
@media(max-width:560px){
  .zagabe-share-btn{
    flex:1 1 calc(50% - 8px);
    justify-content:center;
  }
}
@media(prefers-reduced-motion:reduce){
  .zagabe-share-btn{transition:none}
}
