/* Add custom CSS styles below */ 
#offers a.offers-link span {
  color: red !important;
}

#offers a.offers-link span::after {
  color: red !important;
}

[id="1965692264"] a span {
  color: blue !important;
}

#offers.lg\:hidden a.text-gray-500 span {
  color: red !important;
}

#offers.lg\:hidden a.text-gray-link {
  display: flex;
  align-items: center;
}

#offers.lg\:hidden a.text-gray-500 span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

#offers.lg\:hidden a.text-gray-500 span::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: 2px;
  margin-right: 8px;
  border-radius: 50%;
  background-image: url("https://i.ibb.co/kV39ypVp/f4836d8c-ab66-49e5-8f13-55c134f61550.png");
  background-size: cover;
  background-position: center;
  vertical-align: middle;
}