div[id^="block-vxl-addtoanysharebuttons"]{
    padding: 3rem;
    background-color: var(--gray-500);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
@media(width > 48rem){
    div[id^="block-vxl-addtoanysharebuttons"]{
        padding: 5rem 3rem;
    }
}

div[id^="block-vxl-addtoanysharebuttons"]  h2{
    font-size: 1.5rem;
    margin-block: 0;
}

div[id^="block-vxl-addtoanysharebuttons"] .a2a_kit{
    display: flex;
    gap: 1rem;
}

div[id^="block-vxl-addtoanysharebuttons"] .a2a_kit > a > span{
    background-color: initial !important;
}

div[id^="block-vxl-addtoanysharebuttons"] .a2a_kit > a > span > svg{
    filter: grayscale(100);
}

div[id^="block-vxl-addtoanysharebuttons"] .a2a_kit > a > span > svg > path{
    fill: #313131 !important;
}