/* KGLN Billing - mobile-first custom styles */
html, body {
    min-height: 100%;
}

main {
    min-height: calc(100vh - 160px);
}

.table th {
    white-space: nowrap;
}

.line-total {
    min-width: 80px;
    display: inline-block;
}

.navbar-brand {
    font-size: 1.1rem;
}

@media (min-width: 992px) {
    .navbar-brand {
        font-size: 1.25rem;
    }
}

/* Improve touch targets on mobile */
.btn,
.form-control,
.form-select {
    min-height: 38px;
}

.badge {
    font-weight: 500;
}
