.lowest-price{
    display: flex;
    align-items: flex-end;
    padding-top: 15px;
}
.lowest-price-label{
    font-size: 13px;
    margin-right: 5px;
    color: #000;
}
.lowest-price-amount{
    white-space: nowrap;
    font-size: 16px;
    margin-right: 5px;
    color: #000;
}
.lowest-price-amount .price-eur{
    display: inline;
}