/* v38 - Forum ana sayfasındaki gereksiz istatistik kutularını kaldırır */
body.fx-unified-v31 .fx-home-category-total,
body.fx-unified-v31 .fx-home-forum-counts {
  display: none !important;
}

body.fx-unified-v31 .fx-home-category-header {
  justify-content: space-between !important;
  gap: 12px !important;
}

body.fx-unified-v31 .fx-home-forum-row {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px) !important;
  gap: 12px !important;
}

body.fx-unified-v31 .fx-home-forum-main {
  min-width: 0 !important;
}

body.fx-unified-v31 .fx-home-forum-latest {
  grid-column: auto !important;
  min-width: 220px !important;
  max-width: none !important;
  margin-left: 0 !important;
}

@media (max-width: 980px) {
  body.fx-unified-v31 .fx-home-forum-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.fx-unified-v31 .fx-home-forum-latest {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
    margin-left: 56px !important;
  }
}

@media (max-width: 700px) {
  body.fx-unified-v31 .fx-home-forum-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.fx-unified-v31 .fx-home-forum-latest {
    margin-left: 50px !important;
    padding: 8px 10px !important;
  }
}
