.rd-comment-wrapper {
  width: 520px;
  background-color: #1a1a1b;
  color: #d7dadc;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-sizing: border-box;
}

.rd-comment-wrapper.light-theme {
  background-color: #ffffff;
  color: #1a1a1b;
}

.rd-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
}

.rd-username {
  font-weight: 500;
  color: #d7dadc;
  text-decoration: none;
}

.rd-comment-wrapper.light-theme .rd-username {
  color: #1a1a1b;
}

.rd-badge-op {
  color: #0079d3;
  font-weight: 700;
  font-size: 11px;
}

.rd-timestamp {
  color: #818384;
}

.rd-comment-wrapper.light-theme .rd-timestamp {
  color: #7c7c7c;
}

.rd-body {
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 6px;
}

.rd-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.rd-vote-container {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #818384;
}

.rd-comment-wrapper.light-theme .rd-vote-container {
  color: #878a8c;
}

.rd-vote-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.rd-vote-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.rd-score {
  font-size: 12px;
  font-weight: 700;
}

.rd-action-btn {
  background: none;
  border: none;
  color: #818384;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.rd-comment-wrapper.light-theme .rd-action-btn {
  color: #878a8c;
}

.rd-action-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
