﻿.moderation-layout {
  gap: 14px;
}

.auth-form input {
  min-width: 220px;
}

.form-tip {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.wrap-head {
  align-items: center;
}

.report-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  display: grid;
  gap: 8px;
}

.report-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.report-id {
  color: var(--accent-2);
  font-weight: 800;
}

.report-status {
  font-size: 12px;
  color: var(--muted);
}

.report-meta {
  color: var(--muted);
  font-size: 13px;
}

.report-reason {
  margin: 0;
  white-space: pre-wrap;
  line-height: 1.65;
}

.report-resolution {
  margin: 0;
  border-left: 3px solid var(--line-strong);
  padding-left: 9px;
  color: var(--muted);
  font-size: 13px;
}

.report-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .auth-form input {
    min-width: 100%;
  }

  .report-actions .btn {
    width: 100%;
  }
}
