@use "@infineon/design-system-tokens/dist/tokens";

.ifx__list-icon {
  padding-left: 0;

  ul {
    padding-left: 0;
  }

  li {
    position: relative;
    list-style-type: none;
    padding-left: 2em;
  }

  &--check {
    li {
      &:before {
        content: "";
        position: absolute;
        left: 0.25em;
        top: 0.25em;
        height: 1.25em;
        width: 1.25em;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' fill='%231d1d1d' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M443.3 100.7C449.6 106.9 449.6 117.1 443.3 123.3L171.3 395.3C165.1 401.6 154.9 401.6 148.7 395.3L4.686 251.3C-1.562 245.1-1.562 234.9 4.686 228.7C10.93 222.4 21.06 222.4 27.31 228.7L160 361.4L420.7 100.7C426.9 94.44 437.1 94.44 443.3 100.7H443.3z'/%3E%3C/svg%3E");
      }
    }
  }
}