.main_share-new2023 {
    display: flex;
    gap: 20px;
}
.main_share-new2023 .share-icon {
    width: 26px;
    height: 26px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--stoney-gray);
    border-radius:50%;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
.main_share-new2023 .share-icon:hover {
    background-color: var(--electric-purple);
}

.main_share-new2023 .share-icon.email:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: rgba(255,255,255,0.3);
    top: 0ex;
    left: 0px;
}
.main_share-new2023 .square.share-icon {
    border-radius:5px;
}

.main_share-new2023 .email .icon-links__icon  {
    width: 16px;
    height: 16px;
}
