.happy-tc-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 22px;
  margin-right: 8px;
  padding: 0 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--happy-tc-color, #ef6398) 12%, #fff);
  color: var(--happy-tc-color, #ef6398);
  font-size: 12px;
  font-weight: 850;
  line-height: 22px;
  vertical-align: middle;
  white-space: nowrap;
}

.happy-tc-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.happy-tc-editor-field {
  padding: 14px 16px;
  border: 1px solid rgba(239, 99, 152, .16);
  border-radius: 16px;
  background: #fff8fb;
}

.happy-tc-editor-field select {
  max-width: 360px;
  border-radius: 12px;
}

.happy-tc-forum-filter-item .nav-link {
  border-radius: 999px !important;
  color: #6b7280 !important;
}

.happy-tc-forum-filter-item .nav-link.active,
.happy-tc-forum-filter-item .nav-link:hover {
  background: color-mix(in srgb, var(--happy-tc-color, #ef6398) 12%, #fff) !important;
  color: var(--happy-tc-color, #ef6398) !important;
}

.bbs-feed-tabs .happy-tc-feed-filter {
  color: #6b7280 !important;
}

.bbs-feed-tabs .happy-tc-feed-filter.active,
.bbs-feed-tabs .happy-tc-feed-filter:hover {
  background: color-mix(in srgb, var(--happy-tc-color, #ef6398) 12%, #fff) !important;
  color: var(--happy-tc-color, #ef6398) !important;
}

.bbs-feed-card .happy-tc-badge {
  margin: 0 0 0 6px;
}

@media (max-width: 640px) {
  .happy-tc-editor-field {
    padding: 12px;
  }

  .bbs-feed-tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .bbs-feed-tabs::-webkit-scrollbar {
    display: none;
  }
}
