/* SLZ7 - Estatisticas do criador (abas por dia/mes/ano) */

.ed-stats-tabs { margin: 0 0 26px; }

.ed-stats-tablist {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
}
.ed-stats-tab {
    border: 1px solid var(--border, #e6eaf1);
    background: #fff;
    color: inherit;
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.ed-stats-tab:hover { border-color: var(--primary, #5f2eea); }
.ed-stats-tab.is-active {
    background: var(--primary, #5f2eea);
    border-color: var(--primary, #5f2eea);
    color: #fff;
}

.ed-stats-panel[hidden] { display: none; }
.ed-stats-panel .slz7-table tfoot th { font-weight: 800; }
