/*
Footer separator spacing 1.9.9
5px diamond centered in a 13px separator:
4px visible space on the left and 4px on the right.
*/

.site-footer ul.footer-menu {
    gap: 0 !important;
    column-gap: 0 !important;
}

.site-footer ul.footer-menu > li.footer-menu-separator {
    display: flex !important;
    width: 13px !important;
    min-width: 13px !important;
    flex: 0 0 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

.site-footer ul.footer-menu > li.footer-menu-separator > span {
    display: block !important;
    width: 5px !important;
    height: 5px !important;
    flex: 0 0 5px !important;
    margin: 0 !important;
    transform: rotate(45deg) !important;
}
