
.web-share-button-container {
    display: none;
    justify-content: flex-end;
    margin: 10px 0;
}
.web-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    background: #d3d3d3;
    color: #111111;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}