body.bbpress {
  background: #f6f8fb;
}

body.bbpress #bbpress-forums {
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body.bbpress #bbpress-forums {
    padding: 26px 16px 44px;
  }
}

body.bbpress #bbpress-forums .bbp-breadcrumb,
body.bbpress #bbpress-forums .bbp-forum-description,
body.bbpress #bbpress-forums .bbp-topic-description,
body.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by,
body.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-in {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

body.bbpress #bbpress-forums div.bbp-breadcrumb {
  margin-bottom: 14px;
  opacity: 0.75;
}

body.bbpress #bbpress-forums ul.bbp-topics,
body.bbpress #bbpress-forums ul.bbp-forums {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

body.bbpress #bbpress-forums li.bbp-header,
body.bbpress #bbpress-forums li.bbp-footer {
  display: none;
}

body.bbpress #bbpress-forums > ul.bbp-topics,
body.bbpress #bbpress-forums > ul.bbp-forums,
body.bbpress #bbpress-forums > div.bbp-search-form,
body.bbpress #bbpress-forums > div.bbp-pagination {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

body.bbpress #bbpress-forums > ul.bbp-topics,
body.bbpress #bbpress-forums > ul.bbp-forums {
  padding: 0;
  overflow: hidden;
}

body.bbpress #bbpress-forums .bbp-search-form {
  padding: 14px 14px;
  margin-bottom: 16px;
}

body.bbpress #bbpress-forums .bbp-search-form input[type="text"] {
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #ffffff;
  padding: 10px 14px;
}

body.bbpress #bbpress-forums .bbp-search-form input[type="text"]:focus {
  outline: none;
  border-color: rgba(62, 159, 69, 0.55);
  box-shadow: 0 0 0 4px rgba(62, 159, 69, 0.14);
}

body.bbpress #bbpress-forums .bbp-pagination {
  margin-top: 16px;
  padding: 14px 14px;
}

body.bbpress #bbpress-forums li.bbp-body ul.topic,
body.bbpress #bbpress-forums li.bbp-body ul.forum {
  background: #ffffff;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 0;
  padding: 18px 20px;
  margin: 0;
  box-shadow: none;
}

body.bbpress #bbpress-forums li.bbp-body ul.topic:first-child,
body.bbpress #bbpress-forums li.bbp-body ul.forum:first-child {
  border-top: 0;
}

body.bbpress #bbpress-forums li.bbp-body ul.topic:hover,
body.bbpress #bbpress-forums li.bbp-body ul.forum:hover {
  background: rgba(15, 23, 42, 0.02);
}

body.bbpress #bbpress-forums .bbp-topic-title a,
body.bbpress #bbpress-forums .bbp-forum-title a {
  font-size: 16px;
  font-weight: 650;
  color: #0f172a;
}

body.bbpress #bbpress-forums .bbp-topic-meta,
body.bbpress #bbpress-forums .bbp-forum-content {
  font-size: 14px;
  color: rgba(15, 23, 42, 0.60);
  margin-top: 4px;
}

body.bbpress #bbpress-forums .bbp-topic-freshness,
body.bbpress #bbpress-forums .bbp-forum-freshness {
  font-size: 13px;
  color: rgba(15, 23, 42, 0.45);
}

body.bbpress #bbpress-forums .button,
body.bbpress #bbpress-forums a.button,
body.bbpress #bbpress-forums .bbp-submit-wrapper button {
  height: 42px;
  border-radius: 999px;
  padding: 0 16px;
  font-weight: 650;
  border: 1px solid transparent;
  background: #3e9f45;
  color: #ffffff;
}

body.bbpress #bbpress-forums .button:hover,
body.bbpress #bbpress-forums a.button:hover,
body.bbpress #bbpress-forums .bbp-submit-wrapper button:hover {
  background: #2f7f37;
}

body.bbpress #bbpress-forums #subscription-toggle,
body.bbpress #bbpress-forums a.subscription-toggle {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.14);
}

