.social-icon-btn i.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
}

.social-icon-btn i.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.post-share-follow-icons {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
}

.post-share-follow-icons::-webkit-scrollbar {
    height: 4px;
}

.post-share-follow-icons::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 9999px;
}
