.srcw-call-widget{
position:fixed;
right:24px;
bottom:24px;
z-index:99999;
display:flex;
align-items:center;
gap:10px;
height:52px;
padding:0 18px;
background:#fff;
color:#222;
border-radius:14px;
box-shadow:0 8px 25px rgba(0,0,0,.15);
text-decoration:none;
font-weight:600;
direction:rtl;
}
.srcw-icon{
width:28px;
height:28px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#25a55f;
color:#fff;
}
@media(max-width:768px){
.srcw-call-widget{
right:16px;
bottom:16px;
height:48px;
font-size:14px;
}
}
