/*
 * blocks/cta-banner-simple.css — clôture claire, titre centré + bouton outline.
 * Complète guest.css, ne redéfinit aucune primitive existante.
 */

.cta-banner-simple { text-align: center; }
.cta-banner-simple__container { max-width: 700px; }
.cta-banner-simple__title { font-size: 1.2rem; }
.cta-banner-simple__actions { display: flex; justify-content: center; gap: var(--s3); flex-wrap: wrap; margin-top: var(--s5); }
