.favorite_theme_realty {

    .favorite__count {
        display: none;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: super;
        color: #fff;
        background-color: #dc3545;
        border-radius: 50%;
        margin-left: 0.25rem;
    }

    .favorite__count_visible {
        display: inline-block;
    }
}
