/*
Theme Name:  Zakra Child
Template:    zakra
Description: Thème enfant de Zakra pour architectureecologique.fr
Version:     1.0
*/

/* Images responsive */
.wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Masque le titre + tagline texte du header (logo seul, pas de toggle natif dans Zakra) */
.site-branding .site-info-wrap {
    display: none;
}

/* Recadre le logo (image source 1536x1024, aucune contrainte de taille côté thème parent) */
.site-branding .custom-logo {
    max-height: 80px;
    width: auto;
}