body.bbpress #bbpress-forums #subscription-toggle:hover,
body.bbpress #bbpress-forums a.subscription-toggle:hover {
  background: rgba(15, 23, 42, 0.04);
}

body.bbpress #bbpress-forums .bbp-pagination-links a,
body.bbpress #bbpress-forums .bbp-pagination-links span.current {
  border-radius: 999px;
  padding: 6px 12px;
  border: 1px solid rgba(15, 23, 42, 0.10);
}

body.bbpress #bbpress-forums .bbp-pagination-links span.current {
  background: #3e9f45;
  color: #ffffff;
  border-color: transparent;
}

body.bbpress #bbpress-forums .bbp-template-notice {
  margin-top: 14px;
  background: rgba(62, 159, 69, 0.06);
  border: 1px solid rgba(62, 159, 69, 0.22);
  border-left: 4px solid #3e9f45;
  border-radius: 14px;
  padding: 16px 18px;
  color: rgba(15, 23, 42, 0.75);
}

body.bbpress #bbpress-forums .bbp-template-notice p {
  margin: 0;
}

body.bbpress #bbpress-forums .bbp-template-notice::after {
  content: "Start the first discussion to kick things off.";
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.55);
}

.bb-forums-list .bb-cover-photo,
.bbp-forums-list .bb-cover-photo,
.item-list.bb-forums-list .item-entry .item-avatar,
.item-list.bb-forums-list .item-entry .item-cover-img {
  background: linear-gradient(180deg, rgba(62,159,69,0.06), rgba(15,23,42,0.02));
}

.bb-forum-content .bb-forum-content__meta,
.bb-forum-content .bb-forum-footer,
.bb-forum-content .bb-forum-count,
.bb-forum-content .bb-forum-discussion-count,
.bb-forum-content .bb-forum-counts {
  opacity: 0.75;
}

body.bbpress #bbpress-forums .bbp-search-form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.bbpress h1.entry-title {
  color: #020617;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 48px;
}

.bb-forum-access {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.65);
}
.bb-forum-access.public {
  background: rgba(62, 159, 69, 0.12);
  color: #2f7f37;
}
.bb-forum-access.basics {
  background: rgba(15, 23, 42, 0.08);
}
.bb-forum-access.plus {
  background: rgba(99, 102, 241, 0.10);
  color: #3730a3;
}
.bb-forum-access.premier {
  background: rgba(234, 179, 8, 0.14);
  color: #92400e;
}

body.bbpress .item-list.bb-forums-list li:has(a[href*="public-preview-welcome"]),
body.bbpress .item-list.bb-forums-list li:has(a[href*="public-preview-scam-of-the-week"]) {
  display: none !important;
}

@media (max-width: 1024px) {
  body.bbpress h1.entry-title {
    font-size: 34px;
  }
}

body.bbpress .wl-forum-spotlight{
  max-width:1120px;
  margin:14px auto 22px;
  padding:0;
}

body.bbpress .wl-forum-spotlight__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 12px;
}

body.bbpress .wl-forum-spotlight__title{
  font-size:14px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#1f2937;
}

body.bbpress .wl-forum-spotlight__sub{
  font-size:13px;
  color:#6b7280;
}

body.bbpress .wl-forum-spotlight__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

body.bbpress .wl-forum-spotlight__card{
  display:block;
  text-decoration:none;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:14px 16px;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

body.bbpress .wl-forum-spotlight__card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 40px rgba(0,0,0,.10);
  border-color:rgba(0,0,0,.14);
}

body.bbpress .wl-forum-spotlight__kicker{
  display:inline-flex;
  align-items:center;
  height:22px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(62,159,69,.10);
  color:#2f7b34;
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:10px;
}

body.bbpress .wl-forum-spotlight__name{
  font-size:16px;
  font-weight:800;
  color:#111827;
  line-height:1.2;
  margin:0 0 6px;
}

