.right-panel {
  padding: 82px 18px 24px;
  border-right: 0;
  border-left: 1px solid var(--line);
}

.cta-card {
  padding: 22px 18px;
}

.cta-card p {
  margin: 10px 0 18px;
  color: #c4cadc;
  font-size: 14px;
  line-height: 1.55;
}

.source-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  font-weight: 800;
}

.reports-section {
  margin-top: 36px;
}

.side-heading {
  margin-bottom: 16px;
}

.report-card {
  padding: 18px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.report-card h3 {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
}

.report-avatars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.mini-avatar,
.report-count {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.mini-avatar {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.warm { background: linear-gradient(135deg, #ffdfa8, #cb7f3a); }
.neutral { background: linear-gradient(135deg, #f2f5fb, #c4cad7); }
.flag { background: linear-gradient(90deg, #e84a4a 0 33%, #f3f5fb 33% 66%, #3552c8 66% 100%); }

.korea {
  background:
    radial-gradient(circle at 35% 50%, #d63340 0 18%, transparent 19%),
    radial-gradient(circle at 57% 50%, #2d59d1 0 18%, transparent 19%),
    #ffffff;
}

.report-count {
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  color: #cad0e0;
  font-size: 11px;
  font-weight: 800;
}