.asp-share-wrapper {
    position: relative;
}

.asp-share-btn {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.asp-share-popup {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 6px;
    z-index: 100;
}

.asp-share-popup a {
    display: block;
    margin: 5px 0;
    color: #333;
    text-decoration: none;
}

.asp-share-popup a:hover {
    text-decoration: underline;
}
