/* ==========================================================
   米兰体育 · 足球门户模板 panenka
   外观主体由本站独立皮肤提供：
     /public/assets/panenka/skin/bootstrap/css/bootstrap.min.css
     /public/assets/panenka/skin/bootstrap/css/module.css
   本文件负责：主色变量、首屏版式差异、文章区形态、列表与正文排版、移动端
   ========================================================== */
:root{--six-primary:#b76b28;--six-primary-dark:#593618;--six-accent:#e8be17;--six-cyan:#a14b36;}
#main-content > section + section{border-top:1px solid rgba(0,0,0,.05);}
#news-10,#list-13{padding-top:3.25rem;padding-bottom:3.25rem;}

/* ---------- 站内搜索 ---------- */
.hero10-search{max-width:620px;margin-top:14px;}
.hero10-search .form-control{border:none;}
.hero10-search .form-control:focus{box-shadow:none;outline:2px solid #a14b36;}

/* ---------- 列表卡片 ---------- */
.hover-effect{transition:transform .25s ease,box-shadow .25s ease;}
.hover-effect:hover{transform:translateY(-4px);box-shadow:0 .6rem 1.4rem rgba(0,0,0,.10) !important;}

/* ---------- 分页 ---------- */
.fanye .pagination{margin-bottom:0;flex-wrap:wrap;justify-content:center;}
.fanye .page-link{color:#b76b28;border-radius:.5rem !important;margin:0 3px;border:1px solid #dee2e6;min-width:38px;text-align:center;}
.fanye .page-link:hover{background:#b76b28;color:#fff;border-color:#b76b28;}
.fanye .page-item.active .page-link,.fanye span.page-link.current{background:#b76b28;border-color:#b76b28;color:#fff;}

/* ---------- 标签云 ---------- */
#list-13 .btn.rounded-pill{margin-bottom:.4rem;}

/* ---------- 正文排版 ---------- */
.six-article{font-size:1.02rem;line-height:1.95;color:#26303b;}
.six-article h3{font-size:1.12rem;font-weight:700;margin:1.75rem 0 .75rem;padding-left:.7rem;border-left:4px solid #b76b28;}
.six-article p{margin-bottom:1.05rem;}
.six-article img{border-radius:.75rem;margin:.75rem 0;}

/* ---------- 移动端 ---------- */
@media (max-width:767.98px){
  #main-content > section{padding-top:2.25rem;padding-bottom:2.25rem;}
  .news10-img-wrap{width:100% !important;height:180px !important;}
  .six-article h3{font-size:1.05rem;}
}
::selection{background:rgba(0,0,0,.08);}
a{text-decoration:none;}
img{max-width:100%;}
.hero10-feature .hero-10-container{max-width:1180px;}
.hero10-feature .hero-10-buttons{justify-content:flex-start;}
.hero10-feats{margin:1.1rem 0 1.35rem;display:flex;flex-direction:column;gap:.55rem;}
.hero10-feats li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:rgba(255,255,255,.86);}
.hero10-feats i{flex-shrink:0;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:.55rem;background:rgba(255,255,255,.12);color:#e8be17;font-size:.85rem;}
.hero10-feats b{color:#fff;}
@media (max-width:991.98px){.hero10-feature .hero-10-container{text-align:center;}.hero10-feature .hero-10-buttons{justify-content:center;}.hero10-feats{align-items:center;}}
.tiles-big{transition:transform .25s,box-shadow .25s;}
.tiles-big:hover{transform:translateY(-4px);box-shadow:0 .7rem 1.6rem rgba(0,0,0,.14);}
.tiles-small{transition:transform .2s,border-color .2s;}
.tiles-small:hover{transform:translateY(-3px);border-color:#b76b28 !important;}
.tiles-small .ratio{max-height:150px;}
