/* Dual-Lang Link Block – front-end styles */
.dlb-link-wrap { display: inline; }
.dlb-link { text-decoration: underline; }

/* Hide the other language on the FRONT-END only (not in the editor) */
html[data-dlb-lang="en"] body:not(.block-editor-page) .dlb-lang-fil { display: none !important; }
html[data-dlb-lang="fil"] body:not(.block-editor-page) .dlb-lang-en { display: none !important; }