body.bbpress .wl-forum-spotlight__desc{
  font-size:13px;
  color:#6b7280;
  line-height:1.45;
}

@media (max-width: 960px){
  body.bbpress .wl-forum-spotlight__head{
    flex-direction:column;
    align-items:flex-start;
  }
  body.bbpress .wl-forum-spotlight__grid{
    grid-template-columns:1fr;
  }
}

body.bbpress :is(li, article, div).bb-forum:has(a[href*="/forums/forum/public-preview-welcome/"]),
body.bbpress :is(li, article, div).bb-forum:has(a[href*="/forums/forum/public-preview-scam-of-the-week/"]),
body.bbpress :is(li, article, div):has(a[href*="/forums/forum/public-preview-welcome/"]):has(.bb-forum-title),
body.bbpress :is(li, article, div):has(a[href*="/forums/forum/public-preview-scam-of-the-week/"]):has(.bb-forum-title),
body.bbpress :is(li, article, div):has(a[href*="/forums/forum/public-preview-welcome/"]):has(.forum-title),
body.bbpress :is(li, article, div):has(a[href*="/forums/forum/public-preview-scam-of-the-week/"]):has(.forum-title){
  display:none !important;
}

.bb-forum-discussion-count,
.bb-forum-count,
.bb-forum-counts,
.bb-forum-content .bb-forum-discussion-count,
.bb-forum-content .bb-forum-count,
.bb-forum-content .bb-forum-counts{
  display:none !important;
}

.wl-forum-access-line{
  margin-top:8px;
  display:flex;
  align-items:center;
  gap:8px;
}

.bb-forum-content .bb-forum-content__meta,
.bb-forum-content .bb-forum-footer{
  display:none !important;
}

.bb-forum-content__meta,
.bb-forum-footer,
.bb-forum-count,
.bb-forum-counts,
.bb-forum-discussion-count,
.item-meta,
.item-meta .count,
.item-meta .meta,
.item-meta .activity {
  display: none !important;
}

body.bbpress #bbpress-forums .bbp-search-form {
  display: flex;
  align-items: flex-end;
}

body.bbpress #bbpress-forums .bbp-search-form input[type="text"],
body.bbpress #bbpress-forums .bbp-search-form input[type="search"],
body.bbpress #bbpress-forums input#bbp_search {
  height: 40px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 2px rgba(2, 6, 23, 0.06);
  font-size: 14px;
  line-height: 40px;
}

body.bbpress #bbpress-forums .bbp-search-form input[type="text"]:focus,
body.bbpress #bbpress-forums .bbp-search-form input[type="search"]:focus,
body.bbpress #bbpress-forums input#bbp_search:focus {
  outline: none;
  border-color: rgba(62, 159, 69, 0.45);
  box-shadow: 0 0 0 4px rgba(62, 159, 69, 0.12);
}

@media (max-width: 768px) {
  body.bbpress #bbpress-forums .bbp-search-form input[type="text"],
  body.bbpress #bbpress-forums .bbp-search-form input[type="search"],
  body.bbpress #bbpress-forums input#bbp_search {
    width: 100%;
  }
}

body.bbpress .wl-forum-intro{
  max-width:1120px;
  margin:6px auto 14px;
  padding:0;
}

body.bbpress .wl-forum-intro__title{
  font-size:36px;
  font-weight:700;
  letter-spacing:-0.02em;
  color:#020617;
  margin:0 0 6px;
  padding-bottom: 24px;
  padding-top: 4px;
}

body.bbpress .wl-forum-intro__text{
  font-size:16px;
  line-height:1.6;
  color:rgba(15, 23, 42, 0.62);
  padding-bottom: 36px;
  margin:0 0 6px;
}

body.bbpress .wl-forum-help{
  max-width:1120px;
  margin:18px auto 0;
}

body.bbpress .wl-forum-help__accordion{
  background:#ffffff;
  border:1px solid rgba(15, 23, 42, 0.08);
  border-radius:16px;
  box-shadow:0 10px 30px rgba(15, 23, 42, 0.06);
  overflow:hidden;
}

