.share-blog-hit,
.share-hit-popup-buttons {
    text-align: center;
}

.share-hit-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.share-blog-hit {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.share-hit-popup-content {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 100px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.share-hit-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.share-hit-button {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    font-size: 16px;
}

.share-facebook {
    background-color: #3b5998;
}

.share-twitter {
    background-color: #1da1f2;
}

.share-email {
    background-color: #d44638;
}