/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* TranslatePress switcher fijo arriba pero sin seguir el scroll */
.trp-language-switcher.trp-floating-switcher.trp-ls-dropdown.trp-switcher-position-top {
    position: absolute !important;
    top: 20px; /* ajusta la distancia */
    right: 20px; /* ajusta posición horizontal */
    z-index: 9999;
}

/* Evita el comportamiento flotante/sticky */
.trp-floating-switcher {
    position: absolute !important;
}