/* CTA - Call To Action - Centrage Global */
.cta {
    text-align: center;
    margin-top: 20px;
}

.cta .btn,
.cta a {
    display: inline-block;
    text-decoration: none;
}

/* Styles globaux pour centrer tous les CTA */
div[class*="cta"],
.cta-row,
.cta-box,
.cta-box-center {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}