/* =========================================================================
   language-label-hide.css
   The shared partial header (/partials/header.html) renders the mobile menu
   language item as `Language: EN - FR`. Some pages (aboutus, project,
   service) historically displayed only `EN - FR` without the prefix; this
   override hides the prefix via the [data-nav-language-label] hook.
   ========================================================================= */

[data-nav-language-label] {
display: none !important;
}
