.tripbuilder-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    padding: 0;
    height: 100%;
    color: currentColor;
    white-space: nowrap;
}

.tripbuilder-counter .far.fa-heart::before {
    content: "\f004";
    font-weight: 900;
    color: rgb(255, 255, 255, .6);
}

.tripbuilder-counter > span {
    min-width: 12px;
}

@media (hover: hover) {
	.tripbuilder-counter:hover {
		color: currentColor;
	}
}