.sahafat-card{
background:#fff;
border:1px solid #e7e7e7;
border-radius:22px;
padding:22px 18px 18px;
margin-bottom:16px;
box-shadow:0 1px 3px rgba(0,0,0,.03);
position:relative;
}
.title-with-share{
display:block;
}
.sahafat-title{
margin:0;
text-align:center;
line-height:1.7;
font-weight:700;
font-size:40px;
}
.sahafat-title a{
color:#1f4aa8;
text-decoration:none;
}
.sahafat-title a:hover{
color:#1f4aa8;
}
.sahafat-excerpt{
margin-top:14px;
font-size:18px;
line-height:1.9;
color:#222;
text-align:right;
}
.sahafat-share-row{
margin-top:14px;
display:flex;
justify-content:flex-start;
align-items:center;
position:relative;
}
.share-wrapper{
position:relative;
display:inline-flex;
align-items:center;
}
.share-toggle{
display:inline-flex;
align-items:center;
gap:7px;
background:none;
border:0;
padding:0;
cursor:pointer;
color:#8a8a8a;
font-size:14px;
line-height:1;
}
.share-toggle svg{
width:16px;
height:16px;
transform:scaleX(-1);
}
.share-toggle:hover{
color:#666;
}
.share-dropdown{
position:absolute;
top:-46px;
left:0;
display:none;
flex-direction:row;
align-items:center;
gap:8px;
background:#fff;
border:1px solid #e8e8e8;
border-radius:999px;
padding:8px 10px;
box-shadow:0 8px 24px rgba(0,0,0,.10);
z-index:9999;
white-space:nowrap;
}
.share-wrapper.active .share-dropdown{
display:flex;
}
.share-icon{
width:34px;
height:34px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#f2f2f2;
color:#555;
text-decoration:none;
transition:all .2s ease;
}
.share-icon:hover{
transform:translateY(-1px);
}
.x-icon:hover{
background:#111;
color:#fff;
}
.facebook-icon:hover{
background:#1877f2;
color:#fff;
}