.mlsimport-listing-card {
position: relative;
} .mlsimport-fav--heart,
.mlsimport-fav--heart:hover,
.mlsimport-fav--heart:focus {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
padding: 0;
border: 0;
border-radius: 50%;
background: rgba( 255, 255, 255, 0.92 );
color: #33373d;
cursor: pointer;
box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.22 );
transition: transform 0.12s ease, background 0.12s ease, color 0.12s ease;
}
.mlsimport-fav--heart:hover {
transform: scale( 1.08 );
background: #fff;
}
.mlsimport-fav--heart .mlsimport-property-icon {
width: 15px;
height: 15px;
} .mlsimport-fav.is-saved {
color: var( --mli-accent, #1a73e8 );
}
.mlsimport-fav.is-saved .mlsimport-property-icon {
fill: currentColor;
stroke: currentColor;
}
.mlsimport-fav:focus-visible {
outline: 2px solid var( --mli-accent, #1a73e8 );
outline-offset: 2px;
} .mlsimport-saved__status {
padding: 24px 0;
color: #6b7178;
text-align: center;
}
.mlsimport-saved .mlsimport-results__empty {
padding: 40px 0;
color: #6b7178;
text-align: center;
}
.mlsimport-saved .mlsimport-results__pager {
margin-top: 24px;
}