

/* Start:/local/components/custom/booking/templates/.default/style.css?1785360342538*/
.booking-calc .tooltip {
    max-width: 100%;
}
.booking-calc__results {
    border: 1.5px solid #b1c8e3;
    border-radius: .25rem;
    padding: .75rem 1rem;
    min-height: 3rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    color: var(--color-primary);
    background: var(--color-menu-item-active-bg);
    text-align: center;
}
.booking-calc__results:empty {
    border-color: #ddd;
    color: #555;
    background: #f5f5f5;
}

@media screen and (min-width: 1024px) {
    .booking-calc { max-width: 470px; }
}
/* End */
/* /local/components/custom/booking/templates/.default/style.css?1785360342538 */
