/* Articles / Press (page ID 1712) — 루프 그리드 대표이미지 비율 고정 */
.elementor-widget-theme-post-featured-image {
    aspect-ratio: 1 / 1;
}

.elementor-widget-theme-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Pagination — span(현재 페이지·비활성 화살표)을 a와 동일한 크기로 */
.elementor-pagination span.page-numbers {
    font-size: clamp(14px, calc(14px + 2 * ((100vw - 320px) / 1080)), 16px);
    line-height: 1.2;
}

/* 현재 페이지 강조 */
.elementor-pagination .page-numbers.current {
    font-weight: 700;
}
