/* ====== ADMIN REPORTS PAGE STYLES ====== */

.clickable {
  cursor: pointer;
}

.clickable:hover {
  background: rgba(255, 255, 255, 0.1);
}

pre {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px;
  border-radius: 8px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.preview {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
}

.preview img {
  max-width: 100%;
  border-radius: 6px;
  margin-top: 8px;
}

.muted {
  color: #999;
}
