/* "Signaler un abus" on a review card (L111-7-2 5°) — a discreet bottom-right
   link, and the neutral confirmation that replaces it after one click. Shared by
   the /avis-clients grid and the product-page review section. */
.review-report {
  margin-top: 12px;
  text-align: right;
}
.review-report-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 0;
  padding: 2px 4px;
  color: #6b7280;
  font-size: 13px;
  cursor: pointer;
}
.review-report-btn:hover {
  color: #374151;
  text-decoration: underline;
}
.review-report-btn[disabled] {
  opacity: 0.6;
  cursor: default;
}
.review-report-flag {
  width: 15px;
  height: 15px;
}
.review-report-done {
  display: inline-block;
  color: #157a43;
  font-size: 13px;
  font-weight: 500;
}
