/* Le style des cartes est gere par OEW (ocean-elementor-widgets).
   Ce fichier ne contient que les complements (pagination, date). */

.oew-grid-details time {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.wi-pagination {
    text-align: center;
    margin-top: 24px;
    width: 100%;
}

.wi-pagination a {
    margin: 0 4px;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    display: inline-block;
    color: #333;
    background: #fff;
    font-size: 14px;
}

.wi-pagination a:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.wi-grid-wrap.wi-loading {
    opacity: 0.5;
    transition: opacity 0.2s;
    pointer-events: none;
}

.wi-grid-wrap.wi-loading .wi-pagination a {
    pointer-events: none;
}
