﻿.app-table-container {
    overflow-x: auto;
}

.app-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

    .app-table thead {
        background: #f3f4f6;
    }

    .app-table th {
        text-align: left;
        padding: 14px;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        border-bottom: 1px solid #e5e7eb;
    }

    .app-table td {
        padding: 14px;
        border-bottom: 1px solid #e5e7eb;
        color: #111827;
    }

    .app-table tbody tr:hover {
        background: #f9fafb;
    }

.restaurant-admin-table .timezone-column {
    min-width: 220px;
}

.restaurant-admin-table .operational-time-column {
    min-width: 150px;
}

.restaurant-admin-table .actions-column {
    min-width: 180px;
}
