/* Huake forum global wide layout, 2026-08-08 */
@media screen and (min-width: 992px) {
  .wp {
    width: 98% !important;
    max-width: none !important;
  }
  #hd .wp,
  #wp {
    min-width: 0 !important;
  }
  .fl_tb,
  #chart table,
  #diy_chart table,
  #category_grid > table {
    width: 100% !important;
  }
  .fl_tb {
    table-layout: fixed;
  }
  .fl_tb .fl_g {
    box-sizing: border-box;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  #category_grid > table {
    table-layout: fixed;
  }
  #category_grid > table > tbody > tr > td {
    width: 25% !important;
    box-sizing: border-box;
    vertical-align: top;
  }
}

/* Huake forum subpage inner-table expansion, 2026-08-08 */
@media screen and (min-width: 992px) {
  .pg_forumdisplay .th > table,
  .pg_forumdisplay #threadlisttableid,
  .pg_forumdisplay #moderate > table,
  .pg_guide .tl > table,
  .pg_guide .tl form > table,
  .pg_search .tl > table,
  .pg_search .tl form > table,
  .pg_viewthread #postlist > table,
  .pg_viewthread .plhin {
    width: 100% !important;
  }
}

/* Huake forum generic thread-list expansion, 2026-08-08 */
@media screen and (min-width: 992px) {
  .tl > .th > table,
  .tl > .bm_c > table {
    width: 100% !important;
  }
}
