.ButtonShare .share {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #fffff9;
    background-color: #FF3300;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ButtonShare { min-width: unset; }
.ButtonShare .shareIcon { width: 20px; margin-right: 10px; }
.ButtonShare .shareArrow { width: 15px; margin-left: 20px; }
.ButtonShare .share_options {
    background-color: #451B17;
    border-top: 1px solid #451B17;
    color: #fffff9;
    padding: 20px;
    width: 100%;
    display: none;
}
.ButtonShare .share_option { display: flex; align-items: center; gap: 15px; }
.ButtonShare .share_option:not(:last-child) { margin-bottom: 10px; }
.ButtonShare .share_option img { width: 24px; }

.ButtonShare.hover .shareArrow { transform: rotate(180deg) }
.ButtonShare .heateor_sss_sharing_ul { display: flex; flex-direction: column; gap: 10px; }

.ButtonShare .heateor_sss_sharing_ul a { display: flex !important; align-items: center; gap: 10px; }
.ButtonShare .heateor_sss_sharing_ul a:after { content: attr(title); font-size: 16px; color: #fffff9 !important; }
.ButtonShare .heateor_sss_horizontal_sharing .heateor_sss_svg { display: none !important; }
.ButtonShare .heateor_sss_sharing_ul a:before { height: 24px; display: flex; align-items: center; }
.ButtonShare .heateor_sss_facebook:before { content: url(../../assets/images/fb-share.svg) !important; }
.ButtonShare .heateor_sss_button_instagram:before { content: url(../../assets/images/ig-share.svg) !important; }
.ButtonShare .heateor_sss_button_linkedin:before { content: url(../../assets/images/lk-share.svg) !important; }
.ButtonShare .heateor_sss_button_youtube:before { content: url(../../assets/images/yt-share.svg) !important; }
.ButtonShare .heateor_sss_button_x:before { content: url(../../assets/images/x-share.svg) !important; }