.pp-golden-visa-icon {
  position: absolute;
  bottom: 9px;
  right: 9px;
  width: 58px;
  height: 45px;
  pointer-events: none;
  z-index: 10;
}

.pp-golden-visa-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.8)); /* Dark shadow */
}

/* Mobile-only: shrink Golden Visa icon on /listings/ cards */
@media (max-width: 1155px) {
  .pp-listings-scope .pp-listing-card .pp-golden-visa-icon {
    width: 42px;
    height: 33px;
    bottom: 7px;
    right: 7px;
  }
}

