/*
Theme Name:   YLLY Child
Theme URI:    https://ylly.fr
Description:  Thème enfant pour SITE YLLY 2026 — basé sur Twenty Twenty-Five
Author:       YLLY
Author URI:   https://ylly.fr
Template:     twentytwentyfive
Version:      1.0.0
Text Domain:  ylly-child
*/

/* ============================================================
   OVERRIDES TT25 — Suppression des marges entre blocs fullwidth
   ============================================================ */
.wp-site-blocks > .alignfull,
.wp-site-blocks > * + *,
.wp-block-post-content > .alignfull,
.wp-block-post-content > * + * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.wp-block-post-content { gap: 0 !important; }

.wp-site-blocks > main.wp-block-group { margin-top: 0 !important; }

.wp-site-blocks > main.wp-block-group > .wp-block-group.alignfull {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Masquer le titre de page automatique TT25 */
body.page .wp-block-post-title { display: none; }
