.fltb-bar {
    padding: 8px 40px;
    font-size: 15px;
    line-height: 2;
    box-sizing: border-box;
}

.full-page-container.full-page-jobs > .fltb-bar {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: -1;
}

.fltb-section {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.fltb-label {
    font-weight: 700;
    color: #555;
    white-space: nowrap;
    margin-right: 4px;
    font-size: 15px;
}

.fltb-links {
    display: inline;
    line-height: 2;
    font-size: 15px;
}

.fltb-link {
    color: #26a69a;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.fltb-link:hover {
    text-decoration: underline;
}

.fltb-link--active {
    color: #1f2f18;
    font-weight: 600;
    cursor: default;
    text-decoration: none;
}

.fltb-link--active:hover {
    text-decoration: none;
}

.fltb-count {
    font-weight: 400;
    color: #888;
    font-size: 13px;
}

.fltb-link--active .fltb-count {
    color: #666;
}

.fltb-bar .listeo-ttc-sep {
    margin: 0 6px;
    color: #999;
}

@media (max-width: 768px) {
    .fltb-bar {
        padding: 8px 20px;
        font-size: 14px;
    }

    .fltb-label,
    .fltb-links {
        font-size: 14px;
    }

    .fltb-count {
        font-size: 12px;
    }
}
