/* Match compact table styling from warehouses.html */
#warehouseTable tbody tr,
#archiveTable tbody tr {
    height: 20px;
}

#warehouseTable tbody td,
#archiveTable tbody td {
    padding: 0.1rem 0.25rem;
    vertical-align: middle;
}

#warehouseTable thead th,
#archiveTable thead th {
    padding: 0.1rem 0.25rem;
}

#warehouseTable,
#archiveTable {
    font-size: 0.75rem;
}

#warehouseTable thead th,
#archiveTable thead th {
    font-size: 0.7rem;
    font-weight: 600;
}

/* Prevent text wrapping in table cells */
#warehouseTable tbody td,
#archiveTable tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Allow text wrapping in header */
#warehouseTable thead th,
#archiveTable thead th {
    white-space: normal;
}

.warehouse-bottom-spacer {
    height: 80px;
}
