.topic-filters .dropdown .dropdown-toggle {
  font-size: 0.813rem;
  line-height: 1.4;
  color: var(--grey6);
}
.topic-filters .dropdown-menu {
  height: fit-content;
}
.posts-list .striped-list-item {
  padding: 7px 0 5px;
}
.striped-list .meta-group {
  margin: 0px 0 5px;
}
.posts-list .striped-list-item .striped-list-info .striped-list-title {
  font-family: 'Noto Sans Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  color: var(--green4);
}
.posts-list .striped-list-item .striped-list-info .striped-list-title:hover {
  color: #376234;
}
.topic-filters .dropdown-menu a[role='menuitem'],
.topic-filters .dropdown-menu a[role='menuitemradio'] {
  font-size: 0.813em;
  line-height: 1.4;
  color: var(--grey6);
}
.posts-list .striped-list-item .striped-list-info .meta-group .meta-data,
.posts-list
  .striped-list-item
  .striped-list-info
  .meta-group
  .meta-data
  > a
  .posts-list
  .striped-list-item
  .striped-list-count
  span {
  font-weight: normal;
  font-size: 0.813em;
  line-height: 1.4;
  color: #747676;
}
.posts-list .striped-list-item .striped-list-info .meta-group .meta-data > a {
  color: var(--green4);
}
.posts-list
  .striped-list-item
  .striped-list-info
  .meta-group
  .meta-data
  > a:hover {
  color: #376234;
}
.container .activity {
  border: none;
}
.meta-data:not(:last-child)::after,
.striped-list-count-item::after {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 36px;
  line-height: 20px;
  color: var(--grey6);
  vertical-align: middle;
}
.pagination {
  display: inherit;
  margin: 15px 0 0;
}
.pagination-list {
  margin: 15px 0;
}
.community-activity {
  padding-top: 23px;
}
.community-activity .recent-activity-header {
  margin-bottom: 20px;
}
.post-to-community {
  margin: 0;
}
.community-header {
  margin-top: -6px;
}
.topic-header .dropdown {
  display: inline-block;
  border-top: none;
  padding: 0;
}
.mobile {
  display: none;
}
.post-to-community .m-button {
  min-width: 213px;
}
.dropdown-menu [role='menuitem']:hover,
.dropdown-menu [role='menuitem']:focus {
  box-shadow: none;
}
.topic-header .dropdown {
  margin-right: 20px;
}
.container .activity .recent-activity-header {
  text-transform: uppercase;
}
.no-posts {
  font-size: 0.813em;
  line-height: 1.4;
  margin-top: 12px;
  color: #747676;
}
@media (max-width: 575px) {
  .striped-list-item .post-overview-item {
    display: inherit;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .post-to-community {
    display: none;
  }
  .mobile {
    display: block;
  }
  .community-header {
    margin-top: 0;
    margin-bottom: 9px;
  }
  .post-to-community.mobile {
    padding-bottom: 15px;
  }
  .post-to-community.mobile .m-button {
    max-width: unset;
    display: block;
  }
  ul.meta-group {
    line-height: 0;
  }
  .striped-list-item .striped-list-count {
    margin-top: -5px;
  }
  .community-page .page-header {
    margin: 2px 0 0 0;
  }
}
@media (min-width: 576px) {
  .page-header {
    align-items: start;
  }
  .page-header {
    flex-direction: row;
  }
  .community-header {
    margin-bottom: 22px;
  }
  .community-page .page-header {
    margin: 13px 0 0 0;
  }
  .community-page .community-header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .striped-list-count {
    margin-top: -8px;
  }
  .striped-list-count span {
    line-height: 30px;
  }
  .striped-list-count-item::after {
  }
  .posts-list .striped-list-item {
    padding: 7px 0 10px;
  }
  .container .activity {
    padding: 12px 0 8px 0;
  }
  .container .activity .recent-activity-header {
    margin-bottom: 3px;
  }
  .community-page .community-header {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .community-page .page-header {
    margin: 16px 0 0 0;
  }
  .striped-list .striped-list-count .comment-count {
    padding-left: 33px;
  }
  .topic-header {
    padding-bottom: 1px;
  }
  .striped-list .striped-list-count {
    flex: none;
    padding-right: 21px;
  }
  .community-header {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .community-page .community-header {
    width: 68%;
  }
}
@media (min-width: 992px) {
  .community-page .community-header {
    width: 73%;
  }
}
@media (max-width: 575px) {
  .community-page .community-header {
    width: 100%;
  }
}
