.comment-metadata-div {
  position: relative;
}

.mrl-comment-tools {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

.mrl-comment-menu-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

.mrl-comment-menu {
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 165px;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.mrl-comment-action {
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-align: right;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.mrl-comment-action:hover {
  background: rgba(255, 255, 255, 0.14);
}

.mrl-comment-action i {
  width: 14px;
  text-align: center;
}

.mrl-pinned-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 201, 92, 0.55);
  background: rgba(255, 201, 92, 0.15);
  color: #ffc95c;
  font-size: 12px;
  margin-bottom: 8px;
}

.mrl-report-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.mrl-report-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.mrl-report-modal-card {
  position: relative;
  width: min(92vw, 420px);
  margin: 12vh auto 0;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 16px;
  color: #fff;
}

.mrl-report-field {
  width: 100%;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: #141414;
  color: #fff;
  padding: 8px 10px;
}

.mrl-report-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

.mrl-report-submit,
.mrl-report-cancel {
  border: 0;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

.mrl-report-submit {
  background: #ffc95c;
  color: #222;
}

.mrl-report-cancel {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
