/* =====================================
   Tabs
===================================== */

.eb-tabs .nav-link {
    color: var(--eb-tabs-link-text);
    border: 0;
    padding: 0.5rem 0.85rem;
    font-weight: 500;
}

.eb-tabs .nav-link.active {
    color: var(--eb-tabs-link-active-text);
    border-bottom: 2px solid var(--eb-tabs-link-active-border);
    background: transparent;
}

.eb-tabs .eb-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    margin-left: 6px;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--eb-tabs-count-text);
    background: var(--eb-tabs-count-bg);
}
