.forum-hero {
  position: relative;
  min-height: 180px;
}

.forum-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.05);
}

.forum-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.15));
}

.forum-hero__content {
  position: relative;
  z-index: 1;
}

.forum-avatar {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.forum-thumb {
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}

.forum-topic-row:hover {
  background: rgba(13,110,253,.04);
}

@media (max-width: 576px) {
  .forum-avatar { width: 38px; height: 38px; }
}
.forum-hero{position:relative;min-height:180px}
.forum-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);filter:saturate(1.05)}
.forum-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.15))}
.forum-hero__content{position:relative;z-index:1}

.forum-avatar{width:44px;height:44px;object-fit:cover}
.forum-thumb{max-height:240px;width:100%;object-fit:cover}

.forum-topic-row:hover{background:rgba(13,110,253,.04)}

.forum-vote-btn.active{
  color:#fff !important;
  background-color:#198754 !important;
  border-color:#198754 !important;
}
.forum-vote-btn[data-action="down"].active{
  background-color:#dc3545 !important;
  border-color:#dc3545 !important;
}

@media (max-width:576px){
  .forum-avatar{width:38px;height:38px}
}
