
main:has(.world-page) {
  --content-max-width: 1100px;
}

main:has(.world-page) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

main:has(.world-page) #svg-world-map-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 关键：让 SVG 不在容器里垂直居中 */
main:has(.world-page) svg {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}