.ausgehen-head-like-count {
    display: inline-block;
    line-height: 1;
}

.ausgehen-card-like {
    list-style: none;
}

.ausgehen-card-like-button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ff3300;
    color: #fff;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: transform .12s ease, opacity .12s ease;
}

.ausgehen-card-like-button:hover:not(:disabled) {
    transform: scale(1.04);
}

.ausgehen-card-like-heart {
    font-size: 19px;
    line-height: 1;
    color: #fff;
}

.ausgehen-card-like-button.is-liked {
    background: #ff3300;
}

.ausgehen-card-like-button:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.ausgehen-likes-admin-option {
    display: flex !important;
    align-items: center;
    gap: 6px;
}


/* 0.6.10 – non-clickable Head Like display; Footer Like remains the action */
.ausgehen-head-like-display {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.ausgehen-head-like-display .ausgehen-head-like-heart {
    font-size: 16px;
    line-height: 1;
}

.ausgehen-head-like-display .ausgehen-head-like-count {
    display: inline-block;
    line-height: 1;
}


/* 0.6.12 – Footer Like: active state remains an EMPTY white heart */
.ausgehen-card-like-button.is-liked .ausgehen-card-like-heart {
    color: #fff !important;
}

/* Never switch the Footer Like icon to the filled Material Icon. */
.ausgehen-card-like-button .ausgehen-card-like-heart.favorite {
    display: none !important;
}

.ausgehen-card-like-button .ausgehen-card-like-heart.favorite_border {
    display: inline-block !important;
}


/* 0.6.12 – keep MyListing's Material Icons font for the empty heart glyph */
.ausgehen-card-like-button .ausgehen-card-like-heart.favorite_border {
    font-family: "Material Icons", "Material Icons Outlined", sans-serif;
    font-weight: normal;
    font-style: normal;
}
