/* Sales Report page. Layout primitives (insights, stock pillars, statistics sections, charts grid) come
   from facilities.css / analytics.css; this file only styles the report-specific custom elements. */

sales-report {
    display: block;
    padding-bottom: 2rem;
}

/* Active-cohort chips under the header — keeps the filter context visible above the figures. */
report-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0 0.25rem;
}

report-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: var(--font-size-small);
    color: var(--global-font-color);
    background: var(--blue-gray);
    box-shadow: var(--outline-button-shadow);
}

report-chip svg {
    width: 1rem;
    height: 1rem;
}
