/* Bookmark Toggle CSS */
.bookmark-toggle i {
    transition: all 0.3s ease;
    font-size: 1.2rem;
}
.bookmark-toggle.active i {
    color: #9eb86e;
}
.bookmark-toggle:hover i {
    transform: scale(1.2);
}

/* Listing card location (shared partial) — match Bootstrap .text-success; !important beats Key Opportunities
   parents like .text-image-sticky .image-text-card { color: #fff } */
.listing-card-location,
.listing-card-location__icon,
.listing-card-location__text {
    color: #9eb86e !important;
}
