.postbox-share {
    gap: 10px;
}

.nhoste-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.nhoste-brand img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.postbox-share-content a {
    font-size: 20px;
    margin-left: 8px;
    color: #333;
    transition: 0.3s;
}

.postbox-share-content a:hover {
    color: #0077b5;
    /* linkedin blue for hover */
}