.listing-card-nl.nmla-nav-pressed,
.listing-card-nl.nmla-nav-loading {
    position: relative;
    box-shadow: 0 0 0 2px #53c5fb, 0 4px 12px rgba(0, 0, 0, .06);
}

.listing-card-nl.nmla-nav-loading::after {
    content: attr(data-nmla-nav-feedback);
    position: absolute;
    z-index: 3;
    top: 12px;
    /* Leave the existing favorite action at the upper-right unobstructed. */
    right: 64px;
    padding: 5px 9px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .96);
    color: #344054;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    pointer-events: none;
}
