/* Dans votre fichier CSS principal */

.post-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.post-meta i {
    margin-right: 5px;
}

.post-detail .post-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.post-detail .post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.post-detail .post-content p {
    margin-bottom: 1.5rem;
}

.related-posts .post-container {
    transition: transform 0.3s ease;
}

.related-posts .post-container:hover {
    transform: translateY(-5px);
}

.post-navigation {
    border-top: 1px solid #dee2e6;
    padding-top: 2rem;
}

/* Pour la pagination - garder le style de votre template */
.pagination .page-link {
    color: #333;
    border: 1px solid #dee2e6;
    padding: 0.5rem 1rem;
    margin: 0 3px;
}

.pagination .page-item.active .page-link {
    background-color: #ffd900;
    border-color: #ffd900;
    color: white;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
