

.tabs li  {
    a {
        color: var(--bulma-text);
        font-weight: 600;
            text-wrap: initial;
    }

    &.is-active a {
        color: var(--bulma-link);
    }
}


.tabs ul {
    margin-bottom: 1em;
    margin-left: 0;
    
    @media (min-width: 768px) {
        max-width: 100%;
    }

}

.tabs.is-boxed a {  
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
}