/* MEETING : Surcharge en Rouge */
:root {
    --primary: #a93226; /* Vieux Rouge */
}


/* Style pour la section "Selection à lire" */
.latest-selection {
    margin-top: var(--space-6);
    padding-top: var(--space-6);
    border-top: 1px solid var(--color-border);
}

.latest-links {
    line-height: var(--line-height-loose);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.latest-links a {
    display: inline;
    white-space: normal;
}


/* Section Nos rubriques */
.section-rubriques {
    background-color: var(--color-bg-alt);
    padding: var(--space-8);
    border-radius: var(--radius-xl);
}

.section-rubriques .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* Grille large pour recherche et auteur */
.page-recherche .card-grid,
.page-auteur .card-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
