#ssd-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.ssd-popup-content {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 300px;
    margin: auto;
}
.ssd-share-buttons a {
    display: inline-block;
    margin: 10px;
    padding: 10px 15px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.ssd-share-buttons a:hover {
    background: #005177;
}
