.love-collect>.love,
    .love-collect>.share,
    .love-collect>.collect {
        margin: 0 8px;
        display: flex;
        align-items: center;
    }

    .love-collect>.love>svg,
    .love-collect>.collect>svg {
        width: 24px;
        height: 24px;
        margin-right: 4px;
    }

    .love-collect>.love>svg.large,
    .love-collect>.collect>svg.large {
        width: 26px;
        height: 26px;
        margin-right: 4px;
    }

    .love-collect>.share>svg {
        width: 20px;
        height: 20px;
        margin-right: 4px;
    }