/* MS Liton Traders: isolated English/Bangla language presentation layer */
body.lang-bn,
body.lang-bn button,
body.lang-bn input,
body.lang-bn select,
body.lang-bn textarea,
body.lang-bn .form-control,
body.lang-bn .form-select,
body.lang-bn .btn {
  font-family: "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", "Kalpurush", "Arial Unicode MS", Inter, sans-serif;
}

body.lang-bn .sidebar-nav a,
body.lang-bn .topbar h1,
body.lang-bn .page-toolbar h2,
body.lang-bn .panel-head h3,
body.lang-bn .modal-title {
  letter-spacing: 0;
}

.language-settings-card {
  min-width: 0;
}

.language-setting-body {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.language-setting-body .form-label {
  margin: 0;
  font-weight: 800;
  color: #172033;
}

.language-setting-help {
  margin: 0;
  color: #64748b;
  font-size: .86rem;
  line-height: 1.55;
}

.language-save-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: #0f766e;
  font-size: .79rem;
  font-weight: 800;
}

body.lang-bn .app-table th,
body.lang-bn .app-table td,
body.lang-bn .form-label,
body.lang-bn .btn,
body.lang-bn .sidebar-nav a span {
  line-height: 1.45;
}

@media (max-width: 767.98px) {
  body.lang-bn .mobile-bottom-nav-label {
    font-size: .68rem;
  }
}

@media print {
  .language-settings-card { display: none !important; }
}
