.elementor-827 .elementor-element.elementor-element-f745d6f{--display:flex;}/* Start custom CSS for wd_tabs, class: .elementor-element-0d562ea */.table-wrapper {
  width: 100%;
  overflow-x: auto; /* 手机端横向滚动 */
  -webkit-overflow-scrolling: touch;
}

.size-chart {
  min-width: 700px; /* 保证手机端表格宽度大于容器 */
  border-collapse: collapse;
  width: 100%;
  font-family: 'Arial', sans-serif;
  text-align: center;
}

.size-chart caption {
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 0;
  color: #333;
}

.size-chart th, .size-chart td {
  padding: 10px;
  border: 1px solid #e2e8f0;
}

.size-chart thead th {
  background-color: #2d3748;
  color: #fff;
}

.size-chart tbody tr:nth-child(even) {
  background-color: #f7fafc;
}

.size-chart tbody tr:hover {
  background-color: #e2e8f0;
}

.size-chart tbody td:first-child {
  font-weight: 500;
  color: #1a202c;
}

/* 响应式调整字体和间距 */
@media (max-width: 768px) {
  .size-chart th, .size-chart td {
    padding: 8px 6px;
    font-size: 14px;
  }
  .size-chart caption {
    font-size: 1.1em;
  }
}/* End custom CSS */