.sashainfinity-archive-share-wrapper {
    margin-top: 10px;
    position: relative;
}

.sashainfinity-share-toggle {
    background-color: #ff7f1a;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.sashainfinity-share-popup {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 100;
    border-radius: 6px;
    top: 35px;
    left: 0;
}

.sashainfinity-share-popup a {
    display: block;
    margin-bottom: 6px;
    color: #ff7f1a;
    text-decoration: none;
}

.sashainfinity-archive-share-wrapper:hover .sashainfinity-share-popup {
    display: block;
}
