.tina-featured-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(130, 3, 97, 0.7);
  color: white;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.2;
  padding: 0.5em 1.1em;
  z-index: 1;
}
.tina-featured-badge.badge-featured {
  background: rgba(253, 209, 0, 0.8);
  color: black;
}
.tina-featured-badge.badge-under-offer {
  background-color: rgba(130, 3, 97, 0.8);
  color: #fff;
}

.tina-trans-type-badge {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  color: #fff;
  z-index: 2;
}
.tina-trans-type-badge.for-sale {
  background-color: #1766a6;
}
.tina-trans-type-badge.to-let {
  background-color: #00a4cc;
}
