/*
Theme Name: Botiga Child
Theme URI: https://athemes.com/theme/botiga/
Description: Thème enfant Botiga – ClubKids
Author: ClubKids
Author URI: https://clubkids.fr
Template: botiga
Version: 1.0
*/

/* === RESET ESPACE BLANC ARTICLES === */
.single-post .page-header,
.single-post .entry-header {
    display: none !important;
}

/* Contenu article bien collé sous le menu */
.single-post main {
    padding-top: 40px;
}

/* === FIX POSITIONNEMENT ARTICLES (BOTIGA) === */

/* Supprime le faux header vide */
.single-post .page-header,
.single-post .entry-header {
    display: none !important;
}

/* Supprime les marges top imposées par le layout */
.single-post .site-content,
.single-post .content-area,
.single-post #primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Colle le contenu juste sous le menu */
.single-post main.site-main {
    padding-top: 0 !important;
}

/* === CORRECTION ESPACE HEADER BOTIGA (SINGLE POSTS) === */

/* Supprime l'espace réservé au header */
.single-post .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Neutralise le spacer du header sticky */
.single-post .header-spacer,
.single-post .site-header + .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Sécurité : aucun offset caché */
.single-post body {
    padding-top: 0 !important;
}

/* === HERO ARTICLE FULL WIDTH (BOTIGA) === */

/* Autorise le contenu à sortir du container */
.single-post .site-main {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Si le hero est un group Gutenberg */
.single-post .wp-block-group.alignfull,
.single-post .alignfull {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

/* Sécurité : pas de décalage vertical */
.single-post .wp-block-group.alignfull {
    margin-top: 0 !important;
}