/* User-supplied icons for the six "Typische Anzeichen" cards. */
.lung-cancer-page #anhaltender-husten .lung-cancer-symptom-icon img {
  content: url("../img/lungenkrebs-symptoms/anhaltender-husten.webp") !important;
}

.lung-cancer-page #blut-im-auswurf .lung-cancer-symptom-icon img {
  content: url("../img/lungenkrebs-symptoms/blut-im-auswurf.webp") !important;
}

.lung-cancer-page #brustschmerzen .lung-cancer-symptom-icon img {
  content: url("../img/lungenkrebs-symptoms/brustschmerzen.webp") !important;
}

.lung-cancer-page #heiserkeit .lung-cancer-symptom-icon img {
  content: url("../img/lungenkrebs-symptoms/heiserkeit.webp") !important;
}

.lung-cancer-page #gewichtsverlust .lung-cancer-symptom-icon img {
  content: url("../img/lungenkrebs-symptoms/gewichtsverlust.webp") !important;
}

.lung-cancer-page #atemnot .lung-cancer-symptom-icon img {
  content: url("../img/lungenkrebs-symptoms/atemnot.webp") !important;
}

.lung-cancer-page .lung-cancer-symptom-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}
