nav.kwikweb_nav_strip ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 1em;
    text-transform: uppercase;
}

/*
nav.kwikweb_nav_strip ul li:last-of-type a:hover::after {
    content: ' >';
}
*/
