/* Style pour la Boîte d'Appel à l'Action (CTA) */
.devis-affil-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.da-cta-wrapper {
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.da-cta-wrapper .da-cta-title {
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.da-cta-wrapper .da-cta-description {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 25px;
    opacity: 0.9;
}
.da-cta-wrapper .devis-affil-form {
    /* Le formulaire de devis lui-même */
}