/* =====================================================================
   BadsX theme overrides.

   Loaded AFTER css/blog.css and ../style.css from every blog template,
   so any rule here wins. The base stylesheets already share the BadsX
   palette (--color-fuchsia #4b0082, --color-orange-red #f96353, Inter),
   so only brand-specific tweaks live here.
   ===================================================================== */

/* English-only site: hide the RO/EN language switch in the topbar. */
.bp-lang-toggle {
    display: none !important;
}
