/* RS-TH33: consistent, accessible empty-image treatment across public/admin/auth. */
img.herb-image-empty {
  color: transparent !important;
  text-indent: -9999px !important;
  object-fit: contain !important;
  object-position: center !important;
  background-color: #edf7f2 !important;
  background-image: linear-gradient(135deg, rgba(16, 185, 129, .07), rgba(14, 116, 144, .05)) !important;
  border-color: rgba(5, 150, 105, .28) !important;
}
html[data-theme="dark"] img.herb-image-empty,
body.theme-dark img.herb-image-empty,
body[data-theme="dark"] img.herb-image-empty {
  background-color: #10271f !important;
  background-image: linear-gradient(135deg, rgba(52, 211, 153, .11), rgba(20, 184, 166, .07)) !important;
  border-color: rgba(110, 231, 183, .34) !important;
}
@media (forced-colors: active) { img.herb-image-empty { border: 1px solid CanvasText !important; } }
