/* Simple i18n visibility */
html[data-lang="en"] .id{display:none !important}
html[data-lang="id"] .en{display:none !important}
