/* Мобайл дээр жижиг үсэг */
@media (max-width: 767px) {
    .mobile-small-text {
        font-size: 0.75rem !important;
    }
    .mobile-small-text th,
    .mobile-small-text td {
        font-size: 0.75rem !important;
        padding: 0.25rem !important;
    }
}

/* Цөөн зай */
@media (max-width: 576px) {
    .mobile-compact {
        font-size: 0.7rem !important;
    }
    .mobile-compact th,
    .mobile-compact td {
        padding: 0.2rem 0.3rem !important;
        font-size: 0.7rem !important;
    }
}