/* Default font size for English */
body.lang-en .premium-text {
  font-size: 15px; /* Font size for English */
}

/* Smaller font size for Japanese */
body.lang-ja .premium-text {
  font-size: 13px; /* Font size for Japanese */
}