/*
handler: single-share-buttons
version: 1.2
deps:bootstrap-5,bootstrap-icons
*/

.share-buttons .share-button {
    border-radius: 8px;
    overflow: hidden;
    min-width: 40px;
    display: inline-block;    
}

.share-buttons .share-button .share-link { 
    font-size: 15px;
    line-height:40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #21c25c;
    color: #fff;
}

.share-buttons .share-button .share-link:hover { 
    background-color: #1ea650;
}

.share-buttons .share-button.whatsapp .share-link { 
    position: relative;
    padding: 0 10px 0 50px;
    line-height: 1;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.share-buttons .share-button.whatsapp .share-link i {
    position: absolute;
    left: 0;
    max-width: 32px;
    height: 100%;
    text-align: center;
    background-color: #1ea650;
    font-size: 16px!important;
    line-height: 40px;
    border-radius: 4px;
    border-radius: 8px 0 0 8px;
    transition: .3s;
}
.share-buttons .share-button .share-link:hover i { 
    background-color: #21c25c;
}
.device-link {
    background-color: #e6eaed !important;
}
.device-link:hover i {
    background-color: #e6eaed !important;
}
.device-link i {
    color: #29303d;
    font-size: 16px;
}