body {
    background-color: #f4f6f9;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.table-responsive {
    max-height: 70vh;
}

.aviso-triagem {
    border-left: 4px solid #ffc107;
    background: #fff8e6;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
}

@media (max-width: 576px) {
    .table-responsive {
        max-height: none;
    }
}
