.izzigo-language-switcher{display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap}.izzigo-lang-link{display:inline-flex;padding:8px 16px;border:1px solid rgba(0,0,0,.15);border-radius:999px;text-decoration:none}.izzigo-lang-link.is-active{background:#111;color:#fff}.custom-ml-panel{position:fixed;right:24px;top:70px;z-index:999999;width:min(460px,calc(100vw - 30px));max-height:calc(100vh - 100px);overflow:auto;background:#fff;color:#1d2327;border-radius:14px;box-shadow:0 20px 70px rgba(0,0,0,.35);border:1px solid rgba(0,0,0,.12);font:14px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.custom-ml-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e5e5;background:#f6f7f7;border-radius:14px 14px 0 0}.custom-ml-head strong{font-size:16px}.custom-ml-head button{font-size:28px;line-height:1;background:transparent;border:0;cursor:pointer;color:#50575e}.custom-ml-body{padding:16px}.custom-ml-body label{display:block;margin:12px 0 0;font-weight:600}.custom-ml-body textarea{width:100%;box-sizing:border-box;margin-top:5px;border:1px solid #8c8f94;border-radius:8px;padding:8px;font:14px/1.4 Arial,sans-serif}.custom-ml-notice{background:#fff8e5;border-left:4px solid #dba617;padding:10px 12px;border-radius:8px;margin-bottom:12px}.custom-ml-actions{margin-top:14px}.custom-ml-panel .button{cursor:pointer}.custom-ml-panel code{background:#f0f0f1;padding:1px 5px;border-radius:4px}#custom-ml-msg{margin-top:10px;font-weight:600;color:#2271b1}#custom-ml-overlay{position:fixed;inset:0;background:rgba(0,0,0,.18);z-index:999998}.custom-ml-picking *{cursor:crosshair!important}.custom-ml-hover{outline:3px solid #2271b1!important;outline-offset:3px!important;background:rgba(34,113,177,.12)!important}.custom-ml-picking:before{content:'Click text to translate';position:fixed;left:50%;top:44px;transform:translateX(-50%);z-index:9999999;background:#1d2327;color:#fff;padding:10px 16px;border-radius:999px;font:600 14px/1 Arial,sans-serif;box-shadow:0 10px 30px rgba(0,0,0,.25)}

/* Floating language dropdown shortcode: [custom_language_switcher style="floating"]
   TranslatePress-like closed state: only active language is visible; hover/click opens upward. */
.trp-floating-switcher.custom-ml-floating-switcher,
.custom-ml-floating-switcher{
    --bg:#ffffff;
    --bg-hover:#0000000d;
    --text:#143852;
    --text-hover:#1d2327;
    --border:1px solid #1438521a;
    --border-radius:8px 8px 0px 0px;
    --flag-radius:2px;
    --flag-size:18px;
    --aspect-ratio:4 / 3;
    --font-size:14px;
    --switcher-width:126.2874984741211px;
    --switcher-padding:10px 0;
    --transition-duration:0.2s;
    --bottom:0px;
    --right:10vw;
    display:flex!important;
    flex-direction:column-reverse!important;
    position:fixed!important;
    z-index:99999!important;
    overflow:hidden!important;
    padding:var(--switcher-padding)!important;
    border:var(--border)!important;
    border-radius:var(--border-radius)!important;
    background:var(--bg)!important;
    width:var(--switcher-width)!important;
    top:var(--top,unset)!important;
    right:var(--right)!important;
    bottom:var(--bottom)!important;
    left:var(--left,unset)!important;
    box-shadow:0 10px 20px 0 #0000000D!important;
    font:var(--font-size)/1.35 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
    color:var(--text)!important;
    box-sizing:border-box!important;
}
.trp-floating-switcher.custom-ml-floating-switcher:hover,
.trp-floating-switcher.custom-ml-floating-switcher:focus-within,
.trp-floating-switcher.custom-ml-floating-switcher.is-open,
.custom-ml-floating-switcher:hover,
.custom-ml-floating-switcher:focus-within,
.custom-ml-floating-switcher.is-open{
    overflow:visible!important;
}
.custom-ml-floating-toggle{
    width:100%!important;
    min-width:0!important;
    min-height:40px!important;
    border:0!important;
    border-radius:0!important;
    background:var(--bg)!important;
    color:var(--text)!important;
    box-shadow:none!important;
    font-size:var(--font-size)!important;
    font-weight:700!important;
    line-height:1.35!important;
    cursor:pointer!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    padding:0 14px!important;
    margin:0!important;
    position:relative!important;
    z-index:3!important;
    text-align:left!important;
    transition:background var(--transition-duration) ease,color var(--transition-duration) ease!important;
    box-sizing:border-box!important;
}
.custom-ml-floating-toggle:hover,
.custom-ml-floating-switcher.is-open .custom-ml-floating-toggle,
.custom-ml-floating-switcher:focus-within .custom-ml-floating-toggle{
    background:var(--bg-hover)!important;
    color:var(--text-hover)!important;
}
.custom-ml-floating-menu{
    display:none!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:var(--bg)!important;
    color:var(--text)!important;
    border-radius:8px 8px 0 0!important;
    box-shadow:0 -8px 22px rgba(0,0,0,.08)!important;
    max-height:calc(100vh - 62px)!important;
    overflow:auto!important;
    box-sizing:border-box!important;
}
.custom-ml-floating-switcher:hover .custom-ml-floating-menu,
.custom-ml-floating-switcher:focus-within .custom-ml-floating-menu,
.custom-ml-floating-switcher.is-open .custom-ml-floating-menu{display:block!important;}
.custom-ml-floating-switcher .izzigo-lang-link{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    min-height:40px!important;
    padding:0 14px!important;
    border:0!important;
    border-radius:0!important;
    text-decoration:none!important;
    color:var(--text)!important;
    background:var(--bg)!important;
    white-space:nowrap!important;
    font-size:var(--font-size)!important;
    font-weight:400!important;
    line-height:1.35!important;
    transition:background var(--transition-duration) ease,color var(--transition-duration) ease!important;
    box-sizing:border-box!important;
}
.custom-ml-floating-switcher .izzigo-lang-link:hover{background:var(--bg-hover)!important;color:var(--text-hover)!important;}
.custom-ml-floating-switcher .izzigo-lang-link.is-active{display:none!important;}
.custom-ml-flag{
    display:inline-flex!important;
    width:var(--flag-size)!important;
    min-width:var(--flag-size)!important;
    aspect-ratio:var(--aspect-ratio)!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    border-radius:var(--flag-radius)!important;
    font-size:var(--flag-size)!important;
    line-height:1!important;
}
@media (max-width:600px){
  .trp-floating-switcher.custom-ml-floating-switcher,.custom-ml-floating-switcher{right:var(--right,10vw)!important;bottom:var(--bottom,0px)!important;}
}
