/* Selector de idioma Poliglota */
.poliglota-switcher{
    list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center;
}
.poliglota-switcher .poliglota-item{margin:0;padding:0;}
.poliglota-switcher a{
    display:inline-flex;align-items:center;gap:6px;text-decoration:none;
    padding:4px 8px;border-radius:6px;line-height:1;color:inherit;
    border:1px solid transparent;transition:background .15s ease,border-color .15s ease;
}
.poliglota-switcher a:hover{background:rgba(0,0,0,.06);}
.poliglota-switcher img{display:block;border-radius:3px;width:24px;height:24px;object-fit:cover;}
.poliglota-switcher .poliglota-active a{font-weight:600;border-color:rgba(0,0,0,.15);background:rgba(0,0,0,.04);}

/* Estilo solo banderas: en línea compacto */
.poliglota-style-flags a{padding:2px;}

/* Selector flotante fijo */
.poliglota-floating{
    position:fixed;z-index:99990;background:#fff;padding:8px 10px;border-radius:10px;
    box-shadow:0 4px 20px rgba(0,0,0,.18);
}
.poliglota-floating .poliglota-switcher{flex-direction:column;align-items:stretch;}
.poliglota-pos-bottom_right{bottom:20px;right:20px;}
.poliglota-pos-bottom_left{bottom:20px;left:20px;}
.poliglota-pos-top_right{top:20px;right:20px;}
.poliglota-pos-top_left{top:20px;left:20px;}

@media (prefers-color-scheme: dark){
    .poliglota-floating{background:#1e1e1e;color:#eee;}
    .poliglota-switcher a:hover{background:rgba(255,255,255,.1);}
    .poliglota-switcher .poliglota-active a{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);}
}
