.rc-hint {
    margin: 12px 0 0;
    font-size: 13px;
    color: #666;
}

.rc-stats .stat-info p {
    font-size: 13px;
}

.rc-table td,
.rc-table th {
    white-space: nowrap;
}

.rc-table td:nth-child(2) {
    white-space: normal;
    min-width: 140px;
}

.rc-badge-cancel {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    background: #ffebee;
    color: #c62828;
}

.rc-badge-react {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    background: #e8f5e9;
    color: #2e7d32;
}

.rc-badge-susp {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    background: #fff3e0;
    color: #e65100;
}

.rc-badge-arch {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    background: #eceff1;
    color: #546e7a;
    margin-left: 4px;
}

.rc-stat-icon--cancel {
    background: #ffebee;
    color: #c62828;
}

.rc-stat-icon--react {
    background: #e8f5e9;
    color: #2e7d32;
}

.rc-filter-actions {
    align-self: end;
}

.rc-btn-clear {
    width: 100%;
}

@media (max-width: 768px) {
    .rc-filter-actions { align-self: stretch; }
    .rc-table { min-width: 720px; }
}

@media (max-width: 480px) {
    .rc-stats { grid-template-columns: 1fr; }
}
