@media (max-width: 921px) {
  html body.ast-separate-container,
  html body {
    background-color: #000 !important;
    background-image: none !important;
  }
}


/* ======================================
   bbPress Gesamt‑Styling & Content‑Abstände
   ====================================== */

/* 1) Globale Container‑Hintergründe */
.bbp-wrapper,
.bbp-forums,
.bbp-topics,
.bbp-replies,
.bbp-body {
  background-color: #111 !important;
  color: #fff !important;
}

/* 2) Abstände & Layout für Content‑Bereiche */
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: left;
  position: relative;
}

/* 3) Überschriften, Meta & Permalinks */
.bbp-topic-title,
.bbp-reply-title,
.bbp-meta,
.bbp-topic-permalink,
.bbp-topic-freshness a,
.bbp-topic-meta,
.bbp-reply-content {
  color: #fff !important;
}

/* 4) BBPress‑Listen (Forum, Topics, Replies) */
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #444 !important;
  background: #111 !important;
}

/* 5) Mobiles Override nochmal sichergestellt */
@media (max-width: 921px) {
  .bbp-wrapper,
  .bbp-forums,
  .bbp-topics,
  .bbp-replies {
    background-color: #111 !important;
    color: #fff !important;
  }
}
