/* 축구세상 이야기 페이지 전용 스타일 */

.col-hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, #3a1010 130%);
}

.col-feature-thumb, .col-card-thumb {
  position: relative;
}

.video-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}

/* 기사 본문 (서식 에디터로 작성된 내용) 스타일 */
.article-body-text {
  font-size: 16.5px;
  line-height: 1.9;
  color: var(--text, #14161f);
  word-break: keep-all;
}
.article-body-text p { margin: 0 0 18px; }
.article-body-text strong, .article-body-text b { font-weight: 800; }
.article-body-text em, .article-body-text i { font-style: italic; }
.article-body-text u { text-decoration: underline; }
.article-body-text s { text-decoration: line-through; }
.article-body-text ul, .article-body-text ol { margin: 0 0 18px; padding-left: 24px; }
.article-body-text li { margin-bottom: 6px; }
.article-body-text blockquote {
  margin: 0 0 18px;
  padding: 12px 20px;
  border-left: 4px solid var(--red, #e4001b);
  background: #f7f8fb;
  color: #444;
  font-style: italic;
}
.article-body-text a { color: var(--red, #e4001b); text-decoration: underline; }
.article-body-text img { max-width: 100%; height: auto; border-radius: 6px; margin: 10px 0; }
.article-body-text .ql-size-small { font-size: 13px; }
.article-body-text .ql-size-large { font-size: 22px; }
.article-body-text .ql-size-huge { font-size: 28px; }
.article-body-text .ql-align-center { text-align: center; }
.article-body-text .ql-align-right { text-align: right; }
.article-body-text .ql-align-justify { text-align: justify; }

/* 故人이 된 축구인 — 독립 섹션(추모 박스) */
.obit-box {
  background: #ffffff;
  border: 1px solid var(--line, #e2e5ec);
  border-top: 4px solid var(--navy-deep, #0a1830);
  border-radius: 12px;
  padding: 40px 36px;
  box-shadow: 0 4px 18px rgba(10, 24, 48, 0.06);
}
.obit-box-header {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line, #e2e5ec);
}
.obit-eyebrow {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-soft, #5b6070);
  margin-bottom: 10px;
}
.obit-title-main {
  font-size: 26px;
  font-weight: 800;
  color: var(--navy-deep, #0a1830);
  margin: 0 0 12px;
}
.obit-count-pill {
  display: inline-block;
  background: var(--navy-deep, #0a1830);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
}
.obit-list {
  display: flex;
  flex-direction: column;
}
.obit-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line, #e2e5ec);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}
.obit-item:last-child { border-bottom: none; padding-bottom: 4px; }
.obit-item:first-child { padding-top: 4px; }
.obit-item:hover { background: #fafbfc; }
.obit-thumb {
  flex: 0 0 180px;
  height: 130px;
  border-radius: 8px;
  background: #e2e5ec center/cover no-repeat;
}
.obit-body { flex: 1; min-width: 0; }
.obit-body h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--text, #14161f);
  margin: 0 0 8px;
}
.obit-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--text-soft, #5b6070);
  margin-bottom: 10px;
}
.obit-meta .dot { opacity: 0.5; }
.obit-body p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-soft, #5b6070);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .obit-box { padding: 28px 18px; }
  .obit-item { gap: 14px; }
  .obit-thumb { flex-basis: 110px; height: 90px; }
  .obit-title-main { font-size: 21px; }
}

/* 최신 기사 페이지네이션 */
.col-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}
.page-numbers { display: flex; gap: 6px; }
.page-num, .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid var(--line, #e2e5ec);
  background: #fff;
  color: var(--text, #14161f);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.15s ease;
}
.page-num:hover, .page-btn:hover:not(.disabled) {
  border-color: var(--navy-deep, #0a1830);
  color: var(--navy-deep, #0a1830);
}
.page-num.active {
  background: var(--navy-deep, #0a1830);
  border-color: var(--navy-deep, #0a1830);
  color: #fff;
}
.page-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 640px) {
  .col-pagination { gap: 10px; flex-wrap: wrap; }
  .page-num, .page-btn { min-width: 32px; height: 32px; font-size: 13px; }
}

.obit-pagination { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line, #e2e5ec); }
