/* Custom styles for product cards */

.smalltext {
    font-size: 0.7em; /* Example: make text even smaller */
    color: #6c757d; /* Example: muted color */
}

/* Style for low stock products */
.card.product-low-stock {
    background-color: #f8d7da !important; /* Light red background */
    border-color: #f5c2c7 !important; /* Slightly darker red border */
}

/* For table rows */
tr.product-low-stock {
    background-color: #f8d7da !important; /* Light red background */
    border-color: #f5c2c7 !important; /* Slightly darker red border */
}