.page-eventos .cchla-home-cards__grid,
.page-evento-single .cchla-home-cards__card {
    margin: 0;
}

.cchla-evento-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #1a5fa8;
    font-size: 2rem;
}

.cchla-eventos-pagination {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.cchla-eventos-pagination__counter {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #374151;
}

.cchla-eventos-pagination__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cchla-eventos-pagination__links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cchla-eventos-pagination__links .page-numbers:hover,
.cchla-eventos-pagination__links .page-numbers:focus-visible {
    border-color: #2563eb;
    color: #2563eb;
    outline: none;
}

.cchla-eventos-pagination__links .page-numbers.current {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.cchla-evento-single__cover {
    margin: 0;
}

.cchla-event-date {
    color: #1a5fa8;
    font-weight: 600;
}

.cchla-event-date time {
    color: inherit;
}

.cchla-evento-single__content {
    color: #374151;
    line-height: 1.75;
}
