/* Malay hall, confirmation and processing copy can be longer than Chinese. */
html[lang="ms"] .hall-a-topbar {
  grid-template-columns: 46px minmax(0, 1fr) 92px;
}

html[lang="ms"] .hall-a-topbar h1 {
  font-size: 18px;
  line-height: 1.15;
}

html[lang="ms"] .hall-a-history {
  justify-content: flex-end;
  font-size: 9.5px;
  line-height: 1.15;
  text-align: right;
  white-space: normal;
}

html[lang="ms"] .hall-a-hero h2 {
  max-width: 250px;
  font-size: 20px;
}

html[lang="ms"] .hall-a-hero p {
  max-width: 250px;
  font-size: 10.5px;
  line-height: 1.4;
}

html[lang="ms"] .hall-a-open {
  padding: 6px 8px;
  font-size: 9px;
}

html[lang="ms"] .hall-a-stats div {
  display: flex;
  min-height: 68px;
  flex-direction: column;
  justify-content: space-between;
  padding: 9px 7px;
}

html[lang="ms"] .hall-a-stats span {
  min-height: 25px;
  overflow: visible;
  font-size: 8.5px;
  line-height: 1.3;
  text-overflow: clip;
  white-space: normal;
}

html[lang="ms"] .hall-a-stats b {
  font-size: 15px;
}

html[lang="ms"] .hall-a-filters button {
  min-width: 0;
  padding: 8px 7px;
  font-size: 9.5px;
  white-space: normal;
}

html[lang="ms"] .hall-a-section-title {
  align-items: flex-start;
  gap: 12px;
}

html[lang="ms"] .hall-a-section-title h2 {
  flex: 0 0 auto;
  font-size: 16px;
}

html[lang="ms"] .hall-a-section-title span {
  max-width: 58%;
  font-size: 9px;
  line-height: 1.3;
  text-align: right;
}

html[lang="ms"] .hall-a-tag {
  padding: 6px 7px;
  font-size: 8.5px;
}

html[lang="ms"] .hall-a-money small {
  min-height: 24px;
  line-height: 1.2;
}

html[lang="ms"] .hall-a-gain {
  gap: 8px;
  font-size: 10px;
}

html[lang="ms"] .hall-a-card-foot > div {
  font-size: 9px;
}

html[lang="ms"] .hall-a-card-foot button {
  min-width: 104px;
  padding: 10px 9px;
  font-size: 10px;
}

html[lang="ms"] .hall-a-bottom a {
  font-size: 9px;
}

html[lang="ms"] .hall-price-sheet header h2 {
  font-size: 19px;
}

html[lang="ms"] .hall-price-sheet footer button {
  padding: 8px;
  font-size: 12px;
  line-height: 1.2;
  white-space: normal;
}

html[lang="ms"] .exchange-confirm-platform em {
  max-width: 104px;
  justify-content: center;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

html[lang="ms"] .exchange-confirm-flow span {
  min-height: 30px;
  font-size: 10px;
  line-height: 1.25;
}

html[lang="ms"] .exchange-confirm-gain {
  gap: 10px;
  font-size: 11px;
}

html[lang="ms"] .exchange-confirm-details dl > div {
  gap: 12px;
}

html[lang="ms"] .exchange-confirm-details dt,
html[lang="ms"] .exchange-confirm-details dd {
  font-size: 11.5px;
}

html[lang="ms"] .exchange-confirm-footer small,
html[lang="ms"] .recharge-processing-tip {
  font-size: 9.5px;
  line-height: 1.45;
}

@media (max-width: 370px) {
  html[lang="ms"] .hall-a-topbar {
    grid-template-columns: 38px minmax(0, 1fr) 78px;
  }

  html[lang="ms"] .hall-a-topbar h1 {
    font-size: 16px;
  }

  html[lang="ms"] .hall-a-history {
    gap: 3px;
    font-size: 8.5px;
  }

  html[lang="ms"] .hall-a-hero h2 {
    font-size: 18px;
  }

  html[lang="ms"] .hall-a-stats {
    gap: 5px;
  }

  html[lang="ms"] .hall-a-stats div {
    padding: 8px 5px;
  }

  html[lang="ms"] .hall-a-filters button {
    padding: 8px 4px;
    font-size: 8.5px;
  }

  html[lang="ms"] .hall-a-card-foot button {
    min-width: 96px;
  }

  html[lang="ms"] .exchange-confirm-topbar h1 {
    font-size: 19px;
  }

  html[lang="ms"] .exchange-confirm-gain {
    align-items: flex-start;
    font-size: 10px;
  }
}
