/**
 * Actualites Pro Module — CSS (mars 2026)
 * Univ-Droit
 * Reutilise manif-cards.css pour les cartes
 */

.actus-pro-module {
    padding: 20px 0;
}

.actus-pro__header {
    text-align: center;
    margin-bottom: 24px;
}

.actus-pro__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.actus-pro__subtitle {
    font-size: 0.88rem;
    color: #888;
    margin: 0;
}

.actus-pro__cta {
    text-align: center;
    margin-top: 24px;
}

.actus-pro__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #c8102e;
    color: #fff;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;
}

.actus-pro__cta-btn:hover {
    background: #a00d24;
    color: #fff;
}
