.tripbuilder-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
    color: currentColor;
    white-space: nowrap;
}

@media (hover: hover) {
	.tripbuilder-counter:hover {
		color: currentColor;
	}
}