.custom-share-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    background: transparent;
    color: #111827;
    padding: 10px;
    border-radius: 0;
    transition: all 0.2s ease;
}

.custom-share-trigger:hover {
    transform: translateY(-1px);
}



.custom-share-trigger svg,
.custom-share-trigger i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: currentColor;
    fill: currentColor;
}