/* SINGLE SOURCE SHARE ICON FINAL */

.singkap-share-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:18px 0 22px;
}

.singkap-share-btn{
    width:28px;
    height:28px;
    min-width:28px;
    min-height:28px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff!important;
    text-decoration:none;
    border:0;
    padding:0;
    cursor:pointer;
    overflow:hidden;
}

.share-letter-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    color:#fff;
    font-size:15px;
    line-height:1;
    font-weight:700;
}

/* ICON */

.singkap-share-btn[data-key="wa"] .share-letter-icon::before{
    content:"◔";
}

.singkap-share-btn[data-key="tg"] .share-letter-icon::before{
    content:"➤";
}

.singkap-share-btn[data-key="fb"] .share-letter-icon::before{
    content:"f";
    font-family:Arial,sans-serif;
}

.singkap-share-btn[data-key="threads"] .share-letter-icon::before{
    content:"@";
}

.singkap-share-btn[data-key="x"] .share-letter-icon::before{
    content:"𝕏";
}

.singkap-share-btn[data-key="copy"] .share-letter-icon::before{
    content:"↗";
}


/* WARNA BRAND */

.singkap-share-btn[data-key="wa"]{
    background:#25D366;
}

.singkap-share-btn[data-key="tg"]{
    background:#229ED9;
}

.singkap-share-btn[data-key="fb"]{
    background:#1877F2;
}

.singkap-share-btn[data-key="threads"],
.singkap-share-btn[data-key="x"]{
    background:#000;
}

.singkap-share-btn[data-key="copy"]{
    background:#6b7280;
}
