@charset "utf-8";

/* Thai uses dictionary-based word boundaries instead of character-by-character breaks. */
html:lang(th) .doctor-v2-list *,
html:lang(th) .doctor-v2-detail *,
html:lang(th) .doctor-v2-mobile-list *,
html:lang(th) .doctor-v2-mobile-detail * {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: auto;
}
