/* Custom styles for HE Parts Inventory - mobile responsive tweaks */

body {
    font-size: 0.95rem;
}

.card {
    margin-bottom: 1rem;
}

/* Make tables horizontally scrollable on small screens */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Reduce padding on smaller devices */
@media (max-width: 576px) {
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    h3, h5 {
        font-size: 1.15rem;
    }

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

    .navbar .btn-sm {
        padding: 0.15rem 0.4rem;
        font-size: 0.7rem;
    }

    .table-sm td, 
    .table-sm th {
        padding: 0.25rem;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .card-body p {
        margin-bottom: 0.4rem;
    }
}
