/* ── Conteneur ──────────────────────────────────────────────────── */
.posts-listing-pro-d7e2f849 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ── Barre de filtres ───────────────────────────────────────────── */
.posts-listing-pro-d7e2f849 .plp-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 4px;
}

.posts-listing-pro-d7e2f849 .plp-filter-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.posts-listing-pro-d7e2f849 .plp-filter-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 20px;
    border: 1.5px solid #d4571e;
    background: transparent;
    color: #d4571e;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease;
    line-height: 1;
}

.posts-listing-pro-d7e2f849 .plp-filter-btn.is-active,
.posts-listing-pro-d7e2f849 .plp-filter-btn:hover {
    background-color: #d4571e;
    color: #ffffff;
}

/* Dropdown année */
.posts-listing-pro-d7e2f849 .plp-year-select {
    appearance: none;
    -webkit-appearance: none;
    padding: 6px 32px 6px 12px;
    border-radius: 6px;
    border: 1.5px solid #dddddd;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #444444;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    min-width: 140px;
}

.posts-listing-pro-d7e2f849 .plp-year-select:focus {
    outline: none;
    border-color: #d4571e;
}

/* ── Posts container — état chargement ─────────────────────────── */
.posts-listing-pro-d7e2f849 .plp-posts-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: opacity 0.2s ease;
}

.posts-listing-pro-d7e2f849 .plp-posts-container.plp-loading {
    opacity: 0.45;
    pointer-events: none;
}

/* ── Carte ───────────────────────────────────────────────────────── */
.posts-listing-pro-d7e2f849 .plp-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.2s ease;
}

.posts-listing-pro-d7e2f849 .plp-card:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

/* ── Bloc date ───────────────────────────────────────────────────── */
.posts-listing-pro-d7e2f849 .plp-date-box {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 62px;
    border-radius: 8px;
    background-color: #d4571e;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

.posts-listing-pro-d7e2f849 .plp-day   { font-size: 24px; font-weight: 800; display: block; }
.posts-listing-pro-d7e2f849 .plp-month { font-size: 11px; font-weight: 600; display: block; margin-top: 2px; letter-spacing: 0.04em; }

/* ── Corps ───────────────────────────────────────────────────────── */
.posts-listing-pro-d7e2f849 .plp-body { flex: 1; min-width: 0; }

.posts-listing-pro-d7e2f849 .plp-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.posts-listing-pro-d7e2f849 .plp-badge-category {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    background-color: #d4571e;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.posts-listing-pro-d7e2f849 .plp-badge-year {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    border: 1px solid #d4571e;
    color: #d4571e;
    font-size: 11px;
    font-weight: 600;
    background: transparent;
}

.posts-listing-pro-d7e2f849 .plp-title { margin: 0 0 5px; font-size: 15px; font-weight: 700; line-height: 1.35; color: #1a1a1a; }
.posts-listing-pro-d7e2f849 .plp-title a { color: inherit; text-decoration: none; }
.posts-listing-pro-d7e2f849 .plp-title a:hover { text-decoration: none; }

.posts-listing-pro-d7e2f849 .plp-excerpt { margin: 0; font-size: 13px; line-height: 1.55; color: #666666; }

/* ── Boutons ─────────────────────────────────────────────────────── */
.posts-listing-pro-d7e2f849 .plp-actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 80px;
}

.posts-listing-pro-d7e2f849 .plp-btn-read,
.posts-listing-pro-d7e2f849 .plp-btn-pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s ease;
    text-align: center;
}

.posts-listing-pro-d7e2f849 .plp-btn-read { background-color: #d4571e; color: #ffffff; border: 1.5px solid #d4571e; }
.posts-listing-pro-d7e2f849 .plp-btn-pdf  { background-color: #ffffff; color: #d4571e; border: 1.5px solid #d4571e; }
.posts-listing-pro-d7e2f849 .plp-btn-read:hover { color: #ffffff; opacity: 0.82; text-decoration: none; }
.posts-listing-pro-d7e2f849 .plp-btn-pdf:hover  { color: #d4571e; opacity: 0.82; text-decoration: none; }

/* ── Pagination ─────────────────────────────────────────────────── */
.posts-listing-pro-d7e2f849 .plp-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.posts-listing-pro-d7e2f849 .plp-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1.5px solid #dddddd;
    background-color: #ffffff;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    cursor: pointer;
}

.posts-listing-pro-d7e2f849 .plp-page-btn:hover,
.posts-listing-pro-d7e2f849 .plp-page-btn.is-active {
    background-color: #d4571e;
    border-color: #d4571e;
    color: #ffffff;
    text-decoration: none;
}

/* ── Divers ──────────────────────────────────────────────────────── */
.posts-listing-pro-d7e2f849 .plp-no-results {
    color: #888;
    font-style: italic;
    text-align: center;
    padding: 20px 0;
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .posts-listing-pro-d7e2f849 .plp-filters {
        flex-direction: column;
        align-items: flex-start;
    }
    .posts-listing-pro-d7e2f849 .plp-year-select { width: 100%; }
}

@media (max-width: 600px) {
    .posts-listing-pro-d7e2f849 .plp-card { flex-wrap: wrap; gap: 12px; }
    .posts-listing-pro-d7e2f849 .plp-actions { flex-direction: row; width: 100%; min-width: unset; }
    .posts-listing-pro-d7e2f849 .plp-btn-read,
    .posts-listing-pro-d7e2f849 .plp-btn-pdf { flex: 1; }
}