/* ==========================================================================
   MK Sports - News List Page Styles
   资讯列表页样式
   ========================================================================== */

.list-section { padding: 4rem 0 6rem; background: #0A0A0A; }
.list-header { margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 2px solid rgba(212,175,55,0.2); }
.list-header h1 { font-size: 2rem; color: #E8D5C4; margin-bottom: 0.5rem; }
.list-header p { color: #888; font-size: 0.9rem; }
.list-body .list-item { display: flex; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); align-items: flex-start; }
.item-date { min-width: 90px; color: #8B3A3A; font-size: 0.75rem; font-family: "Oswald", sans-serif; padding-top: 0.2rem; }
.item-body h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.item-body h3 a { color: #E8D5C4; }
.item-body h3 a:hover { color: #D4AF37; }
.item-body p { color: #888; font-size: 0.85rem; line-height: 1.7; }
