.block__form-booking-hero+.block__form-booking__wrapper--mobile {
    display: none
}

@media (max-width:1099px) {
    .block__form-booking-hero+.block__form-booking__wrapper--mobile {
        display: block
    }
}

@media (max-width:767px) {
    .block__form-booking-hero+.block__form-booking__wrapper--mobile .block__button {
        width: 100%
    }
}

@media (max-width:1099px) {
    .block__form-booking-hero.block__form-booking__wrapper {
        display: none
    }

    .block__form-booking-bar.block__form-booking__wrapper {
        width: 100%
    }
}

.booking-actions-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
    width: 100%
}
/*# sourceMappingURL=booking-style-widget.css.map */
