/**
 * ExFoods Admin - Orders Screen Styling
 *
 * Companion stylesheet for the kitchen orders enhancements.
 * This file is automatically enqueued on admin pages by the PHP override.
 *
 * Keep admin-specific styling here instead of inline in PHP files.
 */

/* Method badges in the orders list */
.exwf-method-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.method-takeout,
.method-takeaway {
    background: #e8f5e9;
    color: #2e7d32;
}

.method-delivery {
    background: #e3f2fd;
    color: #1565c0;
}

.method-table,
.method-dinein {
    background: #fff3e0;
    color: #e65100;
}

.method-unknown {
    background: #f5f5f5;
    color: #757575;
}

/* Print Kitchen Ticket button */
.exwf-print-kitchen-btn {
    background: #f44336 !important;
    color: #fff !important;
    border-color: #d32f2f !important;
    text-decoration: none;
    font-size: 11px;
    padding: 3px 8px !important;
    line-height: 1.2 !important;
}

.exwf-print-kitchen-btn:hover {
    background: #d32f2f !important;
    border-color: #b71c1c !important;
}

/* Optional: Make the kitchen columns stand out a bit */
.wp-list-table .column-exwf_order_method,
.wp-list-table .column-exwf_location,
.wp-list-table .column-exwf_time_slot {
    width: 90px;
}

.wp-list-table .column-exwf_print_kitchen {
    width: 85px;
    text-align: center;
}
