/* --- CORRECCIÓN DE DONWEB --- */

/* 1. Evitar saltos de imágenes en galerías y contenido */
img {
    height: auto !important;
    max-width: 100% !important;
}

/* 2. Reservar espacio específico solo para la imagen principal (hero) */
/* Sustituye [id=552] por el ID real si cambió en tus pruebas */
img[src*="id=552"] {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}

/* 3. Estabilizar el logo sin forzar alturas excesivas */
img[src*="logo"] {
    max-height: 80px !important;
    width: auto !important;
}
/* ---------------------------- */