/*
* Theme Name: Twenty Twenty-Five Child
* Template: twentytwentyfive
* Version 1.0
*/

/* === Cinny intégré sans double scroll === */

.cinny-embed {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.cinny-top {
    margin-bottom: 10px; /* si tu veux un peu d'espace avant Cinny */
}

/* L'iframe prendra la hauteur reçue via JS */
.cinny-iframe {
    width: 100%;
    border: 0;
    display: block;
    /* pas de height fixe ici ! */
}

/* Optionnel : neutraliser marges/padding excessifs du thème sur cette zone */
.page .cinny-embed {
    padding-left: 0;
    padding-right: 0;
}
