/* Custom styles for the food menu page */

/* Make the "Mark as Done" button smaller in width */
.mark-as-done {
    width: auto !important;
    min-width: 120px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
}

/* Make meal descriptions respect line breaks */
.food-default-flex p {
    white-space: pre-line !important;
} 