.dates{
    font-size: 16px;
}

@media only screen and (min-width: 576px) {
    .dates {
        font-size: 18px;
    }
}

.card-prices-container .card-title {
    margin-bottom: 0;
    padding: 12px;
    border-bottom: 1px solid var(--bs-card-border-color);
    border-top-left-radius: var(--bs-card-border-radius);
    border-top-right-radius: var(--bs-card-border-radius);
    background-color: var(--box-blue);
    font-weight: bold;
    color: white;
}

.card-prices-container .card-body div {
    white-space: nowrap;
}

@media only screen and (max-width: 575px) {
    .card-prices-container .card-body div {
        font-size: 14px;
    }
}

.tooltip-inner {
    max-width: 300px !important;
}
