/* HideLOCTags: fallback hiding before JS runs */
.tags a[data-loc-hidden="true"] {
    display: none !important;
}
