/* Comment ça marche section - Styling for final result section */
.comment-ca-marche-final-result {
    position: relative;
}
.comment-ca-marche-final-result .rounded-pill {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.comment-ca-marche-final-result .bg-opacity-10 {
    padding-top: 2.5rem !important;
}

/* Additional spacing adjustments for the result section */
.comment-ca-marche-final-result {
    margin-top: 3rem;
}

/* Fine-tune positioning of the pill badge */
.comment-ca-marche-result-badge {
    transform: translateY(-50%);
    margin-bottom: 0;
}