/* Trilingual visibility: English (default), Amharic, Afaan Oromo */
.oromo { font-family: 'Noto Sans Ethiopic', sans-serif; }

body.lang-am [data-en],
body.lang-am [data-om] { display: none !important; }
body.lang-am [data-am] { display: block !important; }

body.lang-om [data-en],
body.lang-om [data-am] { display: none !important; }
body.lang-om [data-om] { display: block !important; }

body.lang-en [data-am],
body.lang-en [data-om] { display: none !important; }
body.lang-en [data-en] { display: block; }

div[data-en], div[data-am], div[data-om] { display: block; }
body.lang-am div[data-en], body.lang-am div[data-om] { display: none !important; }
body.lang-om div[data-en], body.lang-om div[data-am] { display: none !important; }
body.lang-en div[data-am], body.lang-en div[data-om] { display: none !important; }

span[data-en], span[data-am], span[data-om],
a[data-en], a[data-am], a[data-om],
label[data-en], label[data-am], label[data-om] {
  display: inline !important;
}

body.lang-am span[data-en], body.lang-am span[data-om],
body.lang-am a[data-en], body.lang-am a[data-om] { display: none !important; }
body.lang-om span[data-en], body.lang-om span[data-am],
body.lang-om a[data-en], body.lang-om a[data-am] { display: none !important; }
body.lang-en span[data-am], body.lang-en span[data-om],
body.lang-en a[data-am], body.lang-en a[data-om] { display: none !important; }

.school-info h3[data-en], .school-info h3[data-am], .school-info h3[data-om],
.news-body h3[data-en], .news-body h3[data-am], .news-body h3[data-om],
.step-card h4[data-en], .step-card h4[data-am], .step-card h4[data-om],
.fee-note h4[data-en], .fee-note h4[data-am], .fee-note h4[data-om],
.campus-card h3[data-en], .campus-card h3[data-am], .campus-card h3[data-om],
.mv-card h3[data-en], .mv-card h3[data-am], .mv-card h3[data-om],
.contact-block h4[data-en], .contact-block h4[data-am], .contact-block h4[data-om],
.portal-card h4[data-en], .portal-card h4[data-am], .portal-card h4[data-om],
.contact-form h3[data-en], .contact-form h3[data-am], .contact-form h3[data-om],
.article-card h1[data-en], .article-card h1[data-am], .article-card h1[data-om],
.article-meta[data-en], .article-meta[data-am], .article-meta[data-om],
.article-banner-text[data-en], .article-banner-text[data-am], .article-banner-text[data-om] {
  display: block;
}
body.lang-am .article-banner-text[data-en], body.lang-am .article-banner-text[data-om],
body.lang-om .article-banner-text[data-en], body.lang-om .article-banner-text[data-am],
body.lang-en .article-banner-text[data-am], body.lang-en .article-banner-text[data-om] {
  display: none !important;
}
body.lang-am .article-meta[data-en], body.lang-am .article-meta[data-om],
body.lang-om .article-meta[data-en], body.lang-om .article-meta[data-am],
body.lang-en .article-meta[data-am], body.lang-en .article-meta[data-om] {
  display: none !important;
}
