.share-block {
    width: 210px;
    top: 40px;
    left: -168px;
    position: absolute;
    z-index: 2;
    display: none;
}

.share-link-list {
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 30px 35px 0px rgba(34, 34, 34, 0.05), 0px 18.104px 18.474px 0px rgba(34, 34, 34, 0.07), 0px 3.83px 4.726px 0px rgba(34, 34, 34, 0.04);
}

.share-link-list__item {
    border-bottom: 1px solid #F0F0F0;
}

.share-link-list__item .ya-share2__title {
    display: block !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1 !important;
    white-space: nowrap;
    padding: 4px 0 0;
    color: #222222;
}

.share-link-list__item .ya-share2__list .ya-share2__item {
    width: 100%;
}

.share-link-list__item .ya-share2__link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 15px;
}

.share-link-list__item .ya-share2__badge {
    border-radius: 50%;
}

.share-link-list__item .ya-share2__title {
    margin: 0 !important;
}

.control-share {
    position: relative;
}

.copy-link-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1 !important;
    white-space: nowrap;
    color: #222222;
    cursor: pointer;
    background-color: transparent;
}

.copy-link-btn__copied-text {
    display: none;
}

.share-link-list .share-link-list__item:nth-child(4) {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

@media(max-width: 1024px) {
    .control-share:hover .share-block {
        display: block;
    }
}