html[lang="vi"] .bottom-nav {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-inline: 10px;
}

html[lang="vi"] .bottom-nav a {
  min-width: 0;
  gap: 2px;
  font-size: 10px;
  line-height: 1.05;
  text-align: center;
}

html[lang="vi"] .bottom-nav a span {
  display: block;
  max-width: 58px;
  min-height: 22px;
  overflow: hidden;
  overflow-wrap: anywhere;
}

html[lang="vi"] .bottom-nav .trade-fab span {
  max-width: 44px;
  min-height: 18px;
  font-size: 8px;
  line-height: 1.05;
}

html[lang="vi"] .asset-shortcuts {
  gap: 6px;
  padding-inline: 8px;
}

html[lang="vi"] .asset-shortcuts a {
  gap: 6px;
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
}

html[lang="vi"] .asset-shortcuts a span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  max-width: 72px;
  overflow: hidden;
}

html[lang="vi"] .asset-shortcuts i {
  width: 40px;
  height: 40px;
}

html[lang="vi"] .asset-hub-card {
  gap: 8px;
  padding: 13px 11px;
}

html[lang="vi"] .asset-hub-card strong {
  font-size: 14px;
  line-height: 1.15;
}

html[lang="vi"] .asset-hub-card span,
html[lang="vi"] .account-card span {
  font-size: 11px;
  line-height: 1.2;
}

html[lang="vi"] .account-card {
  min-height: 100px;
  padding-inline: 11px;
}

html[lang="vi"] .account-card strong,
html[lang="vi"] .token-value strong {
  font-size: clamp(14px, 3.8vw, 17px);
}

html[lang="vi"] .center-header h1,
html[lang="vi"] .records-header h1,
html[lang="vi"] .section-title h2 {
  font-size: 22px;
  line-height: 1.18;
}

html[lang="vi"] .center-filter-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 16px;
  padding: 2px 1px 4px;
  overflow: visible;
  scrollbar-width: none;
}

html[lang="vi"] .center-filter-tabs::-webkit-scrollbar {
  display: none;
}

html[lang="vi"] .center-filter-tabs button {
  min-width: 0;
  min-height: 34px;
  padding-inline: 4px;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[lang="vi"] .center-card {
  grid-template-columns: minmax(0, 1fr) minmax(132px, 44%);
  gap: 8px;
  align-items: start;
  padding: 14px 12px;
}

html[lang="vi"] .center-card strong {
  font-size: 15px;
  line-height: 1.18;
}

html[lang="vi"] .center-card span,
html[lang="vi"] .center-card small {
  font-size: 12px;
  line-height: 1.35;
}

html[lang="vi"] .center-card > div:last-child {
  align-self: stretch;
  align-content: space-between;
  gap: 8px;
}

html[lang="vi"] .center-card b {
  max-width: 148px;
  font-size: 12px;
  line-height: 1.12;
}

html[lang="vi"] .center-card b span {
  max-width: 148px;
  overflow: visible;
  font-size: clamp(12px, 3.2vw, 14px);
  text-overflow: clip;
  white-space: nowrap;
}

html[lang="vi"] .center-card b small {
  font-size: 11px;
}

html[lang="vi"] .center-card em {
  min-width: 0;
  max-width: 94px;
  min-height: 24px;
  padding-inline: 8px;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
}

html[lang="vi"] .center-empty-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 16px 18px;
  text-align: center;
}

html[lang="vi"] .center-empty-card > div,
html[lang="vi"] .center-empty-card > div:last-child {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  align-self: auto;
  align-content: normal;
  justify-items: center;
}

html[lang="vi"] .center-empty-card strong {
  font-size: 16px;
  line-height: 1.25;
}

html[lang="vi"] .center-empty-card span {
  display: block;
  width: 100%;
  max-width: none;
  margin: 10px auto 0;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

html[lang="vi"] .records-list-page article {
  gap: 10px;
  padding: 14px 12px;
}

html[lang="vi"] .records-list-page strong {
  font-size: 15px;
  line-height: 1.2;
}

html[lang="vi"] .records-list-page span,
html[lang="vi"] .records-list-page span small {
  font-size: 12px;
  line-height: 1.35;
}

html[lang="vi"] .records-list-page b {
  min-width: 0;
  max-width: 86px;
  padding-inline: 8px;
  font-size: 10px;
  line-height: 1.1;
  white-space: normal;
}
