/*
 * ConnectVion - Tablet Responsive Overrides
 * Breakpoint: 768px to 1199px
 */

@media (min-width: 768px) and (max-width: 1199.98px) {
    /* Padding Adjustments */
    .content-body .container-fluid {
        padding: 0.75rem !important;
    }

    .card-body {
        padding: 1rem !important;
    }

    /* Page Title adjustments for tablet */
    .page-title {
        font-size: 0.95rem !important;
    }
}