
.rpd-ass-wrap{
    margin:24px 0;
    width:100%;
}

.rpd-ass-heading{
    font-weight:600;
    margin-bottom:10px;
}

.rpd-ass-buttons{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
}

.rpd-ass-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    min-width:40px;
    min-height:40px;
    padding:0;
    border:0;
    border-radius:50%;
    text-decoration:none !important;
    cursor:pointer;
    line-height:1;
    box-sizing:border-box;
    transition:transform .15s ease, opacity .15s ease, box-shadow .15s ease;
    font-family:Arial, Helvetica, sans-serif;
}

.rpd-ass-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    font-size:16px;
    font-weight:700;
    line-height:1;
}

.rpd-ass-whatsapp{background:#25D366;color:#fff !important;}
.rpd-ass-facebook{background:#1877F2;color:#fff !important;}
.rpd-ass-twitter{background:#111;color:#fff !important;}
.rpd-ass-linkedin{background:#0A66C2;color:#fff !important;}
.rpd-ass-telegram{background:#229ED9;color:#fff !important;}
.rpd-ass-copy{background:#eceff3;color:#222;}

.rpd-ass-btn:hover,
.rpd-ass-btn:focus{
    opacity:.92;
    transform:translateY(-1px);
    box-shadow:0 3px 10px rgba(0,0,0,.12);
    outline:none;
}

@media(max-width:767px){
    .rpd-ass-buttons{
        flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        padding-bottom:3px;
        gap:7px;
    }

    .rpd-ass-btn{
        flex:0 0 38px;
        width:38px;
        height:38px;
        min-width:38px;
        min-height:38px;
    }

    .rpd-ass-icon{
        font-size:15px;
    }
}
