/* Styles pour le modèle de page Events Press Archive Page */
.page-content-editable {
    margin-bottom: 3rem;
}

.events-press-archive-section {
    margin-top: 2rem;
}

.events-press-archive-section .events-press-archive {
    display: grid;
    gap: 2rem;
}

.events-press-archive-section .event-item {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 1.5rem;
}

.events-press-archive-section .event-date {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid #198754;
    padding-bottom: 0.25rem;
    display: inline-block;
}

.events-press-archive-section .event-item h2.entry-title {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.events-press-archive-section .event-excerpt {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.events-press-archive-section .read-more-link {
    color: #198754;
    text-decoration: none;
    font-weight: 500;
}

.events-press-archive-section .read-more-link:hover {
    text-decoration: underline;
    color: #146c43;
}

.events-press-archive-section .no-events {
    text-align: center;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.events-press-archive-section .events-press-pagination {
    margin-top: 2rem;
    text-align: center;
}

.events-press-archive-section .events-press-pagination .page-numbers {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin: 0 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    text-decoration: none;
    color: #007bff;
}

.events-press-archive-section .events-press-pagination .page-numbers.current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.events-press-archive-section .events-press-pagination .page-numbers:hover {
    background-color: #e9ecef;
    color: #0056b3;
} 