
.dp-share{
display:flex;
gap:10px;
flex-wrap:wrap;
margin:18px 0;
}

.dp-share-btn{
padding:10px 14px;
border-radius:12px;
font-weight:800;
text-decoration:none;
color:#fff;
font-family:Arial, sans-serif;
}

.dp-share-btn.fb{background:#1877f2;}
.dp-share-btn.x{background:#111;}
.dp-share-btn.wa{background:#25d366;}
.dp-share-btn.viber{background:#7360f2;}

.dp-share-btn:hover{
opacity:0.85;
}
