html[lang="ms"] .address-book-screen {
  min-height: 100dvh;
  padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
}

html[lang="ms"] .address-book-top-bar h1 {
  font-size: 17px;
  line-height: 23px;
}

html[lang="ms"] .address-book-hero {
  min-height: 112px;
  padding-top: 15px;
  padding-bottom: 15px;
}

html[lang="ms"] .address-book-hero strong {
  font-size: 13px;
  line-height: 19px;
}

html[lang="ms"] .address-book-hero p {
  margin-top: 3px;
  font-size: 9.5px;
  line-height: 14px;
}

html[lang="ms"] .address-book-heading {
  min-height: 54px;
  height: auto;
  gap: 12px;
}

html[lang="ms"] .address-book-heading h2 {
  font-size: 13px;
  line-height: 18px;
}

html[lang="ms"] .address-book-heading span {
  flex: 0 0 auto;
  max-width: 42%;
  line-height: 15px;
  text-align: right;
}

html[lang="ms"] .address-item {
  min-height: 166px;
  padding-top: 13px;
  padding-bottom: 11px;
}

html[lang="ms"] .address-item__top {
  align-items: start;
}

html[lang="ms"] .address-item__top strong {
  font-size: 11px;
  line-height: 16px;
}

html[lang="ms"] .address-item__top em {
  max-width: 92px;
  padding: 4px 7px;
  line-height: 13px;
  text-align: center;
  white-space: normal;
}

html[lang="ms"] .address-item__value span {
  min-width: 0;
}

html[lang="ms"] .address-item__actions {
  min-height: 45px;
  padding-top: 7px;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
}

html[lang="ms"] .address-item__actions > span {
  flex: 1 1 145px;
  font-size: 8.5px;
  line-height: 13px;
}

html[lang="ms"] .address-item__actions > div {
  margin-left: auto;
  gap: 10px;
}

html[lang="ms"] .address-item__actions button {
  font-size: 9.5px;
  line-height: 15px;
  white-space: normal;
}

html[lang="ms"] .address-empty {
  min-height: 272px;
  padding-top: 29px;
  padding-bottom: 27px;
}

html[lang="ms"] .address-empty strong {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

html[lang="ms"] .address-empty p {
  max-width: 292px;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
}

html[lang="ms"] .address-empty button {
  width: auto;
  min-width: 158px;
  max-width: 100%;
  height: auto;
  min-height: 40px;
  padding: 7px 18px;
  line-height: 17px;
  white-space: normal;
}

html[lang="ms"] .address-book-tips {
  min-height: 116px;
  padding-top: 12px;
  padding-bottom: 12px;
}

html[lang="ms"] .address-book-tips h2 {
  font-size: 11px;
  line-height: 17px;
}

html[lang="ms"] .address-book-tips p {
  margin-top: 4px;
  font-size: 9px;
  line-height: 14px;
}

html[lang="ms"] .address-add-button {
  min-height: 50px;
  height: auto;
  padding: 10px 18px;
  line-height: 20px;
  white-space: normal;
}

html[lang="ms"] .address-sheet {
  padding-right: 17px;
  padding-left: 17px;
}

html[lang="ms"] .address-sheet__title {
  min-height: 58px;
  margin-bottom: 12px;
  gap: 12px;
}

html[lang="ms"] .address-sheet__title h2 {
  font-size: 16px;
  line-height: 22px;
}

html[lang="ms"] .address-sheet__title p {
  max-width: 290px;
  margin-top: 3px;
  font-size: 9.5px;
  line-height: 14px;
}

html[lang="ms"] .address-sheet__title button {
  flex: 0 0 auto;
}

html[lang="ms"] .address-sheet > label {
  margin-top: 10px;
  font-size: 10.5px;
  line-height: 15px;
}

html[lang="ms"] .address-sheet__field {
  min-height: 52px;
  height: auto;
}

html[lang="ms"] .address-sheet__field input {
  min-height: 48px;
  font-size: 16px;
}

html[lang="ms"] .address-sheet__network {
  min-height: 48px;
  height: auto;
  gap: 12px;
}

html[lang="ms"] .address-sheet .ui-button {
  min-height: 48px;
  height: auto;
  padding: 10px 18px;
  line-height: 20px;
  white-space: normal;
}

@media (max-width: 350px) {
  html[lang="ms"] .address-book-hero {
    grid-template-columns: 40px minmax(0, 1fr) 21px;
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    gap: 8px;
  }

  html[lang="ms"] .address-book-hero > span {
    width: 38px;
    height: 38px;
  }

  html[lang="ms"] .address-item__top {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 7px;
  }

  html[lang="ms"] .address-item__actions > div {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
