/* Purified 07/17/2025 15:21 - css/main_tailwind_images.css */
.icon--down--blue:after {
  background-image: url("../img/icon-arrow-down-blue.svg")
}

.icon--right--white:after {
  background-image: url("../img/icon-arrow-down-white.svg") !important;
  transform: rotate(-90deg)
}

.icon--right--blue:after {
  background-image: url("../img/icon-arrow-down-blue.svg");
  transform: rotate(-90deg)
}

.icon--search:after {
  background-image: url("../img/icon-search-darkgrey.svg")
}

.icon--chat--white:after {
  background-image: url("../img/icon-chat-white.svg")
}

.icon--mail-alt--blue:after {
  background-image: url("../img/icon-mail-alt-blue.svg")
}

.icon--mail-alt--white:after {
  background-image: url("../img/icon-mail-alt-white.svg")
}

.icon--mobile--white:after {
  background-image: url("../img/icon-mobile-white.svg")
}

.icon--mobile--blue:after {
  background-image: url("../img/icon-mobile-blue.svg")
}

.icon--star--small--solid-blue:after {
  background-image: url("../img/icon-star-small-blue-solid.svg")
}

.icon--star--small--solid-white:after {
  background-image: url("../img/icon-star-small-white-solid.svg")
}

.icon--star--alt:after {
  background-image: url("../img/icon-star-alt-dark-grey.svg")
}

.icon--location--white:after {
  background-image: url("../img/icon-pin-sm-white.svg")
}

.icon--time--white:after {
  background-image: url("../img/icon-time-white.svg")
}

.icon--spinner:before {
  background-image: url("../img/icon-spinner-lg-grey.svg")
}

.icon--spinner:after {
  background-image: url("../img/icon-spinner-lg-red.svg")
}

@media screen and (min-width:950px) {
  .lg\:logo-bookmark:after {
    background-image: url("../img/logo-ti-red.svg") !important
  }
}

.icon--logo:after {
  background-image: url("../img/logo-black-image.png")
}
