
.nsb-share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.nsb-share-buttons img {
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: transform 0.2s;
}
.nsb-share-buttons img:hover {
    transform: scale(1.2);
}
