/* list_clearing_timelines.html 专用样式 — 交易时间表页响应式适配 */

/* 从内联 style 迁移的基础排版规则 */
.v2022 p {
  font-size: 16px;
  line-height: 20px;
}

/* 平板端页面专有规则（公共重置已提取至 responsive-tablet.css） */
@media screen and (max-width: 1259px) {
  /* 表格容器：允许横向滚动 */
  .clearing-transaction-schedule .active-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* 平板（1259px 及以下） */
@media screen and (max-width: 1259px) {
  .clearing-transaction-schedule .nav-wrapper .nav-item {
    font-size: 14px;
  }
  .clearing-transaction-schedule .table-border {
    font-size: 12px;
  }
  .clearing-transaction-schedule .table-border th,
  .clearing-transaction-schedule .table-border td {
    padding: 10px 12px;
  }
  .clearing-transaction-schedule .concat-wrapper {
    height: auto;
    min-height: 150px;
    padding: 30px 25px;
  }
  .clearing-transaction-schedule .concat-wrapper .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* 移动端（500px 及以下） — 从内联 style 迁移 */
@media screen and (max-width: 500px) {
  .v2022 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
