
/* Badge édition limitée */
.fadas-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e60023;
    color: white;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 10;
}

/* CTA lien sous le titre */
.fadas-cta {
    margin-top: 8px;
}
.fadas-cta a {
    color: #e60023;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
}
