/*!
 * Font Awesome Icons - Minimal Subset
 * Nur die im Plugin tatsächlich verwendeten Icons.
 * Font selbst wird inline via @font-face in class-core.php geladen.
 */

.fa,
.fas,
.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Genutzt von Filter-Modal-Trigger (Mobile) */
.fa-filter::before {
  content: "\f0b0";
}

/* Genutzt von Sorting-Modal-Trigger (Mobile) */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* Genutzt im Result-Card Details-Button */
.fa-chevron-right::before {
  content: "\f054";
}
