.ieg-report-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  color: #7f8c8d;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 6px;
}
.ieg-report-btn:hover,
.ieg-report-btn:focus-visible {
  color: #c0392b;
  outline: 2px solid #c0392b;
  outline-offset: 2px;
}
.ieg-report-btn .fa-flag { font-size: 14px; }

.ieg-report-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  background: rgba(16, 24, 20, .45);
}
.ieg-report-dialog {
  width: min(560px, 100%);
  max-height: min(92dvh, 720px);
  overflow: auto;
  background: #fff;
  color: #1c2b24;
  border-radius: 16px 16px 8px 8px;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  padding: 20px 20px 16px;
}
@media (min-width: 720px) {
  .ieg-report-overlay { align-items: center; }
  .ieg-report-dialog { border-radius: 16px; }
}
.ieg-report-dialog h2 { margin: 0 0 8px; font-size: 1.25rem; }
.ieg-report-dialog p { margin: 0 0 14px; color: #5d6d67; }
.ieg-report-dialog label { display: block; font-weight: 600; margin: 12px 0 6px; }
.ieg-report-dialog select,
.ieg-report-dialog textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8e0da;
  border-radius: 8px;
  padding: 10px;
  font: inherit;
}
.ieg-report-dialog textarea { min-height: 110px; resize: vertical; }
.ieg-report-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 14px 0;
  font-weight: 500;
}
.ieg-report-check input { margin-top: 3px; }
.ieg-report-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.ieg-report-actions button {
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  font: inherit;
}
.ieg-report-cancel { background: #eef2ef; }
.ieg-report-submit { background: #0a6933; color: #fff; }
.ieg-report-submit:disabled { opacity: .55; cursor: not-allowed; }
.ieg-report-error { color: #c0392b; margin: 8px 0 0; }
.ieg-report-success { color: #1e8449; font-weight: 600; }
.ieg-report-count { float: right; font-weight: 400; color: #7f8c8d; }

.ieg-warn-label {
  margin: 10px 0;
  padding: 10px 12px;
  border-left: 4px solid #d68910;
  background: #fff8e8;
  color: #6b4e00;
}

.ieg-my-reports { padding: 12px 0 24px; }
.ieg-my-reports table { width: 100%; border-collapse: collapse; }
.ieg-my-reports th,
.ieg-my-reports td { text-align: left; padding: 10px 8px; border-bottom: 1px solid #e5ebe6; vertical-align: top; }
.ieg-my-reports th { color: #5d6d67; font-size: 13px; }
.profile-report { margin-top: 12px; }
