/* IMS – custom styles layered on Bootstrap 5 */

body {
    background-color: #f5f6f8;
}

/* Navbar tweaks */
.navbar-brand {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}

/* Cards */
.card {
    border-radius: 0.5rem;
}

/* Stat cards on dashboard */
.card .fs-2 {
    line-height: 1.1;
}

/* Table headers */
.table thead th {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

/* Low-stock row highlight — softer than Bootstrap's default .table-warning */
.table-warning td {
    background-color: rgba(255, 193, 7, 0.10) !important;
}

/* Monospace SKU fields */
.font-monospace {
    font-size: 0.875em;
}

/* Badges */
.badge {
    font-size: 0.72rem;
    font-weight: 600;
}

/* Login / reset card centred vertically */
.card.shadow-sm {
    border: none;
}

/* Chart canvas */
#stockChart {
    width: 100% !important;
}
