/* ==========================================================================
   TBS SAN JUAN — ARCHIVE / INDEX PAGE
   ========================================================================== */
.archive-page {
    padding: 60px 0;
}

.archive-header {
    margin-bottom: 32px;
}

.news-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.news-img-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 180px;
    background: var(--bg-surface-elevated, #1a1d24);
}

.news-img-placeholder svg {
    width: 52px;
    height: 52px;
    fill: var(--text-muted, #8a8f9e);
    opacity: 0.55;
}

.archive-pagination {
    margin-top: 40px;
    text-align: center;
}

.archive-empty {
    padding: 40px 0;
    color: var(--text-muted, #8a8f9e);
    text-align: center;
}