/* =============================================================================
   WEIGHING_JOURNAL.CSS - Стили страницы "Журнал взвешиваний"
   ============================================================================= */

.weighing-journal-page {
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.weighing-journal-page .weighing-journal-table-container {
    flex: 1;
    overflow: hidden;
}

.weighing-journal-table-container {
    background: white;
    overflow: hidden;
    max-width: 100%;
}

.weighing-journal-table-container .tabulator {
    border: none;
    font-size: 12px;
}

.weighing-journal-table-container .tabulator-row {
    min-height: auto;
}

.weighing-journal-table-container .tabulator-cell {
    padding: 4px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.weighing-journal-table-container .tabulator-col-content {
    padding: 4px 6px;
}

/* Extra filters inline in header */
.wj-extra-filters {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}
