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

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

html[lang="ms"] .security-score-card {
  min-height: 136px;
  padding: 17px 16px;
  grid-template-columns: 50px minmax(0, 1fr) 60px;
  gap: 9px;
}

html[lang="ms"] .security-score-card__shield {
  width: 48px;
  height: 48px;
}

html[lang="ms"] .security-score-card > div > small {
  font-size: 9px;
  line-height: 14px;
}

html[lang="ms"] .security-score-card > div > strong {
  font-size: 19px;
  line-height: 25px;
}

html[lang="ms"] .security-score-card > div > p {
  font-size: 8.5px;
  line-height: 13px;
}

html[lang="ms"] .security-score-card .security-score-card__score {
  width: 58px;
  height: 58px;
  text-align: center;
}

html[lang="ms"] .security-score-card .security-score-card__score span {
  max-width: 50px;
  font-size: 7.5px;
  line-height: 9px;
}

html[lang="ms"] .security-reminder {
  min-height: 64px;
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

html[lang="ms"] .security-reminder span {
  font-size: 9px;
  line-height: 14px;
}

html[lang="ms"] .security-reminder span strong {
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 15px;
}

html[lang="ms"] .security-group-title {
  min-height: 43px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 11.5px;
  line-height: 17px;
}

html[lang="ms"] .security-row {
  min-height: 76px;
  padding-top: 9px;
  padding-bottom: 9px;
  grid-template-columns: 37px minmax(0, 1fr) minmax(44px, auto) 16px;
  gap: 7px;
}

html[lang="ms"] .security-row__copy strong {
  font-size: 10.5px;
  line-height: 16px;
}

html[lang="ms"] .security-row__copy small {
  max-width: none;
  margin-top: 2px;
  font-size: 8.5px;
  line-height: 13px;
  text-overflow: clip;
  white-space: normal;
}

html[lang="ms"] .security-row > em {
  max-width: 74px;
  font-size: 8.5px;
  line-height: 12px;
  text-align: right;
  white-space: normal;
}

html[lang="ms"] .security-help-card {
  min-height: 90px;
  padding-top: 12px;
  padding-bottom: 12px;
}

html[lang="ms"] .security-help-card strong {
  font-size: 10.5px;
  line-height: 16px;
}

html[lang="ms"] .security-help-card p {
  margin-top: 2px;
  font-size: 8.5px;
  line-height: 13px;
}

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

html[lang="ms"] .security-sheet__heading {
  min-height: 56px;
  margin-bottom: 13px;
  padding-right: 37px;
  align-items: start;
}

html[lang="ms"] .security-sheet__heading h2 {
  font-size: 15px;
  line-height: 21px;
}

html[lang="ms"] .security-sheet__heading p {
  margin-top: 3px;
  font-size: 9px;
  line-height: 13px;
}

html[lang="ms"] .security-sheet form > label {
  font-size: 10px;
  line-height: 15px;
}

html[lang="ms"] .security-sheet form > input {
  min-height: 49px;
  height: auto;
  font-size: 16px;
}

html[lang="ms"] .security-sheet form > input::placeholder {
  font-size: 12px;
  letter-spacing: -0.1px;
}

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

html[lang="ms"] .security-device-card,
html[lang="ms"] .security-login-record {
  min-height: 84px;
  height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
}

html[lang="ms"] .security-device-card strong,
html[lang="ms"] .security-login-record strong {
  font-size: 10.5px;
  line-height: 16px;
}

html[lang="ms"] .security-device-card p,
html[lang="ms"] .security-login-record p {
  margin-top: 2px;
  font-size: 8.5px;
  line-height: 13px;
}

html[lang="ms"] .security-device-card em,
html[lang="ms"] .security-login-record em {
  max-width: 65px;
  font-size: 8.5px;
  line-height: 12px;
  text-align: right;
}

html[lang="ms"] .security-sheet__note {
  font-size: 9px;
  line-height: 15px;
}

@media (max-width: 350px) {
  html[lang="ms"] .security-score-card {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    grid-template-columns: 43px minmax(0, 1fr) 52px;
    gap: 7px;
  }

  html[lang="ms"] .security-score-card__shield {
    width: 42px;
    height: 42px;
  }

  html[lang="ms"] .security-score-card .security-score-card__score {
    width: 52px;
    height: 52px;
  }

  html[lang="ms"] .security-list {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 11px;
    padding-left: 11px;
  }

  html[lang="ms"] .security-row {
    grid-template-columns: 34px minmax(0, 1fr) minmax(38px, auto) 14px;
    gap: 5px;
  }
}
