.wp-site-blocks .wp-block-group > .wp-block-group {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}
.wp-block-group .tc-user .tc-content {
  display: block;
  flex-direction: row-reverse;
  align-items: stretch;
  margin-left: -120px;
}
.wp-block-group .tc-user > .tc-avatar > .tc-profile-link {
  margin-left: 200px;
}
.wp-block-group > .tc-user > .tc-wrapper .tc-profile-link {
  margin-left: -73px;
}
.wp-block-columns .bbp-logged-in {
  margin-left: -45px;
}
body #bbpress-forums li.bbp-body ul.topic.sticky .bbp-topic-freshness img {
  margin-bottom: 7px !important;
}
body #bbpress-forums li.bbp-body ul.topic.even .bbp-topic-freshness img {
  margin-bottom: 1px !important;
}
body #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness img {
  margin-bottom: 1px !important;
}
body #bbpress-forums li.bbp-body ul.topic.sticky .bbp-topic-started-by img {
  margin-bottom: 1px !important;
}
body #bbpress-forums li.bbp-body ul.topic.even .bbp-topic-started-by img {
  margin-bottom: 7px !important;
}
body #bbpress-forums li.bbp-body ul.topic .bbp-topic-started-by img {
  margin-bottom: 3px !important;
}
.wp-block-group .wp-block-buttons {
  padding-top: 0px;
  border-width: 2px;
  border-style: solid;
}
@media screen and (max-width: 375px) {
  .wp-block-group h4 > a {
    font-size: 20.28px;
  }
  .wp-block-columns .bbp-logged-in {
    margin-left: -10px;
    display: flex;
    flex-direction: column;
  }
  .bbpress-container .dsgo-text-style {
    font-size: 14px !important;
  }
  body #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness img {
    margin-right: 4px;
  }
  body #bbpress-forums li.bbp-body ul.topic .bbp-topic-permalink {
    font-size: 17.2px;
  }
  body #bbpress-forums li.bbp-body ul.topic .bbp-topic-started-by {
    font-size: 14px;
  }
  .bbp-body > #bbp-topic-280 .bbp-topic-started-in {
    font-size: 11px;
  }
  body #bbpress-forums li.bbp-body ul.topic .bbp-topic-started-by img {
    margin-left: 2px;
  }
  .wp-block-group .tc-user .tc-content {
    margin-left: -33px;
    display: inline-flex;
  }
  .wp-block-group > .tc-user > .tc-wrapper .tc-profile-link {
    padding-top: 0px;
    margin-top: -88px;
    flex: 1;
    float: right;
    flex-wrap: wrap;
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: baseline;
  }
}
