@media (max-width: 768px) {
    table {
        font-size: 0.85rem;
    }

    table th,
    table td {
        min-width: 80px;
    }

    .form-control {
        font-size: 0.85rem;
        padding: 0.3rem 0.4rem;
    }

    h3 {
        font-size: 1.2rem;
    }
}