/* Битые картинки — не показывать системную иконку «?» на iOS/Android */
img.elida-img--broken {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  visibility: hidden !important;
}

.elida-img-wrap--broken:empty,
.news-card__icon.elida-img-wrap--broken img.elida-img--broken {
  min-height: 0;
}

.news-card__icon.elida-img-wrap--broken {
  display: none !important;
}

.entry-content img.elida-img--broken {
  display: none !important;
}
