
.section_post_share .share_label {
    font-size: 15px;
    line-height: 150%;
    font-family: var(--font_Avenir_Next_Medium);
}

.section_post_share .share_list .share_item  {
    margin-left: 16px;
}

.section_post_share .share_list .share_item .share_item_link {
    display: flex;
    flex-wrap: wrap;
}

.section_post_share .share_list .share_item .share_item_link .icon {
    display: flex;
    flex-wrap: wrap;
}

.section_post_share .share_list .share_item .share_item_link svg path {
    transition: all ease 0.5s;
}

.section_post_share .share_list .share_item .share_item_link:hover svg path {
    fill: var(--stone);
}


@media (max-width: 767px) {
    .section_post_share .share_list .share_item  {
        margin-left: 10px;
    }
}


.component_post_share_section {
    margin: 60px 0;
}

.component_post_share_section.decrease_tos {
    margin-top: 48px;
}

.component_post_share_section.decrease_bos {
    margin-bottom: 48px;
}

.component_post_share_section.remove_tos {
    margin-top: 0;
}

.component_post_share_section.remove_bos {
    margin-bottom: 0;
}

.component_post_share_section .post_share_section.in_middle {
    justify-content: center;
}

.component_post_share_section .post_share_section.right_side {
    justify-content: flex-end;
}