/* Minimal forum-specific tweaks so app-ui.css controls the layout */

.forum-wrap .forum-title { word-break: break-word; }
.forum-wrap .forum-post-body { white-space: pre-wrap; line-height: 1.45; }

.forum-wrap .card,
.forum-wrap .list-group-item {
  background: rgba(10,12,22,.55) !important;
  border-color: rgba(255,255,255,.08) !important;
  color: rgba(235,235,255,.92) !important;
}
.forum-wrap .list-group-item-action:hover {
  background: rgba(255,255,255,.04) !important;
}
.forum-wrap .text-muted {
  color: rgba(233,233,255,.55) !important;
}
