/* UTBBS thread verify compact v3 20260703: hide empty list badges, compact post-bottom voting bar. */
.utbbs-tv-pill,
.utbbs-tv-card,
.utbbs-tv-pop {
  box-sizing: border-box;
  font-family: "Microsoft JhengHei", "PingFang TC", Arial, sans-serif;
}

.utbbs-tv-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 20px;
  margin-left: 8px;
  padding: 0 7px;
  border: 1px solid rgba(126, 211, 147, .38);
  border-radius: 5px;
  background: rgba(17, 42, 32, .96);
  color: #dff6c8 !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  text-decoration: none !important;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

.utbbs-tv-pill.is-warn {
  border-color: rgba(255, 197, 95, .45);
  background: rgba(51, 36, 18, .96);
  color: #ffe2a0 !important;
}

.utbbs-tv-pill img {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.utbbs-tv-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 8px;
  width: min(390px, 100%);
  min-height: 52px;
  margin: 8px 0 8px;
  padding: 6px 8px;
  border: 1px solid rgba(126, 211, 147, .26);
  border-radius: 7px;
  background: rgba(6, 19, 16, .72);
  color: #f4ead3;
  box-shadow: none;
}

.utbbs-tv-card__icon {
  display: grid;
  place-items: center;
  gap: 2px;
  min-width: 0;
  color: #f5df98;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.utbbs-tv-card__icon img {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 7px;
}

.utbbs-tv-score {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  min-width: 0;
}

.utbbs-tv-score div {
  min-width: 0;
  min-height: 34px;
  padding: 4px 3px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 5px;
  background: rgba(255, 255, 255, .032);
  text-align: center;
}

.utbbs-tv-score span {
  display: block;
  margin: 0 0 2px;
  overflow: hidden;
  color: #d7c9b3;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.utbbs-tv-score strong {
  display: block;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.utbbs-tv-score .is-true strong { color: #aef0bd; }
.utbbs-tv-score .is-issue strong { color: #ffd06e; }
.utbbs-tv-score .is-fake strong { color: #ff9d83; }

.utbbs-tv-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 30px;
  padding: 0 8px;
  border: 1px solid rgba(226, 196, 116, .36);
  border-radius: 6px;
  background: #201d12;
  color: #ffe19a !important;
  font-size: 12px;
  font-weight: 950;
  line-height: 28px;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
}

.utbbs-tv-pop {
  position: absolute;
  z-index: 99999;
  width: 292px;
  padding: 10px;
  border: 1px solid rgba(226, 196, 116, .32);
  border-radius: 8px;
  background: #0b1413;
  color: #f4ead3;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .46);
}

.utbbs-tv-pop[hidden] {
  display: none !important;
}

.utbbs-tv-pop__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: #ffe19a;
  font-size: 14px;
  font-weight: 950;
}

.utbbs-tv-pop__close {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, .08);
  color: #f7eed8;
  font-weight: 950;
  cursor: pointer;
}

.utbbs-tv-group {
  margin-top: 8px;
}

.utbbs-tv-group strong {
  display: block;
  margin-bottom: 5px;
  color: #dff6c8;
  font-size: 13px;
}

.utbbs-tv-option {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 5px 6px 0;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 5px;
  background: rgba(255, 255, 255, .045);
  color: #eadfc8;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.utbbs-tv-option:hover {
  border-color: rgba(226, 196, 116, .45);
  color: #ffe19a;
}

.utbbs-tv-msg {
  margin-top: 7px;
  color: #ffd06e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}
