html[lang="vi-VN"] body {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

html[lang="vi-VN"] .ml-hero-copy h1,
html[lang="vi-VN"] .ml-section h2,
html[lang="vi-VN"] .de-product-content h2 {
  word-break: normal;
  overflow-wrap: break-word;
}

html[lang="vi-VN"] .ml-section > div > span,
html[lang="vi-VN"] .ml-faq > span {
  color: #b8202a;
}

@media (max-width: 720px) {
  html[lang="vi-VN"] .ml-language-switcher {
    top: auto;
    bottom: 16px;
  }

  html[lang="vi-VN"] .ml-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: 1.04;
  }
}
