/* Unified community reporting and moderation feedback */
.social-report-backdrop { z-index: 220; align-items: flex-end; }
.social-report-panel {
  width: min(100%, 520px);
  max-height: min(88dvh, 760px);
  overflow-y: auto;
  border-top: 1px solid rgba(239, 35, 60, .55);
  border-radius: 8px 8px 0 0;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}
.social-report-head { position: sticky; top: 0; z-index: 2; background: #101216; }
.social-report-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #ef233c;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.social-report-form { display: grid; gap: 16px; }
.social-report-reasons { display: grid; gap: 2px; }
.social-report-reasons label {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  min-height: 46px;
  padding: 7px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  cursor: pointer;
}
.social-report-reasons input { width: 17px; height: 17px; accent-color: #ef233c; }
.social-report-reasons span { color: var(--text, #f5f7fa); font-size: 14px; }
.social-report-submit { min-height: 46px; }
.social-comment-report { color: #a8b0bb !important; }
.social-comment-removed { min-height: 48px; color: #8f98a5; font-style: italic; }
.social-comment-removed-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid rgba(239, 35, 60, .4);
  border-radius: 50%;
  color: #ef233c;
  font-style: normal;
}
.moderation-account-lock { display: grid; gap: 12px; text-align: center; }
.moderation-account-lock > span {
  color: #ef233c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .social-report-backdrop { align-items: center; }
  .social-report-panel { border-radius: 8px; }
}
