/*
 Theme Name: Medical Circle Child
 Template: medical-circle
 Version: 1.0.0
 Description: Child theme for Medical Circle. Enables Translera floating language switcher pinned to top-right, and seeds EN/RU/ZH multilingual config.
*/

/* Pin the Translera floating language switcher to the TOP-RIGHT corner.
   The plugin defaults to bottom-right; we override it. */
.translera-floating-switcher {
    top: 20px !important;
    bottom: auto !important;
    right: 20px !important;
    left: auto !important;
    z-index: 9999 !important;
}
