/*
Footer separator spacing 1.9.8
The separator occupies only the 5px diamond itself.
No left or right outer spacing remains.
*/

.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: 5px !important;
    min-width: 5px !important;
    flex: 0 0 5px !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;
}
