/*
Theme Name: Ollie Child
Theme URI: http://olliewp.com
Template: ollie
Author: Mike McAlister
Author URI: http://mikemcalister.com
Description: Launch a blazing-fast, pixel-perfect website with the Ollie WordPress block theme! Ollie features over 50 beautiful pattern designs, 7 full-page pattern layouts, and a fully-customizable design system with Global Styles. Ollie integrates seamlessly with all of the powerful new WordPress editor features, giving you the most lightweight and powerful website builder on the planet — no expensive page builder plugin required! ✶ Full demo: https://demo.olliewp.com ✶
Tags: blog,portfolio,entertainment,grid-layout,one-column,two-columns,three-columns,four-columns,block-patterns,block-styles,custom-logo,custom-menu,editor-style,featured-images,full-site-editing,full-width-template,rtl-language-support,style-variations,template-editing,theme-options,translation-ready,wide-blocks
Version: 1.5.4.1770736272
Updated: 2026-02-10 15:11:12

*/

/* ===== BANDEAU CAMPAGNE ===== */
/* Masquer le bandeau compact dès le chargement (front uniquement, pas en FSE). */
body:not(.editor-styles-wrapper) .bandeau-compact {
  display: none;
}

/* Afficher le bandeau compact quand l’utilisateur a cliqué sur ✕ (classe ajoutée par le JS). */
.bandeau-compact.bandeau-compact--visible {
  display: revert !important;
}

/* Layout flow : dernier enfant pleine largeur, sans marge basse */
:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
  width: 100%;
}

/* Bouton / bloc avec aligncenter : centrage horizontal */
.wp-block-button.aligncenter,
.wp-block-vert-bouton.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Dans bandeau-full (groupe flex) : centrer le bouton aligncenter */
.bandeau-full .wp-block-button.aligncenter,
.bandeau-full .wp-block-vert-bouton.aligncenter {
  margin-inline: auto;
}
