/* Custom styles that can't be easily achieved with Tailwind */
#inventory-table tr:hover {
    background-color: #f9fafb;
}

.status-operational {
    background-color: #ecfdf5;
    color: #059669;