/* admin_lang.css */
body[data-lang="ko"] .lang-lao { display: none !important; }
body[data-lang="lao"] .lang-ko { display: none !important; }

body[data-lang="ko"] span.lang-lao { display: none !important; }
body[data-lang="lao"] span.lang-ko { display: none !important; }

/* For mobile table labels */
@media (max-width: 768px) {
    body[data-lang="ko"] .table td::before { content: attr(data-label-ko) !important; }
    body[data-lang="lao"] .table td::before { content: attr(data-label-lao) !important; }
}

/* Global Admin Font Sizes */
body, .table th, .table td, .sidebar a, .btn, .modal h3, .status-badge, div, span, p, a, button, select, input, table {
    font-size: 16px !important;
}
h1, h2, h3, h4, h5, h6, .sidebar h2, h2.margin {
    /* Ignore title tags */
}
@media (max-width: 768px) {
    body, .table th, .table td, .sidebar a, .btn, .modal h3, .status-badge, div, span, p, a, button, select, input, table {
        font-size: 13px !important;
    }
}
