/* Small overrides layered on top of Bootstrap - safe to gut/replace anytime */
.qty-mono {
    font-family: 'Courier New', monospace;
    font-weight: 600;
}
.qty-low { color: #c46a1f; }
.qty-out { color: #dc3545; }

th.sortable a {
    color: inherit;
    text-decoration: none;
}
th.sortable a:hover { text-decoration: underline; }
th.sortable .arrow { font-size: 0.75em; opacity: 0.6; }
