.pulse-like {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.heart {
    width: 13px;
    fill: none;
    stroke: #444;
    transition: 0.25s ease;
}

.heart.active {
    fill: #e63946;
    stroke: #e63946;
    transform: scale(1.15);
}

.count {
    font-size: 15px;
    font-weight: bold;
}
