/*
 Theme Name:   OrtoER - Astra Child
 Theme URI:    https://ortoer.com
 Description:  Child theme personalizado para OrtoER - Dr. Emiliano Reynoso
 Author:       OrtoER
 Template:     astra
 Version:      1.0.0
 Text Domain:  ortoer
*/

/* Prevent horizontal overflow on mobile */
html:has(.ortoer-front-page),
html:has(.ortoer-faq),
html:has(.ortoer-aviso-privacidad),
.ortoer-front-page,
.ortoer-faq,
.ortoer-aviso-privacidad {
    overflow-x: hidden;
}

/* Hide empty Astra #content wrapper before hero on front page */
.ortoer-front-page .site-content:has(+ .ortoer-hero) {
    display: none !important;
}
