/* Updated transparent symptom drawings, mapped to the existing card labels. */
.asthma-symptom > img {
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  mix-blend-mode: normal !important;
}

.asthma-symptom:nth-child(1) > img {
  content: url("../img/asthma-symptoms-v2/atemnot.webp") !important;
}

.asthma-symptom:nth-child(2) > img {
  content: url("../img/asthma-symptoms-v2/husten.webp") !important;
}

.asthma-symptom:nth-child(3) > img {
  content: url("../img/asthma-symptoms-v2/engegefuehl.webp") !important;
}

.asthma-symptom:nth-child(4) > img {
  content: url("../img/asthma-symptoms-v2/pfeifende-atemgeraeusche.webp") !important;
}
