/**
 * Laposa Limited 2021
 * Post Brand Rejuvenation styling in support of Onyx specific components
 *
 */

ul.tabs {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 32px 0;
    padding: 0;
}

ul.tabs li {
    margin: 0 8px;
    padding: 0;
}

ul.tabs li:first-of-type {
    margin-left: 0;
}

ul.tabs li:last-of-type {
    margin-right: 0;
}

ul.tabs li:only-of-type {
    margin-right: 0;
    margin-left: 0;
}

ul.tabs li a {
    white-space: nowrap;
}