/*
 Theme Name:   Bricks Child
 Description:  Tema hijo para Informe Ganadero
 Author:       Martin Diaz
 Template:     bricks
 Version:      1.0.0
*/

/* 1. AJUSTE DE IMÁGENES EN MOBILE (INFORME DEL DÍA) */
@media (max-width: 767px) {
    .brxe-3cc41c {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .brxe-3cc41c img {
        width: 100% !important;
        height: 250px !important; 
        object-fit: cover !important;
        display: block !important;
    }

    .brxe-335002 {
        width: 100% !important;
        padding: 15px !important;
        margin-left: 0 !important;
    }
}

/* 2. BUSCADOR DINÁMICO - ESTADO INICIAL */
body #brxe-9a07f7 {
    margin-top: 115px; 
    transition: margin-top 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), 
                margin-bottom 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: margin-top;
}

/* 3. BUSCADOR DINÁMICO - ESTADO COMPACTO */
body #brxe-9a07f7.is-scrolled {
    margin-top: 10px !important;
}

/* 4. BUSCADOR DINÁMICO - AJUSTES MOBILE */
@media (max-width: 991px) {
    body #brxe-9a07f7 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    body #brxe-9a07f7.is-scrolled {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}
