/* Page styles: sitemap */
html { scroll-behavior:smooth; }
.sitemap-intro { text-align:center; margin-bottom:36px; }
.sitemap-intro p { font-size:15px; color:#555; margin-bottom:18px; }
.sitemap-intro strong { color:#5c1414; }
.sitemap-jump { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
.sitemap-jump a { display:inline-flex; align-items:center; gap:8px; padding:9px 16px; background:#fff; border-radius:30px; box-shadow:0 2px 10px rgba(0,0,0,.07); font-size:13px; font-weight:600; color:#5c1414; text-decoration:none; transition:.2s; }
.sitemap-jump a:hover { background:#5c1414; color:#fff; }
.sitemap-jump a i { color:#f5a623; }
.sitemap-jump .count { background:#fdf7f7; color:#5c1414; border-radius:20px; padding:1px 8px; font-size:11px; }

.sitemap-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(320px, 1fr)); gap:26px; align-items:start; }
.sitemap-card { background:#fff; border-radius:14px; box-shadow:0 3px 14px rgba(0,0,0,.08); overflow:hidden; scroll-margin-top:90px; }
.sitemap-card h2 { background:#5c1414; color:#fff; font-size:16px; font-weight:700; padding:16px 20px; margin:0; display:flex; align-items:center; gap:10px; }
.sitemap-card h2 i { color:#f5a623; }
.sitemap-card ul { list-style:none; margin:0; padding:8px 0; max-height:520px; overflow-y:auto; }
.sitemap-card li { display:flex; justify-content:space-between; align-items:baseline; gap:12px; padding:9px 20px; border-bottom:1px solid #f5f5f5; }
.sitemap-card li:last-child { border-bottom:none; }
.sitemap-card li a { font-size:14px; color:#555; text-decoration:none; font-weight:500; transition:.2s; }
.sitemap-card li a i { color:#f5a623; margin-right:6px; font-size:12px; }
.sitemap-card li a:hover { color:#5c1414; }
.sitemap-card .note { font-size:11px; color:#999; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:45%; }

@media(max-width:600px){
  .sitemap-grid { grid-template-columns:1fr; }
  .sitemap-card .note { display:none; }
}
