/* Fixed51: 화이트 테마 참여자 수 배지 가독성 */
#memberCount.count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  height:30px;
  padding:0 9px;
  border-radius:999px;
  font-weight:800;
  line-height:1;
}

html[data-theme="light"] #memberCount.count{
  background:#111827!important;
  color:#ffffff!important;
  border:1px solid #111827!important;
  text-shadow:none!important;
  opacity:1!important;
}

html[data-theme="dark"] #memberCount.count{
  background:#252c3a!important;
  color:#ffffff!important;
  border:1px solid #374151!important;
}
