@layer components {
    .tax-report__actions {
        justify-content: flex-start;
    }

    .tax-report__range-form {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        width: 100%;
    }

    .tax-report__date-control {
        max-width: 12rem;
    }

    .tax-report__range-separator,
    .tax-report__range-end {
        color: var(--dashboard-color-text-muted);
        font-size: 0.9375rem;
        font-weight: 550;
    }

    .tax-report .dashboard-section-tabs {
        border-bottom: 0;
    }

    .tax-report .dashboard-panel + .dashboard-panel {
        border-top: 1px solid var(--dashboard-color-border);
    }

    .tax-report__date-cell {
        white-space: nowrap;
    }

    .tax-report__muted-value {
        color: var(--dashboard-color-text-muted);
        font-size: 0.8125rem;
        margin-top: 0.125rem;
    }

    .tax-report__empty-state {
        display: grid;
        gap: 1rem;
        justify-items: center;
        padding: 4rem var(--dashboard-section-padding-x);
        text-align: center;
    }

    .tax-report__empty-state h2 {
        color: var(--dashboard-color-text);
        font-size: 1.75rem;
        font-weight: 700;
        margin: 0;
    }

    .tax-report__empty-state p {
        color: var(--dashboard-color-text-muted);
        font-size: 1rem;
        line-height: 1.5;
        margin: 0;
        max-width: 44rem;
    }

    .dashboard-table-show-more:not(.dashboard-table-show-more--expanded) tbody tr:nth-child(n + 11) {
        display: none;
    }

    .dashboard-table-show-more--expanded .dashboard-performance__show-more svg,
    .dashboard-table-show-more--expanded .dashboard-performance__show-more i {
        transform: rotate(180deg);
    }
}
