.discount_archive_price_wrapper {
    display: flex;
    background-color: #F9B000;
    min-height: 70px;
}

.discount_archive_price_wrapper .discount_price,
.discount_archive_price_wrapper .consumer_price {
    width: 50%;
}

.discount_archive_price_wrapper .discount_price {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.discount_archive_price_wrapper .discount_price .discount_price_value {
    text-decoration: line-through;
    font-size: 140%;
    font-weight: bold;
}

.discount_archive_price_wrapper .price_wrapper.dxim_vehicle_price {
    height: auto !important;
}

.discount_archive_price_wrapper .consumer_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.discount_archive_price_wrapper .price_wrapper span.price_brutto {
    font-size: 140%;
    font-weight: bold;
}

a.archive_vehicle_link {
    position: absolute;
    width: 100%;
    height: 100%;
}