/* =============================================================================
   naveschik_inventory.css — Инвентаризация склада навески
   Базовые стили наследуются из naveschik.css (.naveschik-page и др.)
   и из header.css (.app-header).
============================================================================= */

.naveschik-inventory-page .ni-toolbar-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px 12px;
    background: white;
    border-bottom: 1px solid #dee2e6;
}

.naveschik-inventory-page .ni-scales-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: white;
    border-bottom: 1px solid #dee2e6;
    gap: 12px;
}

.naveschik-inventory-page .ni-scales-bar .scale-select {
    width: auto;
    min-width: 150px;
    flex: 1;
    max-width: 200px;
}

.naveschik-inventory-page .ni-session-card {
    cursor: pointer;
}

.naveschik-inventory-page .ni-session-card:hover,
.naveschik-inventory-page .ni-session-card:active {
    background-color: #f8f9fa;
}
