/* Keep the longer multilingual home-page copy inside each feature cell. */
.home-screen .home-features {
  min-height: 154px;
  align-items: start;
  padding: 13px 4px 11px;
}

.profile-avatar-fixed {
  cursor: default;
}

.profile-avatar-fixed > img {
  padding: 3px;
  background: #fff;
  object-fit: contain;
}

.home-screen .home-feature {
  min-width: 0;
  padding: 0 2px;
}

.home-screen .home-feature strong,
.home-screen .home-feature small {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.home-screen .home-feature strong {
  min-height: 36px;
  margin-top: 5px;
  font-size: 11px;
  line-height: 16px;
}

.home-screen .home-feature small {
  min-height: 48px;
  margin-top: 1px;
  padding: 0 1px;
  font-size: 8px;
  line-height: 12px;
}

html[lang="en"] .home-screen .home-feature strong,
html[lang="vi"] .home-screen .home-feature strong {
  min-height: 40px;
  font-size: 10px;
  line-height: 14px;
}

html[lang="en"] .home-screen .home-feature small,
html[lang="vi"] .home-screen .home-feature small {
  min-height: 48px;
  font-size: 8px;
  line-height: 11.5px;
}

@media (max-width: 374px) {
  .home-screen .home-features {
    min-height: 158px;
  }

  .home-screen .home-feature strong {
    font-size: 10.5px;
    line-height: 15px;
  }

  .home-screen .home-feature small {
    font-size: 7.6px;
    line-height: 11px;
  }
}
