body.lang-en .pt-text { 
    display: none !important; 
}

body.lang-pt .en-text { 
    display: none !important; 
}

/* Base states: default display for spanned text is block/inline depending on context, handled by Tailwind, so we just hide the inactive language. */
