.b-block-forum-updates{
  background: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}

.b-block-forum-updates__label{
  font-weight: normal;  
  font-size: 22px;
  line-height: 1.2;
  color: #f4088d;
}




@media (max-width: 767px){
  .b-block-forum-updates__label{
    font-weight: normal;  
    font-size: 22px;
  }
}
.b-block-forum-updates p{
  border-bottom: #ededed solid 1px;
  padding: 10px 0;
  margin: 0;
  color: #999;
  width: 100%;
}
.b-block-forum-updates .forum-name,
.b-block-forum-updates .club-name
{
  font-size: .8rem;
}

.b-block-forum-updates p:last-of-type{
  padding-bottom: 0;
  border-bottom: 0;
}

.b-block-forum-updates .count{
  color: #f1592b;
  font-weight: normal;
}

.b-active-forum-topics .more{
  /*display: block;*/
}

.b-block-forum-updates .link-title{
  /*font-weight: bold;*/
}
.b-block-forum-updates .club-name-link,
.b-block-forum-updates .forum-name-link{
  color: #999;
}



@media (max-width: 767px){
  .b-active-club-forum-topics{
    margin-bottom: 2rem;
  }
  .b-active-club-forum-topics__ads {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
  }
}

@media (min-width: 768px){
  .b-active-club-forum-topics__ads {
    display: grid;
    grid-template-rows: auto auto;
    grid-row-gap: 15px;
  }
}
