.card-booking-price {
    background: #215e9a;
    border-radius: 0;
    padding: 1rem;
}
.card-booking-price .text-total {
    font-weight: 700;
    font-size: 24pt;
    color: white;
    margin-bottom: .5rem !important;
    line-height: 32pt;
}

.card-booking-price .text-avg {
    font-weight: 100;
    font-size: 12pt;
    color: white;
    margin-bottom: 0.5rem;
}

.card-booking-price .text-deposit {
    font-weight: 700;
    font-size: 13pt;
    color: #ea4b2c;
    margin-bottom: .2rem;
}
    
.card-booking-price .reference {
    margin-bottom: 0;
    margin-top: .2rem;
    font-weight: 100;
    color: #9b9999;
    font-size: 14pt;
}