#igfollowingsModal .modal-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
#igfollowingsModal .btn-close {
    z-index: 1050;
}
#igfollowingsModal .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}
#igfollowingsModal a {
    color: #007bff;
    text-decoration: underline;
}
.share-btn {
    display: inline-block;
    color: #ffffff;
    background-color: #333333;
    border: none;
    padding: 0.25em 0.5em;
    outline: none;
    text-align: center;
    font-size: 0.8em;
    margin: 0.1em 0.3em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s, opacity 0.2s;
    text-decoration: none;
}
.share-btn:focus,
.share-btn:hover {
    background-color: #555555;
    opacity: 0.8;
}
.share-btn:active {
    background-color: #222222;
    opacity: 1;
}
.share-btn.whatsapp {
    background: #25d366;
}
.share-btn.facebook {
    background: #3B5998;
}
.share-btn.twitter {
    background: #55acee;
}
.share-btn.google {
    background: #4285f4;
    color: #ffffff;
}
.share-btn.reddit {
    background: #ff5700;
}
.share-btn.linkedin {
    background: #4875B4;
    color: #ffffff;
}
.short-description {
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 480px) {
    .share-btn {
        font-size: 0.7em;
        padding: 0.2em 0.4em;
        margin: 0.1em 0.2em;
    }
}