.simple-tab-bar > *:not(:last-of-type) {
    display: flex;
}

.simple-tab-bar > *:last-of-type {
    width: 100%;
    height: 1px;
    background: #bfbfbf;
}

.simple-tab-bar > *:not(:last-of-type) > *:not(:last-of-type) {
    margin-right: 2rem;
}


.simple-tab-bar .simple-tab-bar-tab > *:first-child {
    font-size: 0.875rem;
    font-weight: bold;
}

.simple-tab-bar .simple-tab-bar-tab > span:first-child {
    color: #232323;
}

.simple-tab-bar .simple-tab-bar-tab > a:first-child, .simple-tab-bar .simple-tab-bar-tab > a:first-child:hover {
    color: #005b92;
    text-decoration: none;
}

.simple-tab-bar .selection-line {
    width: 100%;
    height: 2px;
    margin-top: 0.5rem;
    background: transparent;
}

.simple-tab-bar .selection-line.selected {
    background: #353535;
}