body.bbpress .wl-forum-help__accordion > summary{
  list-style:none;
  cursor:pointer;
  padding:16px 18px;
  font-size:14px;
  font-weight:700;
  color:#0f172a;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

body.bbpress .wl-forum-help__accordion > summary::-webkit-details-marker{
  display:none;
}

body.bbpress .wl-forum-help__accordion > summary::after{
  content:"+";
  font-size:18px;
  line-height:1;
  color:rgba(15, 23, 42, 0.55);
}

body.bbpress .wl-forum-help__accordion[open] > summary::after{
  content:"–";
}

body.bbpress .wl-forum-help__body{
  padding:0 18px 16px;
  border-top:1px solid rgba(15, 23, 42, 0.06);
}

body.bbpress .wl-forum-help__steps{
  margin:14px 0 0;
  padding-left:18px;
  color:rgba(15, 23, 42, 0.72);
  font-size:14px;
  line-height:1.6;
}

body.bbpress .wl-forum-help__steps li{
  margin:10px 0;
}

body.bbpress .wl-forum-help__steps strong{
  display:block;
  color:#0f172a;
  font-weight:750;
  margin-bottom:2px;
}

body.bbpress .wl-forum-help__steps span{
  display:block;
  color:rgba(15, 23, 42, 0.62);
}

.bbp-pagination,
.bbp-pagination-count,
.bbp-pagination-links {
  display: none !important;
}

#bbp-forum-0,
#bbp-forum-0 .bs-header-item,
#bbp-forum-0 .bp-feedback {
  display: none !important;
}

body.bbpress #forums-dir-search,
body.bbpress #forums-dir-search * {
  display: none !important;
}

body.bbpress .entry-header {
  display: none !important;
}

body.bbpress header.entry-header h1.entry-title {
  display: none !important;
}

body.bbpress #bbpress-forums #subscription-toggle,
body.bbpress #bbpress-forums a.subscription-toggle {
  border: 0 !important;
  box-shadow: 0 1px 2px rgba(2, 6, 23, 0.06) !important;
}

body.bbpress #bbpress-forums #subscription-toggle:hover,
body.bbpress #bbpress-forums a.subscription-toggle:hover {
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.10) !important;
}

body.bbpress .bb-cover-photo,
body.bbpress .bb-cover-photo-container,
body.bbpress .bb-cover-photo-wrapper,
body.bbpress .item-cover-img {
  display: none !important;
}

body.bbpress .bb-item-header,
body.bbpress .bb-profile-header,
body.bbpress .bp-cover-image {
  background: transparent !important;
  min-height: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
}

body.bbpress #bbpress-forums {
  position: relative;
}

body.bbpress #bbpress-forums .bs-forums-listing,
body.bbpress #bbpress-forums .bbp-forums {
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06) !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  overflow: hidden !important;
}

body.bbpress #bbpress-forums li.bs-header-item {
  background: linear-gradient(180deg, rgba(62,159,69,0.10), rgba(255,255,255,1)) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}


body.bbpress #bbpress-forums ul.bbp-topics > li,
body.bbpress #bbpress-forums ul.bbp-forums > li {
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-left: 4px solid rgba(62,159,69,0.35) !important;
  border-radius: 14px !important;
  margin: 12px 14px !important;
  padding: 14px 14px !important;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.04) !important;
}

body.bbpress #bbpress-forums ul.bbp-topics > li:hover,
body.bbpress #bbpress-forums ul.bbp-forums > li:hover {
  border-left-color: rgba(62,159,69,0.9) !important;
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.08) !important;
  transform: translateY(-1px);
}

body.bbpress #bbpress-forums .bbp-template-notice {
  border: 1px dashed rgba(15, 23, 42, 0.18) !important;
  border-radius: 14px !important;
  background: rgba(62,159,69,0.06) !important;
  padding: 14px 16px !important;
}

