.lr-share-box{

margin:40px 0;

padding:30px 15px;

text-align:center;

border-top:2px solid #eee;

border-bottom:2px solid #eee;

}

.lr-share-title{

font-size:18px;

font-weight:700;

margin-bottom:20px;

color:#333;

}

.lr-share-buttons{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:nowrap;

}

.lr-share-btn{

width:52px;

height:52px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

text-decoration:none;

color:#fff!important;

font-size:22px;

transition:.25s;

box-shadow:0 3px 10px rgba(0,0,0,.12);

}

.lr-share-btn:hover{

transform:translateY(-4px) scale(1.08);

}

.lr-wa{

background:#25D366;

}

.lr-fb{

background:#1877F2;

}

.lr-x{

background:#111;

}

.lr-tg{

background:#229ED9;

}

.lr-copy{

background:#777;

}

@media(max-width:768px){

.lr-share-buttons{

gap:10px;

}

.lr-share-btn{

width:46px;

height:46px;

font-size:20px;

}

}