@media (max-width: 767px) {
    /* Mniejszy padding kontenera na telefonie */
    .container-fluid.px-4 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    /* Tabela parametrów — mniejsza czcionka żeby więcej weszło */
    .table-sm td {
        font-size: 0.8rem;
        padding: 0.25rem 0.3rem;
    }

    /* Przyciski PM2 — odstępy przy zawijaniu */
    .d-flex.flex-wrap .btn {
        margin-bottom: 0.25rem;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}
