/*
Footer separator spacing 1.9.5
Reduce only the space to the right of each diamond.
*/

.site-footer .footer-menu > .footer-menu-separator {
    width: 23px !important;
    min-width: 23px !important;
    justify-content: flex-start !important;
}

.site-footer .footer-menu > .footer-menu-separator > span {
    margin-left: 12px !important;
    margin-right: 0 !important;
}
