/*
 Theme Name:  Airsoft Nation Child Theme
 Theme URI:   https://www.elegantthemes.com/gallery/divi/
 Description:  Child Theme for Divi
 Author:       Papi Chen
 Author URI:   https://airsoftnation.eu/
 Template:     Divi
 Version:      1.0.0
*/
/* Compensar la barra de admin */
.admin-bar .et-l--header {
    top: 32px;
}

/* En móvil (la admin bar es más alta) */
@media (max-width: 782px) {
    .admin-bar .et-l--header {
        top: 46px;
    }
}