/* Clean prose styling for markdown content */
.actualites {
    max-width: none;
}

.actualites h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;

}

.actualites p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.actualites a {
    text-decoration: underline;
}

.actualites a:hover {
    text-decoration: none;
}

.actualites strong {
    font-weight: 600;
}

.actualites em {
    font-style: italic;
}