/* ========== 主要出口国家页 ========== */
body.page-cases-export .site-main {
  padding-top: calc(var(--topbar-height) + var(--nav-height));
}

.cases-export-head {
  padding: 72px 0 48px;
  box-sizing: border-box;
}

.cases-export-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-header-title);
  line-height: 1.45;
  letter-spacing: 0.14em;
}

.cases-export-intro {
  margin-top: 44px;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.65 !important;
  color: #444;
}

.cases-export-intro :is(p, div, span, li, font, td, th, h1, h2, h3, h4, h5, h6) {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.cases-export-intro p {
  margin: 0 0 0.65em;
}

.cases-export-intro p:last-child {
  margin-bottom: 0;
}

/* 灰色块：40+ 数量图（全页宽、无内边距） */
.cases-export-stat-panel {
  display: grid;
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
  background: #f0f0f0;
  box-sizing: border-box;
  overflow: hidden;
}

.cases-export-stat-panel__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

/* 灰色块外：世界地图（竖排在下方） */
.cases-export-map-section {
  padding: 48px 0 96px;
  background: #fff;
  box-sizing: border-box;
}

.cases-export-map-section__inner {
  width: 100%;
}

.cases-export-map-section__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.cases-export-empty {
  margin: 0 0 96px;
  padding-top: 48px;
  font-size: 18px;
  color: #888;
}

@media (min-width: 1025px) {
  .cases-export-head {
    padding: 88px 0 56px;
  }

  .cases-export-title {
    font-size: 34px;
    letter-spacing: 0.16em;
  }

  .cases-export-intro {
    margin-top: 52px;
    font-size: 20px !important;
    line-height: 1.7 !important;
  }

  .cases-export-stat-panel {
    margin-bottom: 48px;
    margin-top: 24px;
    min-height: 280px;
  }

  .cases-export-map-section {
    padding: 56px 0 110px;
  }
}

@media (max-width: 768px) {
  .cases-export-head {
    padding: 40px 0 32px;
  }

  .cases-export-title {
    font-size: 22px;
    letter-spacing: 0.12em;
  }

  .cases-export-intro {
    margin-top: 32px;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .cases-export-stat-panel {
    margin-bottom: 28px;
    margin-top: 16px;
    min-height: 160px;
  }

  .cases-export-map-section {
    padding: 32px 0 64px;
  }

  .cases-export-empty {
    font-size: 16px;
    margin-bottom: 64px;
  }
}
