@charset "UTF-8";
/* =========================================================
   Template: page-qe.php
   Scope: QE 페이지 내 목록/페이지네이션 스타일 (인라인 제거)
   ========================================================= */

/* 컨테이너 */
.qe-archive-container { margin: 40px 0; display: flex; flex-wrap: wrap; gap: 0; }

/* 목록 래퍼 */
.qe-exam-list { flex: 1; min-width: 0; }

/* 아이템 */
.qe-exam-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.qe-exam-item:last-child { border-bottom: none; }

/* 타이틀/메타/요약 */
.entry-title { margin: 0 0 10px; font-size: 1.2em; }
.entry-title a { color: #222; text-decoration: none; }
.entry-title a:hover { color: #0073aa; }
.entry-meta { font-size: 0.85em; color: #666; margin-bottom: 10px; }
.entry-meta .byline { margin-left: 10px; }
.entry-summary { color: #444; line-height: 1.6; }

/* 카테고리 링크 */
.cat-links { margin-left: 10px; }
.cat-links a { color: inherit; text-decoration: none; }
.cat-links a:hover { text-decoration: underline; }

/* 페이지네이션 */
.qe-pagination { margin-top: 40px; text-align: center; }

/* 카테고리/서브카테고리 강조 (아카이브 공통과 일치) */
.qe-category-list .current-cat > a,
.qe-subcategory-list .current-cat > a { background-color:#0073aa; color:#fff; }

/* 반응형 */
@media (max-width: 768px) {
  .qe-archive-container { flex-direction: column; gap: 20px; }
}
