.share-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
}

.share-icon {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.share-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1000;
}

.share-dropdown a {
    margin: 0 5px;
    color: #555;
    text-decoration: none;
    font-size: 18px;
}

.share-dropdown a:hover {
    color: #000;
}