body.bbpress .bb-topic-banner-container.bb-topic-banner,
body.bbpress .bb-topic-banner-container,
body.bbpress .bb-topic-banner {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.bbpress .bb-single-forum .bbp-breadcrumb,
body.bbpress .bbp-breadcrumb {
  margin-top: 0 !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect a.button,
body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect a#new-post {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-align: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: 0 10px 28px rgba(62,159,69,0.28) !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect a.button:hover,
body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect a#new-post:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(62,159,69,0.34) !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect a.button > i,
body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect a#new-post > i {
  margin-right: 0 !important;
}

body.bbpress #bbpress-forums #subscription-toggle,
body.bbpress #bbpress-forums a.subscription-toggle,
body.bbpress #bbpress-forums #subscription-toggle a {
  border-radius: 12px !important;
  overflow: hidden !important;
}

body.bbpress #bbpress-forums #subscription-toggle > span.bb-topic-content-meta-sep,
body.bbpress #bbpress-forums .bb-topic-content-meta-sep {
  display: none !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect > div {
  display: flex !important;
  align-items: center !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect > div > div {
  margin-left: auto !important;
  margin-right: 0 !important;
  width: auto !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect .bs-forum-title,
body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect h2,
body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect .bbp-forum-title {
  white-space: nowrap !important;
}

body.bbpress #bbpress-forums .bbp-template-notice p,
body.bbpress #bbpress-forums .bp-feedback p {
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  padding: 20px 5px !important;
  font-size: 15px;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.topic-lead > div {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 18px !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.topic-lead > div > .item-title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.topic-lead > div > div:nth-child(2) {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.topic-lead > div > .item-description {
  flex: 0 0 100% !important;
  width: 100% !important;
  margin-top: 0px !important;
}

body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.topic-lead [class*="container"],
body.bbpress #bbpress-forums li.bs-item-wrap.bs-header-item.topic-lead [class*="wrap"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.bbpress .topic-lead .item-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;
}

body.bbpress .topic-lead .bb-topic-states {
  margin-left: 0 !important;
  justify-content: flex-start !important;
}

body.bbpress .topic-lead .bb-topic-states {
  font-size: 13px !important;
  opacity: 0.75;
}

body.bbpress .topic-lead .bb-topic-states i {
  margin-right: 6px;
}

body.bbpress #bbpress-forums .topic-lead .item-meta .bs-replied {
  font-size: 0 !important;
}

body.bbpress #bbpress-forums .topic-lead .item-meta .bs-replied .bbp-topic-freshness-author {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #6b7280 !important;
}

body.bbpress #bbpress-forums .topic-lead .item-meta .bs-replied .bbp-topic-freshness-author::before {
  content: "By ";
  font-weight: 400;
  color: #6b7280;
}

body.bbpress .bb-topic-states {
  margin-top: 12px !important;
}

body.bbpress #bbpress-forums li.topic-lead .item-title {
  padding-bottom: 2px !important;
  margin-bottom: 0px !important;
  border-bottom: 2px solid rgba(0,0,0,0.06) !important;
}

