/* Part Collection page specific styles */

/* 让右侧内容区域居中 */
.desc-section-two-right {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 调整文字框样式 */
.desc-right-text-box {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

/* 表格响应式调整 */
@media (max-width: 768px) {
  .desc-section-two-right {
    padding: 0 10px;
  }

  table {
    font-size: 12px;
  }

  th, td {
    padding: 8px !important;
  }

  img {
    max-width: 80px !important;
  }
}
