/* Compact live feed — body font, no condensed tracking */
.streamer-promo-copy .caps {
  letter-spacing: 0.04em;
  word-spacing: 0.18em;
}
.streamer-promo-copy strong {
  letter-spacing: 0.02em;
  word-spacing: 0.12em;
}

.wd-activity-section {
  padding-top: 4px;
}

.wd-activity-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(15, 15, 18, 0.78);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  font-family: Barlow, system-ui, sans-serif;
  letter-spacing: 0;
  word-spacing: normal;
  text-transform: none;
}

.wd-activity-card h2,
.wd-activity-card a,
.wd-activity-card button,
.wd-activity-card time,
.wd-activity-card p,
.wd-activity-card span,
.wd-activity-card label {
  letter-spacing: 0 !important;
  word-spacing: 0.16em !important;
  text-transform: none !important;
}

.wd-activity-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wd-activity-head h2 {
  margin: 0;
  font-family: Barlow, system-ui, sans-serif !important;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f3f4f6;
}

.wd-activity-more {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.75rem;
}
.wd-activity-more:hover { color: #e8a33c; }

.wd-activity-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  padding: 6px 12px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wd-activity-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wd-activity-filters button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #e5e7eb;
  font: inherit;
  font-size: 12px;
  padding: 4px 9px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.2;
}
.wd-activity-filters button.is-active {
  border-color: rgba(232, 163, 60, 0.55);
  color: #e8a33c;
  background: rgba(232, 163, 60, 0.1);
}
.wd-activity-filters button:hover {
  border-color: rgba(232, 163, 60, 0.35);
}

.wd-activity-mine {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #d1d5db;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
}
.wd-activity-mine input {
  margin: 0;
  accent-color: #e8a33c;
}
.wd-activity-mine.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.wd-activity-feed {
  display: flex;
  flex-direction: column;
  max-height: min(520px, 68vh);
  overflow: auto;
}
.wd-activity-page .wd-activity-feed {
  max-height: none;
}

.wd-act {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 4px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wd-act:last-child { border-bottom: 0; }
.wd-act.is-new {
  animation: wd-act-in 0.35s ease;
  background: rgba(232, 163, 60, 0.06);
}
@keyframes wd-act-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: none; }
}

.wd-act-rel {
  flex: 0 0 52px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #9ca3af;
  white-space: nowrap;
}

.wd-act-av {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  background: #2a2a32;
  flex-shrink: 0;
}

.wd-act-name {
  color: #fff;
  font-weight: 600;
  font-size: 0.84rem;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 22%;
  flex-shrink: 0;
}
.wd-act-name:hover { color: #e8a33c; }

.wd-act .mil-pill,
.wd-act .mil-pill--sm {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  height: 22px;
  padding: 0 6px;
  font-size: 10px;
  letter-spacing: 0.02em !important;
  word-spacing: 0.08em !important;
  flex-shrink: 0;
}
.wd-act .mil-pill .mil-icon,
.wd-act .mil-pill--sm .mil-icon {
  width: 14px;
  height: 14px;
}

.wd-act-text {
  margin: 0;
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.82rem;
  line-height: 1.2;
  color: #d1d5db;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wd-act-text a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.wd-act-text a:hover { color: #e8a33c; }

.wd-act-kind {
  display: inline-flex;
  align-items: center;
  color: #e8a33c;
  flex-shrink: 0;
}
.wd-act--downvote .wd-act-kind { color: #f87171; }
.wd-act--rank_up .wd-act-kind { color: #86efac; }
.wd-act--achievement .wd-act-kind { color: #c4b5fd; }
.wd-act-ico {
  width: 12px;
  height: 12px;
  display: block;
}

.wd-act-arrow {
  color: #9ca3af;
  font-size: 0.78rem;
  flex-shrink: 0;
}

.wd-act-empty,
.wd-act-loading {
  margin: 0;
  padding: 14px 12px;
  color: #9ca3af;
  font-size: 0.84rem;
}

@media (max-width: 720px) {
  .wd-act-name { max-width: 30%; }
  .wd-activity-tools { align-items: flex-start; }
}

.wd-act-sep {
  color: #9ca3af;
  padding: 0 2px;
  letter-spacing: 0 !important;
  word-spacing: 0.2em !important;
}
.wd-act-w {
  letter-spacing: 0 !important;
  word-spacing: 0.2em !important;
  padding-right: 0.18em;
}
