/* 网站地图 HTML 页 · 兼容 hell-appdl / lsggm / hell-photo916 等主题 */
.em-sitemap-body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #1e293b;
  background: #f1f5f9;
}

.em-sitemap-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

.em-sitemap-header h1 {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
}

.em-sitemap-meta {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
}

.em-sitemap-meta a {
  color: #dc2626;
  text-decoration: none;
}

.em-sitemap-meta a:hover {
  text-decoration: underline;
}

.em-sitemap-section {
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.em-sitemap-section h2 {
  margin: 0 0 0.85rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #334155;
  border-bottom: 2px solid #fee2e2;
}

.em-sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.em-sitemap-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.em-sitemap-list li:last-child {
  border-bottom: none;
}

.em-sitemap-list a {
  color: #0f172a;
  text-decoration: none;
  word-break: break-all;
}

.em-sitemap-list a:hover {
  color: #dc2626;
}

.em-sitemap-list time {
  flex-shrink: 0;
  font-size: 0.8rem;
  color: #94a3b8;
}

.em-sitemap-footer {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
}

.em-sitemap-footer a {
  color: #64748b;
  text-decoration: none;
}

.em-sitemap-footer a:hover {
  color: #dc2626;
}

.em-sitemap-footer-link {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  color: #64748b;
  text-decoration: none;
}

.em-sitemap-footer-link:hover {
  color: #dc2626;
}

@media (max-width: 640px) {
  .em-sitemap-wrap {
    padding: 1.25rem 1rem 2rem;
  }

  .em-sitemap-list li {
    flex-direction: column;
    gap: 0.15rem;
  }
}