body.bbpress .topic-lead .item-title .title-wrap h1 {
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

body.bbpress .topic-lead .item-title .title-wrap > div {
  margin-bottom: 10px !important;
}

body.bbpress .bbp-reply-content,
body.bbpress .bb-topic-content,
body.bbpress .topic-lead .item-description {
  font-size: 16.5px !important;
  line-height: 1.65 !important;
}

body.bbpress .bbp-reply-content li,
body.bbpress .bb-topic-content li {
  margin-bottom: 6px;
}

body.bbpress .bs-dropdown * {
  opacity: 1 !important;
}

body.bbpress .bs-dropdown:after,
body.bbpress .bs-dropdown::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.bs-dropdown ul li,
.bs-dropdown ul li a {
  background-color: #ffffff !important;
  opacity: 1 !important;
}

li.dropdown-open,
li.dropdown-open > div,
li.dropdown-open .bb-topic-states,
li.dropdown-open .bb-topic-states > div,
li.dropdown-open .bb-topic-states .bs-dropdown,
li.dropdown-open .bb-topic-states .bs-dropdown > div,
li.dropdown-open .bb-topic-states .bs-dropdown > div > div,
li.dropdown-open .bb-topic-states .bs-dropdown > div > div > div {
  opacity: 1 !important;
  filter: none !important;
}

.bs-dropdown ul,
.bs-dropdown .dropdown-menu,
.bs-dropdown-menu {
  background-color: #fff !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.bbpress li.bs-item-wrap > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.bbpress .item-avatar.bb-item-avatar-wrap {
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.bbpress .item {
  display: flex;
  align-items: center;
  min-height: 72px;
}

body.bbpress .item .item-title {
  line-height: 1.5;
}

body.bbpress .item .item-meta {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.7;
}

body.bbpress li.bs-item-wrap.topic-lead {
  background: rgba(62, 159, 69, 0.04);
  border-radius: 12px;
}

#bbpress-forums .item-avatar.bb-item-avatar-wrap{
  flex: 0 0 48px !important;
  width: 48px !important;
  max-width: 48px !important;
  min-width: 48px !important;
}

#bbpress-forums .item-avatar.bb-item-avatar-wrap *{
  flex: 0 0 auto !important;
}


#bbpress-forums .bs-item-list li .flex.flex-1 > .item-avatar.bb-item-avatar-wrap{
  margin-left: 0 !important;
}

#bbpress-forums .bs-forums-items .item-title {
  margin-bottom: 0 !important;
}

#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar {
  -ms-flex-item-align: auto;
  align-self: auto;
}

#bbpress-forums .item-avatar > a {
  display: flex;
  align-items: center;
  line-height: 0;
  height: auto;
}

#bbpress-forums .bs-forums-items > li > div {
  display: flex;
  align-items: center;
}

#bbpress-forums .bs-forums-items .flex.flex-1 {
  align-items: center;
}

#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar {
  align-self: auto !important;
  -ms-flex-item-align: auto !important;
}

#bbpress-forums .bs-forums-items .item-title a {
    font-weight: 600;
}

#bbpress-forums .bs-item-wrap.bs-header-item > div > h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

#bbpress-forums .bs-forums-items .item-title > a {
  font-size: 18px !important;
  font-weight: 600 !important;
}





#bbpress-forums .bs-item-list.list-view > li {
  cursor: pointer;
  transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

#bbpress-forums .bs-item-list.list-view > li:hover {
  background-color: rgba(62, 159, 69, 0.06);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

#bbpress-forums .bs-item-list.list-view > li a,
#bbpress-forums .bs-item-list.list-view > li button {
  cursor: pointer;
}

#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item) {
  cursor: pointer;
}

#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item) > div {
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  border-radius: 12px;
}

#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item):hover > div {
  background-color: rgba(62, 159, 69, 0.06);
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item):active > div {
  transform: translateY(1px);
}

#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item):focus-within > div {
  box-shadow: 0 0 0 3px rgba(62, 159, 69, 0.18);
}

#bbpress-forums .bs-forums-items .item-title > a {
  text-decoration: none;
}

#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item),
#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item) .bs-item-wrap {
  cursor: pointer;
}

#bbpress-forums .bs-item-list.list-view > li.bs-header-item,
#bbpress-forums .bs-item-list.list-view > li.bs-header-item .bs-item-wrap {
  cursor: default;
}


#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item):hover,
#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item):hover .bs-item-wrap {
  background: rgba(62, 159, 69, 0.06);
}

#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item):focus-within,
#bbpress-forums .bs-item-list.list-view > li:not(.bs-header-item):focus-within .bs-item-wrap {
  background: rgba(62, 159, 69, 0.08);
}

#bbpress-forums li.bbp-topic-item .flex.flex-1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#bbpress-forums .bs-forums-meta {
  font-size: 13px;
  color: #7a8a7f;
  margin-top: 2px;
}

