/* Match the 14px gutters of the account funds and account services cards. */
.profile-screen > .hx-reward-entry {
  width: auto;
  margin: 10px 14px 0;
}
@media (max-width: 350px) {
  html[lang="ms"] .profile-screen > .hx-reward-entry {
    margin-right: 9px;
    margin-left: 9px;
  }
}
