.reports-list-page .actions-page__assignment-date,
.reports-list-page .actions-page__due-date {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0.06rem 0.5rem;
    border-radius: 999px;
    border: 1px solid var(--insights-chip-border);
    background: var(--insights-chip-bg);
    color: var(--insights-chip-text);
    font-size: 0.74rem;
    line-height: 1.2;
    font-weight: 650;
    white-space: nowrap;
}

.reports-list-page .actions-page__due-date {
    border-color: var(--insights-report-chip-active-border);
    background: linear-gradient(135deg, var(--insights-report-chip-active-start), var(--insights-report-chip-active-end));
    color: var(--insights-report-chip-active-text);
}

@media (max-width: 899px) {
    .reports-list-page .actions-page__assignment-date,
    .reports-list-page .actions-page__due-date {
        max-width: 100%;
    }
}