#bbpress-forums .bs-forums-meta > * {
  margin-right: 8px;
}

.bb-topic-author {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

.bb-topic-author a {
  color: inherit;
  font-weight: 500;
}

#bbpress-forums ul[id$="-replies"] > li,
#bbpress-forums .bs-replies-wrapper li,
#bbpress-forums .topic-lead {
  cursor: default !important;
}

#bbpress-forums .bs-item-wrap {
  position: relative !important;
  padding: 14px 18px !important;
}

#bbpress-forums li:not(.bs-header-item):not(:last-child) > .bs-item-wrap::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: #e6efe8;
}



#bbpress-forums li:not(.bs-header-item) > .bs-item-wrap {
  background: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 18px;
}

#bbpress-forums li:not(.bs-header-item):not(:last-child) > .bs-item-wrap {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

#bbpress-forums li:not(.bs-header-item) > .bs-item-wrap {
  padding: 14px 18px;
}

#bbpress-forums li.bs-header-item h2 {
  color: #000;
}

#bbpress-forums > div.wl-forum-header {
  margin-left: 6px;
  margin-bottom: 0px;
}

#bbpress-forums > div.wl-forum-header > h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
  margin: 0 0 6px;
}

#bbpress-forums > div.wl-forum-header > div {
  font-size: 20px;
  line-height: 1.4;
  color: #111;
  opacity: 0.7;
  margin: 0;
}

#bbpress-forums > div.wl-forum-header > div > p {
  margin-bottom: 14px;
}

#bbpress-forums .bp-feedback.info {
  background: #f8faf9;
  border-left: 3px solid #d9e7df;
  color: #556b5f;
  font-size: 14px;
  padding-left: 6px;
}

#bbpress-forums .bp-feedback.info > span {
  display: none;
}

#bbpress-forums .replies-content .bs-item-wrap .flex.flex-1 {
  gap: 16px;
}

#bbpress-forums li.bs-header-item.header-total-reply-count {
  margin-top: 16px;
}

#bbpress-forums li.topic-lead .action.bs-forums-meta .bs-meta-item.forum-label {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

#bbpress-forums li.topic-lead .action.bs-forums-meta .bs-meta-item.forum-label > a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 600 !important;

  background: rgba(62, 159, 69, 0.08) !important;
  border: 1px solid rgba(62, 159, 69, 0.22) !important;
  color: #2b2b2b !important;

  text-decoration: none !important;
  box-shadow: none !important;
}

#bbpress-forums li.topic-lead .action.bs-forums-meta .bs-meta-item.forum-label > a:hover,
#bbpress-forums li.topic-lead .action.bs-forums-meta .bs-meta-item.forum-label > a:focus {
  background: rgba(62, 159, 69, 0.08) !important;
  border-color: rgba(62, 159, 69, 0.22) !important;
  color: #2b2b2b !important;
  text-decoration: none !important;
  outline: none !important;
}

.medium-editor-element,
.bbp-the-content-wrapper .bbp-the-content,
.bbp-the-content-wrapper .medium-editor-element {
  padding-bottom: 40px !important;
}

#bbpress-forums .bbp-forum-content-wrap {
  display: none !important;
}

#bbpress-forums li.bs-item-wrap.topic-lead .bbp-topic-freshness-author {
  position: absolute;
  top: 22px;
  right: 24px;
  white-space: nowrap;
}

#bbpress-forums li.bs-item-wrap.topic-lead > .item-meta:first-of-type {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  margin: 0 !important;
  white-space: nowrap;
}

#bbpress-forums li.topic-lead {
  position: relative;
}

#bbpress-forums li.topic-lead .item-meta {
  position: absolute;
  top: 8px;           
  right: 16px;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
  line-height: 1;
}

#bbpress-forums li.topic-lead .item-title {
  padding-right: 70px;
  box-sizing: border-box;
}
